mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-numexpr: update to 2.10.2.
This commit is contained in:
parent
e57e685710
commit
753dd9185f
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-numexpr'
|
# Template file for 'python3-numexpr'
|
||||||
pkgname=python3-numexpr
|
pkgname=python3-numexpr
|
||||||
version=2.10.1
|
version=2.10.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper="numpy"
|
build_helper="numpy"
|
||||||
make_check_args="-k not(test_max_threads_unset)"
|
make_check_args="-k not(test_max_threads_unset)"
|
||||||
|
@ -9,12 +9,13 @@ hostmakedepends="python3-setuptools python3-wheel"
|
||||||
makedepends="python3-devel python3-numpy"
|
makedepends="python3-devel python3-numpy"
|
||||||
depends="python3-numpy"
|
depends="python3-numpy"
|
||||||
checkdepends="${depends} python3-pytest"
|
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>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pydata/numexpr"
|
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"
|
distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz"
|
||||||
checksum=e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793
|
checksum=7e61a8aa4dacb15787b31c31bd7edf90c026d5e6dbe727844c238726e8464592
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
python3 setup.py build_ext --inplace
|
python3 setup.py build_ext --inplace
|
||||||
|
|
Loading…
Add table
Reference in a new issue