diff options
-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 |