python3-numexpr: update to 2.10.2.

This commit is contained in:
Gonzalo Tornaría 2025-05-01 12:22:31 -03:00 committed by Andrew J. Hesford
parent e57e685710
commit 753dd9185f

View file

@ -1,7 +1,7 @@
# Template file for 'python3-numexpr'
pkgname=python3-numexpr
version=2.10.1
revision=2
version=2.10.2
revision=1
build_style=python3-pep517
build_helper="numpy"
make_check_args="-k not(test_max_threads_unset)"
@ -9,12 +9,13 @@ hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel python3-numpy"
depends="python3-numpy"
checkdepends="${depends} python3-pytest"
short_desc="Fast numerical expression evaluator for NumPy (Python3)"
short_desc="Fast numerical expression evaluator for NumPy"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/pydata/numexpr"
changelog="https://raw.githubusercontent.com/pydata/numexpr/refs/heads/master/RELEASE_NOTES.rst"
distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz"
checksum=e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793
checksum=7e61a8aa4dacb15787b31c31bd7edf90c026d5e6dbe727844c238726e8464592
pre_check() {
python3 setup.py build_ext --inplace