- Update to 1.7.6
- Add NO_ARCH - Sort USE_PYTHON - Add PyPI as primary WWW Changes: https://github.com/RDFLib/sparqlwrapper/blob/master/ChangeLog.txt
This commit is contained in:
parent
c3dea1e71e
commit
c0b34cfa87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411944
3 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue