pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-sparqlwrapper py-sparqlwrapper: mark as incompa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a2ea5300cf
branches:  trunk
changeset: 340193:e1a2ea5300cf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 26 07:48:32 2019 +0000

description:
py-sparqlwrapper: mark as incompatible with python-2.7

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

diffstat:

 www/py-sparqlwrapper/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f5b8f087f55f -r e1a2ea5300cf www/py-sparqlwrapper/Makefile
--- a/www/py-sparqlwrapper/Makefile     Thu Sep 26 03:36:00 2019 +0000
+++ b/www/py-sparqlwrapper/Makefile     Thu Sep 26 07:48:32 2019 +0000
@@ -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 @@
 
 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