Index: head/textproc/py-sparqlwrapper/Makefile =================================================================== --- head/textproc/py-sparqlwrapper/Makefile (revision 411943) +++ head/textproc/py-sparqlwrapper/Makefile (revision 411944) @@ -1,17 +1,18 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= sparqlwrapper -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.6 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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 Index: head/textproc/py-sparqlwrapper/distinfo =================================================================== --- head/textproc/py-sparqlwrapper/distinfo (revision 411943) +++ head/textproc/py-sparqlwrapper/distinfo (revision 411944) @@ -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 Index: head/textproc/py-sparqlwrapper/pkg-descr =================================================================== --- head/textproc/py-sparqlwrapper/pkg-descr (revision 411943) +++ head/textproc/py-sparqlwrapper/pkg-descr (revision 411944) @@ -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/