pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-sparqlwrapper



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct  7 11:14:42 UTC 2017

Modified Files:
        pkgsrc/www/py-sparqlwrapper: Makefile PLIST distinfo

Log Message:
py-sparqlwrapper: update to 1.8.0

1.8.0:
- Updated return formats for not content negotiation situations
- Included license in the MANIFEST
- Added explicit support for RDF/XML as allowed format
- Added proper shebang
- Moved keepalive as optional dependency
- Fixed hash check on prefixes
- Fixed epydoc warnings


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-sparqlwrapper/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-sparqlwrapper/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-sparqlwrapper/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-sparqlwrapper/Makefile
diff -u pkgsrc/www/py-sparqlwrapper/Makefile:1.3 pkgsrc/www/py-sparqlwrapper/Makefile:1.4
--- pkgsrc/www/py-sparqlwrapper/Makefile:1.3    Mon Sep  4 18:08:30 2017
+++ pkgsrc/www/py-sparqlwrapper/Makefile        Sat Oct  7 11:14:42 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/09/04 18:08:30 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/07 11:14:42 adam Exp $
 
-DISTNAME=      SPARQLWrapper-1.6.4
+DISTNAME=      SPARQLWrapper-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-CATEGORIES=    python www
+CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SPARQLWrapper/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,7 +10,7 @@ HOMEPAGE=     https://rdflib.github.io/sparq
 COMMENT=       SPARQL endpoint interface to Python
 LICENSE=       w3c
 
-DEPENDS+=      ${PYPKGPREFIX}-rdflib>=2.4.2:../../textproc/py-rdflib
+DEPENDS+=      ${PYPKGPREFIX}-rdflib>=4.0:../../textproc/py-rdflib
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-sparqlwrapper/PLIST
diff -u pkgsrc/www/py-sparqlwrapper/PLIST:1.1 pkgsrc/www/py-sparqlwrapper/PLIST:1.2
--- pkgsrc/www/py-sparqlwrapper/PLIST:1.1       Sun Apr 19 22:20:48 2015
+++ pkgsrc/www/py-sparqlwrapper/PLIST   Sat Oct  7 11:14:42 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/19 22:20:48 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/07 11:14:42 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,9 +10,6 @@ ${PYSITELIB}/SPARQLWrapper/KeyCaseInsens
 ${PYSITELIB}/SPARQLWrapper/SPARQLExceptions.py
 ${PYSITELIB}/SPARQLWrapper/SPARQLExceptions.pyc
 ${PYSITELIB}/SPARQLWrapper/SPARQLExceptions.pyo
-${PYSITELIB}/SPARQLWrapper/SPARQLUtils.py
-${PYSITELIB}/SPARQLWrapper/SPARQLUtils.pyc
-${PYSITELIB}/SPARQLWrapper/SPARQLUtils.pyo
 ${PYSITELIB}/SPARQLWrapper/SmartWrapper.py
 ${PYSITELIB}/SPARQLWrapper/SmartWrapper.pyc
 ${PYSITELIB}/SPARQLWrapper/SmartWrapper.pyo
@@ -22,6 +19,3 @@ ${PYSITELIB}/SPARQLWrapper/Wrapper.pyo
 ${PYSITELIB}/SPARQLWrapper/__init__.py
 ${PYSITELIB}/SPARQLWrapper/__init__.pyc
 ${PYSITELIB}/SPARQLWrapper/__init__.pyo
-${PYSITELIB}/SPARQLWrapper/jsonlayer.py
-${PYSITELIB}/SPARQLWrapper/jsonlayer.pyc
-${PYSITELIB}/SPARQLWrapper/jsonlayer.pyo

Index: pkgsrc/www/py-sparqlwrapper/distinfo
diff -u pkgsrc/www/py-sparqlwrapper/distinfo:1.2 pkgsrc/www/py-sparqlwrapper/distinfo:1.3
--- pkgsrc/www/py-sparqlwrapper/distinfo:1.2    Wed Nov  4 02:47:31 2015
+++ pkgsrc/www/py-sparqlwrapper/distinfo        Sat Oct  7 11:14:42 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:47:31 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/10/07 11:14:42 adam Exp $
 
-SHA1 (SPARQLWrapper-1.6.4.tar.gz) = 7809b80be9c7d1ddfb418b4d87a69919d861201d
-RMD160 (SPARQLWrapper-1.6.4.tar.gz) = 2b31a6be55c7a399c5ed965ece473d683b0ac059
-SHA512 (SPARQLWrapper-1.6.4.tar.gz) = 49e4eea8cf6e0625ee3a259b4314b630eddb30475a786525f94f827353898c6d90b88e6b7b2bb65270cf8baec781b9bafa98df3cdbbb65a722d6f0af07906ce5
-Size (SPARQLWrapper-1.6.4.tar.gz) = 27467 bytes
+SHA1 (SPARQLWrapper-1.8.0.tar.gz) = dd8a5208fb631905877f91f39bfb3e26b7b9eb96
+RMD160 (SPARQLWrapper-1.8.0.tar.gz) = c842815a4cf33d67dc420f1138fbcd160441aa5d
+SHA512 (SPARQLWrapper-1.8.0.tar.gz) = bdfa3d5efc2deb8202a27e8a4770cb69ce57c1a71133788fe7acf8aa4cbc2d74024fd5f7fe5188a0fbebd399d31f62ca23d85f7ebae5562046b5b782311d8907
+Size (SPARQLWrapper-1.8.0.tar.gz) = 28775 bytes



Home | Main Index | Thread Index | Old Index