diff options
author | joerg <joerg> | 2009-02-11 22:47:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-11 22:47:05 +0000 |
commit | 147840aa2fb30c7dec00d0cbbcccc0469ce80ea7 (patch) | |
tree | c951727a779b03d5bbc1ba4a8d85c3b07fa10bb3 /math | |
parent | 6efa05a04f1de8d14d4218312b6ecdec18e1b80f (diff) | |
download | pkgsrc-147840aa2fb30c7dec00d0cbbcccc0469ce80ea7.tar.gz |
Doesn't support Python 2.3.
Diffstat (limited to 'math')
-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" |