mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 04:13:06 +02:00
26 lines
847 B
Bash
26 lines
847 B
Bash
# Template file for 'python3-numexpr'
|
|
pkgname=python3-numexpr
|
|
version=2.10.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
build_helper="numpy"
|
|
make_check_args="-k not(test_max_threads_unset)"
|
|
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"
|
|
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=7e61a8aa4dacb15787b31c31bd7edf90c026d5e6dbe727844c238726e8464592
|
|
|
|
pre_check() {
|
|
python3 setup.py build_ext --inplace
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|