python3-numpy: update to 2.3.1.

This commit is contained in:
Andrew J. Hesford 2025-07-01 09:53:10 -04:00
parent 20d0d0ec63
commit cd16f00baf

View file

@ -1,6 +1,6 @@
# Template file for 'python3-numpy' # Template file for 'python3-numpy'
pkgname=python3-numpy pkgname=python3-numpy
version=2.2.6 version=2.3.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper="meson qemu" build_helper="meson qemu"
@ -19,7 +19,7 @@ license="BSD-3-Clause"
homepage="https://www.numpy.org/" homepage="https://www.numpy.org/"
changelog="https://github.com/numpy/numpy/releases" changelog="https://github.com/numpy/numpy/releases"
distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz" distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz"
checksum=e29554e2bef54a90aa5cc07da6ce955accb83f21ab5de01a62c8478897b264fd checksum=1ec9ae20a4226da374362cca3c62cd753faf2f951440b0e3b98e93c235441d2b
alternatives="numpy:f2py:/usr/bin/f2py3" alternatives="numpy:f2py:/usr/bin/f2py3"
build_options="openblas" build_options="openblas"