diff options
author | Wen Heping <wen@FreeBSD.org> | 2022-07-06 10:42:48 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2022-07-06 10:42:48 +0800 |
commit | d68b12c0a6f8c498482d8e3e1b800b140f3b719a (patch) | |
tree | 69a9c8cde1158da7808d0568e340520dc1c94be9 /math/py-numpy | |
parent | games/openrct2: update to 0.4.1 (diff) |
math/py-numpy: Update to 1.23.0
PR: 264837
Reported by: wen@
Exp-run by: antoine@
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 9 | ||||
-rw-r--r-- | math/py-numpy/distinfo | 14 |
2 files changed, 11 insertions, 12 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index ea4400416924..64ab4daf77ea 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,8 +1,7 @@ # Created by: Tony Maher PORTNAME= numpy -PORTVERSION= 1.22.4 -PORTREVISION= 1 +PORTVERSION= 1.23.0 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP \ @@ -21,9 +20,9 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.5:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.24.1:devel/py-hypothesis@${PY_FLAVOR} - -USES= compiler:c11 cpe fortran python:3.8-3.10 zip + ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.24.1:devel/py-hypothesis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR} +USES= compiler:c11 cpe fortran python:3.8-3.10 USE_PYTHON= allflavors autoplist concurrent cython distutils GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so// diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index dd62754a0948..2f184cb88110 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1653520879 -SHA256 (numpy-1.22/numpy-1.22.4.zip) = 425b390e4619f58d8526b3dcf656dde069133ae5c240229821f01b5f44ea07af -SIZE (numpy-1.22/numpy-1.22.4.zip) = 11458830 -SHA256 (numpy-1.22/numpy-ref.pdf) = f77c8595798c000ef648155347c2f76fd1a89e87e76ccbb01298aecda4e8c99e -SIZE (numpy-1.22/numpy-ref.pdf) = 7537545 -SHA256 (numpy-1.22/numpy-user.pdf) = 0ad5c0ed5bf8a7320ae560a87b89cf43d3a44f0d003ae3fe1bb8a5721cdf0e90 -SIZE (numpy-1.22/numpy-user.pdf) = 3993043 +TIMESTAMP = 1656608077 +SHA256 (numpy-1.23/numpy-1.23.0.tar.gz) = bd3fa4fe2e38533d5336e1272fc4e765cabbbde144309ccee8675509d5cd7b05 +SIZE (numpy-1.23/numpy-1.23.0.tar.gz) = 10714532 +SHA256 (numpy-1.23/numpy-ref.pdf) = f493c1cae879a4e0038bec400d349fc34aafa164e1462118bdf18b25a3a07daf +SIZE (numpy-1.23/numpy-ref.pdf) = 7715485 +SHA256 (numpy-1.23/numpy-user.pdf) = 3978da15c6a1b00f2737c75458db0cc0fe636ae90b72723a8ff609d40e9b7599 +SIZE (numpy-1.23/numpy-user.pdf) = 4123384 |