21 lines
626 B
Bash
21 lines
626 B
Bash
# Template file for 'python3-numexpr'
|
|
pkgname=python3-numexpr
|
|
version=2.7.2
|
|
revision=1
|
|
wrksrc="numexpr-${version}"
|
|
build_style=python3-module
|
|
build_helper=numpy
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel python3-numpy"
|
|
depends="python3-numpy"
|
|
short_desc="Fast numerical expression evaluator for NumPy (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/pydata/numexpr"
|
|
distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz"
|
|
checksum=c939f806c179e9fcb80100f3cd32a748d14a6101c29fb102cc77844549c88291
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|