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:   wiz
Date:           Thu Sep 26 07:48:32 UTC 2019

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

Log Message:
py-sparqlwrapper: mark as incompatible with python-2.7

due to py-rdflib's use of py-networkx.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-sparqlwrapper/Makefile

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.4 pkgsrc/www/py-sparqlwrapper/Makefile:1.5
--- pkgsrc/www/py-sparqlwrapper/Makefile:1.4    Sat Oct  7 11:14:42 2017
+++ pkgsrc/www/py-sparqlwrapper/Makefile        Thu Sep 26 07:48:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/10/07 11:14:42 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/26 07:48:32 wiz Exp $
 
 DISTNAME=      SPARQLWrapper-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -12,6 +12,8 @@ LICENSE=      w3c
 
 DEPENDS+=      ${PYPKGPREFIX}-rdflib>=4.0:../../textproc/py-rdflib
 
+PYTHON_VERSIONS_INCOMPATIBLE=   27     # py-networkx via py-rdflib
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index