summaryrefslogtreecommitdiff
path: root/math/py-Numeric
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-15 18:38:05 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-15 18:38:05 +0000
commit93cff951a9db72df8c7518305fd5e2023b28db08 (patch)
treefd1dd60133b6608cacc03d525a1383aef86d1283 /math/py-Numeric
parentbf65e6614f181874c0ec06fd4031474ec8444a6b (diff)
downloadpkgsrc-93cff951a9db72df8c7518305fd5e2023b28db08.tar.gz
this works with Python-2.2
Diffstat (limited to 'math/py-Numeric')
-rw-r--r--math/py-Numeric/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index 57add77dbe9..8c740134126 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2002/01/10 20:47:27 drochner Exp $
+# $NetBSD: Makefile,v 1.26 2002/01/15 18:38:05 drochner Exp $
DISTNAME= Numeric-20.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -9,7 +9,7 @@ MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://www.pfdubois.com/numpy/
COMMENT= Adds multidimensional numeric arrays to Python
-PYTHON_VERSIONS_ACCEPTED= 21 20
+PYTHON_VERSIONS_ACCEPTED= 22 21 20
PYDISTUTILSPKG= yes
PYBINMODULE= yes
PYSETUP= setup_all.py