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/120dd9674c24
branches: trunk
changeset: 401778:120dd9674c24
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 ee64ec7e8f19 -r 120dd9674c24 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