pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numarray Update HOMEPAGE. Mark as not ready fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c0fd47726de
branches:  trunk
changeset: 629646:5c0fd47726de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 25 09:06:42 2014 +0000

description:
Update HOMEPAGE. Mark as not ready for python-3.x (use py-numpy there).

diffstat:

 math/py-numarray/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 48b75b1562f6 -r 5c0fd47726de math/py-numarray/Makefile
--- a/math/py-numarray/Makefile Sat Jan 25 09:06:15 2014 +0000
+++ b/math/py-numarray/Makefile Sat Jan 25 09:06:42 2014 +0000
@@ -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 @@
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=numpy/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-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 @@
 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)
 



Home | Main Index | Thread Index | Old Index