python3-numexpr: update to 2.10.1.

This commit is contained in:
Andrew J. Hesford 2024-07-01 13:58:03 -04:00
parent 27c5f9f39e
commit 5e65917543

View file

@ -1,19 +1,20 @@
# Template file for 'python3-numexpr' # Template file for 'python3-numexpr'
pkgname=python3-numexpr pkgname=python3-numexpr
version=2.8.3 version=2.10.1
revision=3 revision=1
build_style=python3-module build_style=python3-pep517
build_helper=numpy build_helper="numpy"
hostmakedepends="python3-wheel" make_check_args="-k not(test_max_threads_unset)"
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel python3-numpy" makedepends="python3-devel python3-numpy"
depends="python3-numpy python3-packaging" depends="python3-numpy"
checkdepends="${depends} python3-pytest-xdist" checkdepends="${depends} python3-pytest"
short_desc="Fast numerical expression evaluator for NumPy (Python3)" short_desc="Fast numerical expression evaluator for NumPy (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/pydata/numexpr" homepage="https://github.com/pydata/numexpr"
distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz" distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz"
checksum=389ceefca74eff30ec3fd03fc4c3b7ab3df8f22d1f235117a392ce702ed208c0 checksum=e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793
pre_check() { pre_check() {
python3 setup.py build_ext --inplace python3 setup.py build_ext --inplace