diff options
author | wiz <wiz> | 2014-01-25 09:06:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-25 09:06:42 +0000 |
commit | 2b876df92e7005f1e33af274cb934b36f65f215b (patch) | |
tree | 51a11a577f4d41bc20df369a88ab8313a45c1add /math | |
parent | 5e08e95e6132d3e7c86df17888ef4f55be1d5cde (diff) | |
download | pkgsrc-2b876df92e7005f1e33af274cb934b36f65f215b.tar.gz |
Update HOMEPAGE. Mark as not ready for python-3.x (use py-numpy there).
Diffstat (limited to 'math')
-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) |