diff options
author | drochner <drochner> | 2002-01-15 18:38:05 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-15 18:38:05 +0000 |
commit | a258149e5b4a302a967591f1ee5ec6bb841142b6 (patch) | |
tree | fd1dd60133b6608cacc03d525a1383aef86d1283 /math | |
parent | a5314af3705701e43fa2bd4697b92f2aa1b6de2d (diff) | |
download | pkgsrc-a258149e5b4a302a967591f1ee5ec6bb841142b6.tar.gz |
this works with Python-2.2
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 4 |
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 |