pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov 17 19:08:36 UTC 2023

Modified Files:
        pkgsrc/math/py-numpy: ALTERNATIVES Makefile PLIST distinfo

Log Message:
py-numpy: update to 1.26.1.

1.26.1

Pull requests merged
====================

A total of 20 pull requests were merged for this release.

1.26.0

Pull requests merged
====================

A total of 59 pull requests were merged for this release.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-numpy/ALTERNATIVES
cvs rdiff -u -r1.111 -r1.112 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/math/py-numpy/PLIST
cvs rdiff -u -r1.84 -r1.85 pkgsrc/math/py-numpy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-numpy/ALTERNATIVES
diff -u pkgsrc/math/py-numpy/ALTERNATIVES:1.3 pkgsrc/math/py-numpy/ALTERNATIVES:1.4
--- pkgsrc/math/py-numpy/ALTERNATIVES:1.3       Sat Jan 29 07:46:10 2022
+++ pkgsrc/math/py-numpy/ALTERNATIVES   Fri Nov 17 19:08:36 2023
@@ -1,2 +1 @@
-bin/f2py @PREFIX@/bin/f2py@PYVERSSUFFIX@
-bin/f2py3 @PREFIX@/bin/f2py@PYVERSSUFFIX@
+bin/f2py @PREFIX@/bin/f2py-@PYVERSSUFFIX@

Index: pkgsrc/math/py-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.111 pkgsrc/math/py-numpy/Makefile:1.112
--- pkgsrc/math/py-numpy/Makefile:1.111 Mon Nov 13 23:38:47 2023
+++ pkgsrc/math/py-numpy/Makefile       Fri Nov 17 19:08:36 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.111 2023/11/13 23:38:47 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2023/11/17 19:08:36 wiz Exp $
 
-DISTNAME=      numpy-1.25.2
+DISTNAME=      numpy-1.26.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numpy/}
 
@@ -11,8 +10,9 @@ HOMEPAGE=     https://www.numpy.org/
 COMMENT=       Array processing for numbers, strings, records, and objects
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python-[0-9]*:../../devel/py-meson_python
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
+#TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
@@ -25,6 +25,8 @@ FORCE_C_STD=          c99
 
 USE_CXX_FEATURES+=     c++17
 
+USE_TOOLS+=            pkg-config
+
 .include "../../math/py-numpy/make_env.mk"
 
 REPLACE_PYTHON+=       *.py */*.py */*/*.py */*/*/*.py */*/*/*/*.py
@@ -49,23 +51,23 @@ LDFLAGS+=           ${_COMPILER_ABI_FLAG.${ABI}}
 BLAS_ACCEPTED=         ${_BLAS_TYPES} accelerate.framework
 BLAS_C_INTERFACE=      yes
 CPPFLAGS+=             ${BLAS_INCLUDES}
+LDFLAGS+=              ${CBLAS_LIBS} ${LAPACK_LIBS}
 
 # Remove invalid __STDC_VERSION__ setting
 BUILDLINK_TRANSFORM.SunOS+=    rm:-D__STDC_VERSION__=0
 
+pre-configure:
+       ${LN} -sf ${PREFIX}/bin/cython-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/cython
+
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${RM} f2py || ${TRUE}
-       cd ${DESTDIR}${PREFIX}/bin && ${RM} f2py3 || ${TRUE}
-       ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/numpy/core/include/numpy/npy_common.h.orig
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} f2py f2py-${PYVERSSUFFIX} || ${TRUE}
 
-# as of 1.24.2
-# 29 failed, 26625 passed, 1481 skipped, 1307 deselected, 35 xfailed, 2 xpassed, 40 warnings
+# as of 1.26.1
+# 28 failed, 38180 passed, 200 skipped, 1304 deselected, 33 xfailed, 1 xpassed, 52 warnings
 do-test:
        cd ${WRKDIR} && \
        ${SETENV} ${TEST_ENV} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} -c "import numpy; numpy.test()"
 
-BUILDLINK_API_DEPENDS.py-cython+=      ${PYPKGPREFIX}-cython>=0.29.21
-.include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/blas.buildlink3.mk"

Index: pkgsrc/math/py-numpy/PLIST
diff -u pkgsrc/math/py-numpy/PLIST:1.42 pkgsrc/math/py-numpy/PLIST:1.43
--- pkgsrc/math/py-numpy/PLIST:1.42     Sat Oct 28 19:57:11 2023
+++ pkgsrc/math/py-numpy/PLIST  Fri Nov 17 19:08:36 2023
@@ -1,12 +1,10 @@
-@comment $NetBSD: PLIST,v 1.42 2023/10/28 19:57:11 wiz Exp $
-bin/f2py${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.43 2023/11/17 19:08:36 wiz Exp $
+bin/f2py-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/numpy/LICENSE.txt
 ${PYSITELIB}/numpy/__config__.py
 ${PYSITELIB}/numpy/__config__.pyc
 ${PYSITELIB}/numpy/__config__.pyo
@@ -16,6 +14,28 @@ ${PYSITELIB}/numpy/__init__.py
 ${PYSITELIB}/numpy/__init__.pyc
 ${PYSITELIB}/numpy/__init__.pyi
 ${PYSITELIB}/numpy/__init__.pyo
+${PYSITELIB}/numpy/_core/__init__.py
+${PYSITELIB}/numpy/_core/__init__.pyc
+${PYSITELIB}/numpy/_core/__init__.pyi
+${PYSITELIB}/numpy/_core/__init__.pyo
+${PYSITELIB}/numpy/_core/_dtype.py
+${PYSITELIB}/numpy/_core/_dtype.pyc
+${PYSITELIB}/numpy/_core/_dtype.pyo
+${PYSITELIB}/numpy/_core/_dtype_ctypes.py
+${PYSITELIB}/numpy/_core/_dtype_ctypes.pyc
+${PYSITELIB}/numpy/_core/_dtype_ctypes.pyo
+${PYSITELIB}/numpy/_core/_internal.py
+${PYSITELIB}/numpy/_core/_internal.pyc
+${PYSITELIB}/numpy/_core/_internal.pyo
+${PYSITELIB}/numpy/_core/_multiarray_umath.py
+${PYSITELIB}/numpy/_core/_multiarray_umath.pyc
+${PYSITELIB}/numpy/_core/_multiarray_umath.pyo
+${PYSITELIB}/numpy/_core/multiarray.py
+${PYSITELIB}/numpy/_core/multiarray.pyc
+${PYSITELIB}/numpy/_core/multiarray.pyo
+${PYSITELIB}/numpy/_core/umath.py
+${PYSITELIB}/numpy/_core/umath.pyc
+${PYSITELIB}/numpy/_core/umath.pyo
 ${PYSITELIB}/numpy/_distributor_init.py
 ${PYSITELIB}/numpy/_distributor_init.pyc
 ${PYSITELIB}/numpy/_distributor_init.pyo
@@ -76,15 +96,15 @@ ${PYSITELIB}/numpy/_typing/setup.pyo
 ${PYSITELIB}/numpy/_utils/__init__.py
 ${PYSITELIB}/numpy/_utils/__init__.pyc
 ${PYSITELIB}/numpy/_utils/__init__.pyo
+${PYSITELIB}/numpy/_utils/_convertions.py
+${PYSITELIB}/numpy/_utils/_convertions.pyc
+${PYSITELIB}/numpy/_utils/_convertions.pyo
 ${PYSITELIB}/numpy/_utils/_inspect.py
 ${PYSITELIB}/numpy/_utils/_inspect.pyc
 ${PYSITELIB}/numpy/_utils/_inspect.pyo
 ${PYSITELIB}/numpy/_utils/_pep440.py
 ${PYSITELIB}/numpy/_utils/_pep440.pyc
 ${PYSITELIB}/numpy/_utils/_pep440.pyo
-${PYSITELIB}/numpy/_version.py
-${PYSITELIB}/numpy/_version.pyc
-${PYSITELIB}/numpy/_version.pyo
 ${PYSITELIB}/numpy/array_api/__init__.py
 ${PYSITELIB}/numpy/array_api/__init__.pyc
 ${PYSITELIB}/numpy/array_api/__init__.pyo
@@ -258,26 +278,21 @@ ${PYSITELIB}/numpy/core/function_base.py
 ${PYSITELIB}/numpy/core/function_base.pyc
 ${PYSITELIB}/numpy/core/function_base.pyi
 ${PYSITELIB}/numpy/core/function_base.pyo
-${PYSITELIB}/numpy/core/generate_numpy_api.py
-${PYSITELIB}/numpy/core/generate_numpy_api.pyc
-${PYSITELIB}/numpy/core/generate_numpy_api.pyo
 ${PYSITELIB}/numpy/core/getlimits.py
 ${PYSITELIB}/numpy/core/getlimits.pyc
 ${PYSITELIB}/numpy/core/getlimits.pyi
 ${PYSITELIB}/numpy/core/getlimits.pyo
-${PYSITELIB}/numpy/core/include/numpy/.doxyfile
+${PYSITELIB}/numpy/core/include/numpy/__multiarray_api.c
 ${PYSITELIB}/numpy/core/include/numpy/__multiarray_api.h
+${PYSITELIB}/numpy/core/include/numpy/__ufunc_api.c
 ${PYSITELIB}/numpy/core/include/numpy/__ufunc_api.h
 ${PYSITELIB}/numpy/core/include/numpy/_dtype_api.h
 ${PYSITELIB}/numpy/core/include/numpy/_neighborhood_iterator_imp.h
 ${PYSITELIB}/numpy/core/include/numpy/_numpyconfig.h
-${PYSITELIB}/numpy/core/include/numpy/_numpyconfig.h.in
 ${PYSITELIB}/numpy/core/include/numpy/arrayobject.h
 ${PYSITELIB}/numpy/core/include/numpy/arrayscalars.h
 ${PYSITELIB}/numpy/core/include/numpy/experimental_dtype_api.h
 ${PYSITELIB}/numpy/core/include/numpy/halffloat.h
-${PYSITELIB}/numpy/core/include/numpy/libdivide/LICENSE.txt
-${PYSITELIB}/numpy/core/include/numpy/libdivide/libdivide.h
 ${PYSITELIB}/numpy/core/include/numpy/ndarrayobject.h
 ${PYSITELIB}/numpy/core/include/numpy/ndarraytypes.h
 ${PYSITELIB}/numpy/core/include/numpy/noprefix.h
@@ -292,9 +307,10 @@ ${PYSITELIB}/numpy/core/include/numpy/np
 ${PYSITELIB}/numpy/core/include/numpy/npy_os.h
 ${PYSITELIB}/numpy/core/include/numpy/numpyconfig.h
 ${PYSITELIB}/numpy/core/include/numpy/old_defines.h
-${PYSITELIB}/numpy/core/include/numpy/oldnumeric.h
+${PYSITELIB}/numpy/core/include/numpy/random/LICENSE.txt
 ${PYSITELIB}/numpy/core/include/numpy/random/bitgen.h
 ${PYSITELIB}/numpy/core/include/numpy/random/distributions.h
+${PYSITELIB}/numpy/core/include/numpy/random/libdivide.h
 ${PYSITELIB}/numpy/core/include/numpy/ufuncobject.h
 ${PYSITELIB}/numpy/core/include/numpy/utils.h
 ${PYSITELIB}/numpy/core/lib/libnpymath.a
@@ -323,12 +339,6 @@ ${PYSITELIB}/numpy/core/records.py
 ${PYSITELIB}/numpy/core/records.pyc
 ${PYSITELIB}/numpy/core/records.pyi
 ${PYSITELIB}/numpy/core/records.pyo
-${PYSITELIB}/numpy/core/setup.py
-${PYSITELIB}/numpy/core/setup.pyc
-${PYSITELIB}/numpy/core/setup.pyo
-${PYSITELIB}/numpy/core/setup_common.py
-${PYSITELIB}/numpy/core/setup_common.pyc
-${PYSITELIB}/numpy/core/setup_common.pyo
 ${PYSITELIB}/numpy/core/shape_base.py
 ${PYSITELIB}/numpy/core/shape_base.pyc
 ${PYSITELIB}/numpy/core/shape_base.pyi
@@ -341,6 +351,7 @@ ${PYSITELIB}/numpy/core/tests/_locales.p
 ${PYSITELIB}/numpy/core/tests/_locales.pyo
 ${PYSITELIB}/numpy/core/tests/data/astype_copy.pkl
 ${PYSITELIB}/numpy/core/tests/data/generate_umath_validation_data.cpp
+${PYSITELIB}/numpy/core/tests/data/numpy_2_0_array.pkl
 ${PYSITELIB}/numpy/core/tests/data/recarray_from_file.fits
 ${PYSITELIB}/numpy/core/tests/data/umath-validation-set-README.txt
 ${PYSITELIB}/numpy/core/tests/data/umath-validation-set-arccos.csv
@@ -364,6 +375,7 @@ ${PYSITELIB}/numpy/core/tests/data/umath
 ${PYSITELIB}/numpy/core/tests/data/umath-validation-set-tan.csv
 ${PYSITELIB}/numpy/core/tests/data/umath-validation-set-tanh.csv
 ${PYSITELIB}/numpy/core/tests/examples/cython/checks.pyx
+${PYSITELIB}/numpy/core/tests/examples/cython/meson.build
 ${PYSITELIB}/numpy/core/tests/examples/cython/setup.py
 ${PYSITELIB}/numpy/core/tests/examples/cython/setup.pyc
 ${PYSITELIB}/numpy/core/tests/examples/cython/setup.pyo
@@ -494,6 +506,9 @@ ${PYSITELIB}/numpy/core/tests/test_numer
 ${PYSITELIB}/numpy/core/tests/test_numerictypes.py
 ${PYSITELIB}/numpy/core/tests/test_numerictypes.pyc
 ${PYSITELIB}/numpy/core/tests/test_numerictypes.pyo
+${PYSITELIB}/numpy/core/tests/test_numpy_2_0_compat.py
+${PYSITELIB}/numpy/core/tests/test_numpy_2_0_compat.pyc
+${PYSITELIB}/numpy/core/tests/test_numpy_2_0_compat.pyo
 ${PYSITELIB}/numpy/core/tests/test_overrides.py
 ${PYSITELIB}/numpy/core/tests/test_overrides.pyc
 ${PYSITELIB}/numpy/core/tests/test_overrides.pyo
@@ -564,9 +579,6 @@ ${PYSITELIB}/numpy/ctypeslib.py
 ${PYSITELIB}/numpy/ctypeslib.pyc
 ${PYSITELIB}/numpy/ctypeslib.pyi
 ${PYSITELIB}/numpy/ctypeslib.pyo
-${PYSITELIB}/numpy/distutils/__config__.py
-${PYSITELIB}/numpy/distutils/__config__.pyc
-${PYSITELIB}/numpy/distutils/__config__.pyo
 ${PYSITELIB}/numpy/distutils/__init__.py
 ${PYSITELIB}/numpy/distutils/__init__.pyc
 ${PYSITELIB}/numpy/distutils/__init__.pyi
@@ -653,6 +665,7 @@ ${PYSITELIB}/numpy/distutils/command/bui
 ${PYSITELIB}/numpy/distutils/command/build_src.pyc
 ${PYSITELIB}/numpy/distutils/command/build_src.pyo
 ${PYSITELIB}/numpy/distutils/command/config.py
+${PYSITELIB}/numpy/distutils/command/config.py.orig
 ${PYSITELIB}/numpy/distutils/command/config.pyc
 ${PYSITELIB}/numpy/distutils/command/config.pyo
 ${PYSITELIB}/numpy/distutils/command/config_compiler.py
@@ -695,6 +708,7 @@ ${PYSITELIB}/numpy/distutils/extension.p
 ${PYSITELIB}/numpy/distutils/extension.pyc
 ${PYSITELIB}/numpy/distutils/extension.pyo
 ${PYSITELIB}/numpy/distutils/fcompiler/__init__.py
+${PYSITELIB}/numpy/distutils/fcompiler/__init__.py.orig
 ${PYSITELIB}/numpy/distutils/fcompiler/__init__.pyc
 ${PYSITELIB}/numpy/distutils/fcompiler/__init__.pyo
 ${PYSITELIB}/numpy/distutils/fcompiler/absoft.py
@@ -713,9 +727,11 @@ ${PYSITELIB}/numpy/distutils/fcompiler/f
 ${PYSITELIB}/numpy/distutils/fcompiler/fujitsu.pyc
 ${PYSITELIB}/numpy/distutils/fcompiler/fujitsu.pyo
 ${PYSITELIB}/numpy/distutils/fcompiler/g95.py
+${PYSITELIB}/numpy/distutils/fcompiler/g95.py.orig
 ${PYSITELIB}/numpy/distutils/fcompiler/g95.pyc
 ${PYSITELIB}/numpy/distutils/fcompiler/g95.pyo
 ${PYSITELIB}/numpy/distutils/fcompiler/gnu.py
+${PYSITELIB}/numpy/distutils/fcompiler/gnu.py.orig
 ${PYSITELIB}/numpy/distutils/fcompiler/gnu.pyc
 ${PYSITELIB}/numpy/distutils/fcompiler/gnu.pyo
 ${PYSITELIB}/numpy/distutils/fcompiler/hpux.py
@@ -770,6 +786,7 @@ ${PYSITELIB}/numpy/distutils/line_ending
 ${PYSITELIB}/numpy/distutils/line_endings.pyc
 ${PYSITELIB}/numpy/distutils/line_endings.pyo
 ${PYSITELIB}/numpy/distutils/log.py
+${PYSITELIB}/numpy/distutils/log.py.orig
 ${PYSITELIB}/numpy/distutils/log.pyc
 ${PYSITELIB}/numpy/distutils/log.pyo
 ${PYSITELIB}/numpy/distutils/mingw/gfortran_vs2003_hack.c
@@ -878,6 +895,22 @@ ${PYSITELIB}/numpy/f2py/__main__.pyo
 ${PYSITELIB}/numpy/f2py/__version__.py
 ${PYSITELIB}/numpy/f2py/__version__.pyc
 ${PYSITELIB}/numpy/f2py/__version__.pyo
+${PYSITELIB}/numpy/f2py/_backends/__init__.py
+${PYSITELIB}/numpy/f2py/_backends/__init__.pyc
+${PYSITELIB}/numpy/f2py/_backends/__init__.pyo
+${PYSITELIB}/numpy/f2py/_backends/_backend.py
+${PYSITELIB}/numpy/f2py/_backends/_backend.pyc
+${PYSITELIB}/numpy/f2py/_backends/_backend.pyo
+${PYSITELIB}/numpy/f2py/_backends/_distutils.py
+${PYSITELIB}/numpy/f2py/_backends/_distutils.pyc
+${PYSITELIB}/numpy/f2py/_backends/_distutils.pyo
+${PYSITELIB}/numpy/f2py/_backends/_meson.py
+${PYSITELIB}/numpy/f2py/_backends/_meson.pyc
+${PYSITELIB}/numpy/f2py/_backends/_meson.pyo
+${PYSITELIB}/numpy/f2py/_backends/meson.build.template
+${PYSITELIB}/numpy/f2py/_isocbind.py
+${PYSITELIB}/numpy/f2py/_isocbind.pyc
+${PYSITELIB}/numpy/f2py/_isocbind.pyo
 ${PYSITELIB}/numpy/f2py/auxfuncs.py
 ${PYSITELIB}/numpy/f2py/auxfuncs.pyc
 ${PYSITELIB}/numpy/f2py/auxfuncs.pyo
@@ -911,6 +944,7 @@ ${PYSITELIB}/numpy/f2py/func2subr.pyo
 ${PYSITELIB}/numpy/f2py/rules.py
 ${PYSITELIB}/numpy/f2py/rules.pyc
 ${PYSITELIB}/numpy/f2py/rules.pyo
+${PYSITELIB}/numpy/f2py/setup.cfg
 ${PYSITELIB}/numpy/f2py/setup.py
 ${PYSITELIB}/numpy/f2py/setup.pyc
 ${PYSITELIB}/numpy/f2py/setup.pyo
@@ -938,9 +972,14 @@ ${PYSITELIB}/numpy/f2py/tests/src/cli/hi
 ${PYSITELIB}/numpy/f2py/tests/src/cli/hiworld.f90
 ${PYSITELIB}/numpy/f2py/tests/src/common/block.f
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/accesstype.f90
+${PYSITELIB}/numpy/f2py/tests/src/crackfortran/data_common.f
+${PYSITELIB}/numpy/f2py/tests/src/crackfortran/data_multiplier.f
+${PYSITELIB}/numpy/f2py/tests/src/crackfortran/data_stmts.f90
+${PYSITELIB}/numpy/f2py/tests/src/crackfortran/data_with_comments.f
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/foo_deps.f90
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh15035.f
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh17859.f
+${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh22648.pyf
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh23533.f
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh23598.f90
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh23598Warn.f90
@@ -953,6 +992,7 @@ ${PYSITELIB}/numpy/f2py/tests/src/crackf
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/unicode_comment.f90
 ${PYSITELIB}/numpy/f2py/tests/src/f2cmap/.f2py_f2cmap
 ${PYSITELIB}/numpy/f2py/tests/src/f2cmap/isoFortranEnvMap.f90
+${PYSITELIB}/numpy/f2py/tests/src/isocintrin/isoCtests.f90
 ${PYSITELIB}/numpy/f2py/tests/src/kind/foo.f90
 ${PYSITELIB}/numpy/f2py/tests/src/mixed/foo.f
 ${PYSITELIB}/numpy/f2py/tests/src/mixed/foo_fixed.f90
@@ -980,6 +1020,7 @@ ${PYSITELIB}/numpy/f2py/tests/src/return
 ${PYSITELIB}/numpy/f2py/tests/src/size/foo.f90
 ${PYSITELIB}/numpy/f2py/tests/src/string/char.f90
 ${PYSITELIB}/numpy/f2py/tests/src/string/fixed_string.f90
+${PYSITELIB}/numpy/f2py/tests/src/string/gh24008.f
 ${PYSITELIB}/numpy/f2py/tests/src/string/scalar_string.f90
 ${PYSITELIB}/numpy/f2py/tests/src/string/string.f
 ${PYSITELIB}/numpy/f2py/tests/src/value_attrspec/gh21665.f90
@@ -1010,6 +1051,9 @@ ${PYSITELIB}/numpy/f2py/tests/test_compi
 ${PYSITELIB}/numpy/f2py/tests/test_crackfortran.py
 ${PYSITELIB}/numpy/f2py/tests/test_crackfortran.pyc
 ${PYSITELIB}/numpy/f2py/tests/test_crackfortran.pyo
+${PYSITELIB}/numpy/f2py/tests/test_data.py
+${PYSITELIB}/numpy/f2py/tests/test_data.pyc
+${PYSITELIB}/numpy/f2py/tests/test_data.pyo
 ${PYSITELIB}/numpy/f2py/tests/test_docs.py
 ${PYSITELIB}/numpy/f2py/tests/test_docs.pyc
 ${PYSITELIB}/numpy/f2py/tests/test_docs.pyo
@@ -1019,6 +1063,9 @@ ${PYSITELIB}/numpy/f2py/tests/test_f2cma
 ${PYSITELIB}/numpy/f2py/tests/test_f2py2e.py
 ${PYSITELIB}/numpy/f2py/tests/test_f2py2e.pyc
 ${PYSITELIB}/numpy/f2py/tests/test_f2py2e.pyo
+${PYSITELIB}/numpy/f2py/tests/test_isoc.py
+${PYSITELIB}/numpy/f2py/tests/test_isoc.pyc
+${PYSITELIB}/numpy/f2py/tests/test_isoc.pyo
 ${PYSITELIB}/numpy/f2py/tests/test_kind.py
 ${PYSITELIB}/numpy/f2py/tests/test_kind.pyc
 ${PYSITELIB}/numpy/f2py/tests/test_kind.pyo
@@ -1086,9 +1133,6 @@ ${PYSITELIB}/numpy/fft/helper.py
 ${PYSITELIB}/numpy/fft/helper.pyc
 ${PYSITELIB}/numpy/fft/helper.pyi
 ${PYSITELIB}/numpy/fft/helper.pyo
-${PYSITELIB}/numpy/fft/setup.py
-${PYSITELIB}/numpy/fft/setup.pyc
-${PYSITELIB}/numpy/fft/setup.pyo
 ${PYSITELIB}/numpy/fft/tests/__init__.py
 ${PYSITELIB}/numpy/fft/tests/__init__.pyc
 ${PYSITELIB}/numpy/fft/tests/__init__.pyo
@@ -1287,9 +1331,6 @@ ${PYSITELIB}/numpy/linalg/linalg.py
 ${PYSITELIB}/numpy/linalg/linalg.pyc
 ${PYSITELIB}/numpy/linalg/linalg.pyi
 ${PYSITELIB}/numpy/linalg/linalg.pyo
-${PYSITELIB}/numpy/linalg/setup.py
-${PYSITELIB}/numpy/linalg/setup.pyc
-${PYSITELIB}/numpy/linalg/setup.pyo
 ${PYSITELIB}/numpy/linalg/tests/__init__.py
 ${PYSITELIB}/numpy/linalg/tests/__init__.pyc
 ${PYSITELIB}/numpy/linalg/tests/__init__.pyo
@@ -1302,6 +1343,9 @@ ${PYSITELIB}/numpy/linalg/tests/test_lin
 ${PYSITELIB}/numpy/linalg/tests/test_regression.py
 ${PYSITELIB}/numpy/linalg/tests/test_regression.pyc
 ${PYSITELIB}/numpy/linalg/tests/test_regression.pyo
+${PYSITELIB}/numpy/ma/API_CHANGES.txt
+${PYSITELIB}/numpy/ma/LICENSE
+${PYSITELIB}/numpy/ma/README.rst
 ${PYSITELIB}/numpy/ma/__init__.py
 ${PYSITELIB}/numpy/ma/__init__.pyc
 ${PYSITELIB}/numpy/ma/__init__.pyi
@@ -1462,6 +1506,7 @@ ${PYSITELIB}/numpy/polynomial/tests/test
 ${PYSITELIB}/numpy/polynomial/tests/test_symbol.pyc
 ${PYSITELIB}/numpy/polynomial/tests/test_symbol.pyo
 ${PYSITELIB}/numpy/py.typed
+${PYSITELIB}/numpy/random/LICENSE.md
 ${PYSITELIB}/numpy/random/__init__.pxd
 ${PYSITELIB}/numpy/random/__init__.py
 ${PYSITELIB}/numpy/random/__init__.pyc
@@ -1480,9 +1525,6 @@ ${PYSITELIB}/numpy/random/_examples/cffi
 ${PYSITELIB}/numpy/random/_examples/cython/extending.pyx
 ${PYSITELIB}/numpy/random/_examples/cython/extending_distributions.pyx
 ${PYSITELIB}/numpy/random/_examples/cython/meson.build
-${PYSITELIB}/numpy/random/_examples/cython/setup.py
-${PYSITELIB}/numpy/random/_examples/cython/setup.pyc
-${PYSITELIB}/numpy/random/_examples/cython/setup.pyo
 ${PYSITELIB}/numpy/random/_examples/numba/extending.py
 ${PYSITELIB}/numpy/random/_examples/numba/extending.pyc
 ${PYSITELIB}/numpy/random/_examples/numba/extending.pyo
@@ -1509,9 +1551,6 @@ ${PYSITELIB}/numpy/random/c_distribution
 ${PYSITELIB}/numpy/random/lib/libnpyrandom.a
 ${PYSITELIB}/numpy/random/mtrand.pyi
 ${PYSITELIB}/numpy/random/mtrand.so
-${PYSITELIB}/numpy/random/setup.py
-${PYSITELIB}/numpy/random/setup.pyc
-${PYSITELIB}/numpy/random/setup.pyo
 ${PYSITELIB}/numpy/random/tests/__init__.py
 ${PYSITELIB}/numpy/random/tests/__init__.pyc
 ${PYSITELIB}/numpy/random/tests/__init__.pyo
@@ -1558,9 +1597,6 @@ ${PYSITELIB}/numpy/random/tests/test_see
 ${PYSITELIB}/numpy/random/tests/test_smoke.py
 ${PYSITELIB}/numpy/random/tests/test_smoke.pyc
 ${PYSITELIB}/numpy/random/tests/test_smoke.pyo
-${PYSITELIB}/numpy/setup.py
-${PYSITELIB}/numpy/setup.pyc
-${PYSITELIB}/numpy/setup.pyo
 ${PYSITELIB}/numpy/testing/__init__.py
 ${PYSITELIB}/numpy/testing/__init__.pyc
 ${PYSITELIB}/numpy/testing/__init__.pyi
@@ -1828,7 +1864,6 @@ ${PYSITELIB}/numpy/typing/tests/data/rev
 ${PYSITELIB}/numpy/typing/tests/data/reveal/ufunc_config.pyi
 ${PYSITELIB}/numpy/typing/tests/data/reveal/ufunclike.pyi
 ${PYSITELIB}/numpy/typing/tests/data/reveal/ufuncs.pyi
-${PYSITELIB}/numpy/typing/tests/data/reveal/version.pyi
 ${PYSITELIB}/numpy/typing/tests/data/reveal/warnings_and_errors.pyi
 ${PYSITELIB}/numpy/typing/tests/test_isfile.py
 ${PYSITELIB}/numpy/typing/tests/test_isfile.pyc

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.84 pkgsrc/math/py-numpy/distinfo:1.85
--- pkgsrc/math/py-numpy/distinfo:1.84  Mon Jul 31 18:36:01 2023
+++ pkgsrc/math/py-numpy/distinfo       Fri Nov 17 19:08:36 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.84 2023/07/31 18:36:01 adam Exp $
+$NetBSD: distinfo,v 1.85 2023/11/17 19:08:36 wiz Exp $
 
-BLAKE2s (numpy-1.25.2.tar.gz) = 08b458f552d6b4957300cd29a8089d3ae0567b91bed36cf0eef5f8652a3b5538
-SHA512 (numpy-1.25.2.tar.gz) = 6846d558c227329b6e700965ffa4c7886a7ca5f35234a56d734bc8201d19f7ac87d8ea081094bca13685130dce7bfb98ee4aa3a9dbd538288f10f1d9d82fb699
-Size (numpy-1.25.2.tar.gz) = 10805282 bytes
+BLAKE2s (numpy-1.26.1.tar.gz) = 14e2f464ec347d36b16d455214dc41bef18994c4a5c728cc7e40abab91c41812
+SHA512 (numpy-1.26.1.tar.gz) = abe5919029fc66961e8f44fdd503b54c291ce75b0d95e3f8bb61ee39a25d62142fbece5734fd7e9cbf65511f9d746fa61796f0d68e6dc2816c0e7747e286e505
+Size (numpy-1.26.1.tar.gz) = 15651806 bytes
 SHA1 (patch-numpy_core_include_numpy_npy__common.h) = 354e336b98f634b6298d0b1d0e85ef1a9d240bff
 SHA1 (patch-numpy_core_setup.py) = 01f90b7eb700cfa51edded31498c2de4c3850848
 SHA1 (patch-numpy_core_src_common_mem__overlap.c) = 10d65c7f8ba740ce2bae5ad47ef3162cd2c5a40b



Home | Main Index | Thread Index | Old Index