diff options
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 4 | ||||
-rw-r--r-- | math/py-numpy/PLIST | 6 | ||||
-rw-r--r-- | math/py-numpy/distinfo | 10 |
3 files changed, 12 insertions, 8 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index c1bcc09ce73..c2336b1ac1d 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2016/08/28 15:48:33 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/10/31 16:26:57 wiz Exp $ -DISTNAME= numpy-1.11.1 +DISTNAME= numpy-1.11.2 GITHUB_PROJECT= numpy PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST index b22976b1f5f..f8e24c79d32 100644 --- a/math/py-numpy/PLIST +++ b/math/py-numpy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2016/08/02 10:14:46 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.16 2016/10/31 16:26:57 wiz Exp $ bin/f2py${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -10,6 +10,9 @@ ${PYSITELIB}/numpy/__config__.pyo ${PYSITELIB}/numpy/__init__.py ${PYSITELIB}/numpy/__init__.pyc ${PYSITELIB}/numpy/__init__.pyo +${PYSITELIB}/numpy/_globals.py +${PYSITELIB}/numpy/_globals.pyc +${PYSITELIB}/numpy/_globals.pyo ${PYSITELIB}/numpy/_import_tools.py ${PYSITELIB}/numpy/_import_tools.pyc ${PYSITELIB}/numpy/_import_tools.pyo @@ -745,6 +748,7 @@ ${PYSITELIB}/numpy/testing/utils.pyo ${PYSITELIB}/numpy/tests/test_ctypeslib.py ${PYSITELIB}/numpy/tests/test_matlib.py ${PYSITELIB}/numpy/tests/test_numpy_version.py +${PYSITELIB}/numpy/tests/test_reloading.py ${PYSITELIB}/numpy/tests/test_scripts.py ${PYSITELIB}/numpy/version.py ${PYSITELIB}/numpy/version.pyc diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index f97538fead4..9bad1e4f6e1 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.16 2016/07/24 15:25:22 kamil Exp $ +$NetBSD: distinfo,v 1.17 2016/10/31 16:26:57 wiz Exp $ -SHA1 (numpy-1.11.1.tar.gz) = ccb5bed5d868a9f97caf2a294ddbf00d77af80bd -RMD160 (numpy-1.11.1.tar.gz) = e0ee4f4076e757308b84489c060d50dcd4c5b696 -SHA512 (numpy-1.11.1.tar.gz) = b8c3e90c59c070bb1ab0ea10110e106f6a392609cf249d4e23c1f669abb680d9ea89d002444f15d30529b553d85a30877e2c3564cac74718171f4e4009567ec0 -Size (numpy-1.11.1.tar.gz) = 4380877 bytes +SHA1 (numpy-1.11.2.tar.gz) = 17ea256c912cb3227c3e75c5916b4222d726181e +RMD160 (numpy-1.11.2.tar.gz) = 06eacee90eac54a2c005cfcc08986a721a283044 +SHA512 (numpy-1.11.2.tar.gz) = f45e7496a1366ffdd58f2bf2b6fffffec141230b2d1391ac9380221074a7fd7538d9730ab19708a48e1538c3e4ae746e61fa451f52fcf315414817ea4bfbf2aa +Size (numpy-1.11.2.tar.gz) = 4386482 bytes SHA1 (patch-aa) = c964fa13fb120b1b0f9d0bf5bc713507cd60b945 SHA1 (patch-ab) = b421455fdbb666c8075d8bffbeb59533434d23e6 SHA1 (patch-numpy_core_include_numpy___numpyconfig.h.in) = 03abdf987d56076516978658c1c2d8d9ebe3a9a1 |