aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sparqlwrapper
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2014-02-15 12:43:36 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2014-02-15 12:43:36 +0000
commit7fc53174fe99eeb627eb288d2ece49d860b57575 (patch)
tree58c663e626b52bbb1e53416823281f9aa014a31a /textproc/py-sparqlwrapper
parent5b399dc5f51b58334f1eaf35eab58d68cb257b6c (diff)
downloadports-7fc53174fe99eeb627eb288d2ece49d860b57575.tar.gz
ports-7fc53174fe99eeb627eb288d2ece49d860b57575.zip
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/
Notes
Notes: svn path=/head/; revision=344376
Diffstat (limited to 'textproc/py-sparqlwrapper')
-rw-r--r--textproc/py-sparqlwrapper/Makefile18
-rw-r--r--textproc/py-sparqlwrapper/distinfo2
-rw-r--r--textproc/py-sparqlwrapper/pkg-descr4
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/py-sparqlwrapper/Makefile b/textproc/py-sparqlwrapper/Makefile
new file mode 100644
index 000000000000..c46a40cd363c
--- /dev/null
+++ b/textproc/py-sparqlwrapper/Makefile
@@ -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>
diff --git a/textproc/py-sparqlwrapper/distinfo b/textproc/py-sparqlwrapper/distinfo
new file mode 100644
index 000000000000..39c4521f2ed0
--- /dev/null
+++ b/textproc/py-sparqlwrapper/distinfo
@@ -0,0 +1,2 @@
+SHA256 (SPARQLWrapper-1.5.2.tar.gz) = 65254c7c3cae093fbd5e6b65e2c725db3ad80ab7402c4aa59d18a9cb8f5695b4
+SIZE (SPARQLWrapper-1.5.2.tar.gz) = 24953
diff --git a/textproc/py-sparqlwrapper/pkg-descr b/textproc/py-sparqlwrapper/pkg-descr
new file mode 100644
index 000000000000..2001dcc2fe13
--- /dev/null
+++ b/textproc/py-sparqlwrapper/pkg-descr
@@ -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/