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 | 34aab8bb2ee885b601756b5ba585fcda74c7ab85 (patch) | |
tree | 9e240aab3843c6263712c6604034da5fc89bb241 /math/py-networkx | |
parent | 9140d38a5aaa174678fa6a9b27dc526612c9ace8 (diff) | |
download | pkgsrc-34aab8bb2ee885b601756b5ba585fcda74c7ab85.tar.gz |
This package does in fact support python-3.x.
Diffstat (limited to 'math/py-networkx')
-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 |