diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-11 22:47:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-11 22:47:05 +0000 |
commit | 0a3668f28c96479a725c4e655a09af73b4904300 (patch) | |
tree | c951727a779b03d5bbc1ba4a8d85c3b07fa10bb3 /math/py-networkx | |
parent | b7970cd47e16ac41b39b8435a8193af01a27eb6a (diff) | |
download | pkgsrc-0a3668f28c96479a725c4e655a09af73b4904300.tar.gz |
Doesn't support Python 2.3.
Diffstat (limited to 'math/py-networkx')
-rw-r--r-- | math/py-networkx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index d3cf39c4c5e..a1902a80eff 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2008/08/27 18:53:42 apb Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/11 22:47:05 joerg Exp $ # DISTNAME= networkx-0.37 @@ -12,7 +12,7 @@ HOMEPAGE= http://networkx.lanl.gov/ COMMENT= Python package for creating and manipulating graphs and networks PKG_DESTDIR_SUPPORT= user-destdir - +PYTHON_VERSIONS_ACCEPTED= 25 24 PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" |