This is a wrapper around a SPARQL service. It helps in creating the query URI

and, possibly, convert the result into a more manageable format.

WWW: http://rdflib.github.io/sparqlwrapper/
This commit is contained in:
Olivier Duchateau 2014-02-15 12:43:36 +00:00
parent 5b399dc5f5
commit 7fc53174fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344376
4 changed files with 25 additions and 0 deletions

View file

@ -1192,6 +1192,7 @@
SUBDIR += py-rstyoutube
SUBDIR += py-rxp
SUBDIR += py-sgrep
SUBDIR += py-sparqlwrapper
SUBDIR += py-sphinx
SUBDIR += py-sphinxcontrib-adadomain
SUBDIR += py-sphinxcontrib-bitbucket

View file

@ -0,0 +1,18 @@
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= sparqlwrapper
PORTVERSION= 1.5.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SPARQLWrapper-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= SPARQL endpoint interface to Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (SPARQLWrapper-1.5.2.tar.gz) = 65254c7c3cae093fbd5e6b65e2c725db3ad80ab7402c4aa59d18a9cb8f5695b4
SIZE (SPARQLWrapper-1.5.2.tar.gz) = 24953

View file

@ -0,0 +1,4 @@
This is a wrapper around a SPARQL service. It helps in creating the query URI
and, possibly, convert the result into a more manageable format.
WWW: http://rdflib.github.io/sparqlwrapper/