aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-26 17:10:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-26 17:10:57 +0000
commitc0b34cfa8722baa84a9cfb9d46edc46499b05625 (patch)
tree4af0cad352fc9d51032fcab47561f88b1182702f /textproc
parentc3dea1e71e7ccee5f77dc153c45da9bb31ad0a19 (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-sparqlwrapper/Makefile5
-rw-r--r--textproc/py-sparqlwrapper/distinfo4
-rw-r--r--textproc/py-sparqlwrapper/pkg-descr1
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/py-sparqlwrapper/Makefile b/textproc/py-sparqlwrapper/Makefile
index 8dc944785aae..10994a5a9edd 100644
--- a/textproc/py-sparqlwrapper/Makefile
+++ b/textproc/py-sparqlwrapper/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sparqlwrapper
-PORTVERSION= 1.6.2
+PORTVERSION= 1.7.6
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ DISTNAME= SPARQLWrapper-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= SPARQL endpoint interface to Python
+NO_ARCH= yes
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
diff --git a/textproc/py-sparqlwrapper/distinfo b/textproc/py-sparqlwrapper/distinfo
index b3027832f4fb..fb4b9f09995b 100644
--- a/textproc/py-sparqlwrapper/distinfo
+++ b/textproc/py-sparqlwrapper/distinfo
@@ -1,2 +1,2 @@
-SHA256 (SPARQLWrapper-1.6.2.tar.gz) = 1af3dcccf5cfbc0c078f95109138a8be221d29e158a2ae81b239d857f7c3224d
-SIZE (SPARQLWrapper-1.6.2.tar.gz) = 25939
+SHA256 (SPARQLWrapper-1.7.6.tar.gz) = dccabec900eb9c97cb47834bd4b66ceaeb4d9ea11bae24a24fe734e9f48522f8
+SIZE (SPARQLWrapper-1.7.6.tar.gz) = 26597
diff --git a/textproc/py-sparqlwrapper/pkg-descr b/textproc/py-sparqlwrapper/pkg-descr
index 2001dcc2fe13..499fc8154912 100644
--- a/textproc/py-sparqlwrapper/pkg-descr
+++ b/textproc/py-sparqlwrapper/pkg-descr
@@ -1,4 +1,5 @@
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: https://pypi.python.org/pypi/SPARQLWrapper
WWW: http://rdflib.github.io/sparqlwrapper/