diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-11 16:55:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-11 16:55:17 +0000 |
commit | a71683834877a4b3132fcf48aa22d58a0e0966dc (patch) | |
tree | f564404d364c5f2ba4fc5b350e293649d16ee4a3 /math | |
parent | 7f5de1776dc68cb3f1bd2165e757b4d2670aae06 (diff) | |
download | pkgsrc-a71683834877a4b3132fcf48aa22d58a0e0966dc.tar.gz |
This package does in fact support python-3.x.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-networkx/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index 437d2dcf47b..7b2d14f5d7c 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/08/12 13:38:22 wen Exp $ +# $NetBSD: Makefile,v 1.22 2016/09/11 16:55:17 wiz Exp $ DISTNAME= networkx-1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,9 +15,6 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose USE_LANGUAGES= # none -PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 - SUBST_CLASSES+= python SUBST_STAGE.python= post-patch SUBST_FILES.python+= networkx/readwrite/tests/*.py |