diff options
author | drochner <drochner> | 2012-08-15 17:16:37 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-08-15 17:16:37 +0000 |
commit | cd85e5bab3b5a881e506dcadc59fd259f90094de (patch) | |
tree | ecd315d7c1311c367423d74b09284eec7b054146 | |
parent | 27580959bb4fd575a4ae95f7ebf21550cf5c8fc1 (diff) | |
download | pkgsrc-cd85e5bab3b5a881e506dcadc59fd259f90094de.tar.gz |
update to 1.6.2
changes: bugfixes
pkgsrc change: mark Python3 ready
-rw-r--r-- | math/py-numpy/Makefile | 6 | ||||
-rw-r--r-- | math/py-numpy/PLIST | 13 | ||||
-rw-r--r-- | math/py-numpy/distinfo | 8 |
3 files changed, 14 insertions, 13 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index effb8ac83d1..de93fc91fa3 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2012/08/14 21:04:21 fhajny Exp $ +# $NetBSD: Makefile,v 1.22 2012/08/15 17:16:37 drochner Exp $ # -DISTNAME= numpy-1.6.1 +DISTNAME= numpy-1.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/} @@ -15,6 +14,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES+= c fortran +PYTHON_VERSIONS_INCLUDE_3X= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} MAKE_ENV+= ATLAS=None diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST index a3b2cec0b20..4f99d365be8 100644 --- a/math/py-numpy/PLIST +++ b/math/py-numpy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2012/04/17 17:24:41 drochner Exp $ +@comment $NetBSD: PLIST,v 1.10 2012/08/15 17:16:37 drochner Exp $ bin/f2py${PYVERSSUFFIX} ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/numpy/__config__.py @@ -592,11 +592,11 @@ ${PYSITELIB}/numpy/lib/arraysetops.pyo ${PYSITELIB}/numpy/lib/arrayterator.py ${PYSITELIB}/numpy/lib/arrayterator.pyc ${PYSITELIB}/numpy/lib/arrayterator.pyo -${PYSITELIB}/numpy/lib/benchmarks/benchmark.py -${PYSITELIB}/numpy/lib/benchmarks/casting.py -${PYSITELIB}/numpy/lib/benchmarks/creating.py -${PYSITELIB}/numpy/lib/benchmarks/simpleindex.py -${PYSITELIB}/numpy/lib/benchmarks/sorting.py +${PLIST.py2x}${PYSITELIB}/numpy/lib/benchmarks/benchmark.py +${PLIST.py2x}${PYSITELIB}/numpy/lib/benchmarks/casting.py +${PLIST.py2x}${PYSITELIB}/numpy/lib/benchmarks/creating.py +${PLIST.py2x}${PYSITELIB}/numpy/lib/benchmarks/simpleindex.py +${PLIST.py2x}${PYSITELIB}/numpy/lib/benchmarks/sorting.py ${PYSITELIB}/numpy/lib/financial.py ${PYSITELIB}/numpy/lib/financial.pyc ${PYSITELIB}/numpy/lib/financial.pyo @@ -918,6 +918,7 @@ ${PYSITELIB}/numpy/polynomial/tests/test_laguerre.py ${PYSITELIB}/numpy/polynomial/tests/test_legendre.py ${PYSITELIB}/numpy/polynomial/tests/test_polynomial.py ${PYSITELIB}/numpy/polynomial/tests/test_polyutils.py +${PYSITELIB}/numpy/polynomial/tests/test_printing.py ${PYSITELIB}/numpy/random/__init__.py ${PYSITELIB}/numpy/random/__init__.pyc ${PYSITELIB}/numpy/random/__init__.pyo diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index 58611863ef9..7755677081b 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2012/08/14 20:19:20 fhajny Exp $ +$NetBSD: distinfo,v 1.9 2012/08/15 17:16:37 drochner Exp $ -SHA1 (numpy-1.6.1.tar.gz) = 3f73ff9231a1c15e28e6e259ef5cc35a72b34059 -RMD160 (numpy-1.6.1.tar.gz) = e4619fd5860c85a9c00bce0d0cb8dd9bb07a56f5 -Size (numpy-1.6.1.tar.gz) = 2637779 bytes +SHA1 (numpy-1.6.2.tar.gz) = c36c471f44cf914abdf37137d158bf3ffa460141 +RMD160 (numpy-1.6.2.tar.gz) = 4dcaa30e30171c2bc582495043e8e885c89935a3 +Size (numpy-1.6.2.tar.gz) = 2585329 bytes SHA1 (patch-aa) = 4118f705888a933e73a3403d91c697d19b89097d SHA1 (patch-ab) = 18ef5b7ad8386a4e991bde9f7112ec7b13d2a39c SHA1 (patch-numpy_distutils_fcompiler_g95.py) = a45933022149d7a6ccac5f50d66afc6038d6ed95 |