diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 09:06:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 09:06:42 +0000 |
commit | b32c6f7edd320f531a82ce91ab05f62569143f22 (patch) | |
tree | 51a11a577f4d41bc20df369a88ab8313a45c1add /math/py-numarray/Makefile | |
parent | 2eb0bcbedf68433df813c0918169d5b310f43a96 (diff) | |
download | pkgsrc-b32c6f7edd320f531a82ce91ab05f62569143f22.tar.gz |
Update HOMEPAGE. Mark as not ready for python-3.x (use py-numpy there).
Diffstat (limited to 'math/py-numarray/Makefile')
-rw-r--r-- | math/py-numarray/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 2af047d3040..86a6c8e63f2 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/09/11 23:04:31 asau Exp $ -# +# $NetBSD: Makefile,v 1.18 2014/01/25 09:06:42 wiz Exp $ DISTNAME= numarray-1.5.2 PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2 @@ -8,7 +7,7 @@ CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.stsci.edu/resources/software_hardware/numarray +HOMEPAGE= http://www.numpy.org/old_array_packages.html COMMENT= Array manipulation PLIST_VARS+= blas @@ -17,6 +16,8 @@ BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers PLIST.blas= yes .endif +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.2; use py-numpy + do-test: (cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py) |