void-packages/srcpkgs/python-numexpr/template
2017-09-18 11:18:21 +02:00

37 lines
1.1 KiB
Bash

# Template file for 'python-numexpr'
pkgname=python-numexpr
version=2.6.4
revision=1
wrksrc="numexpr-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel python-numpy python3-numpy"
depends="python-numpy"
pycompile_module="numexpr"
short_desc="Fast numerical expression evaluator for NumPy (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pydata/numexpr"
license="MIT"
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
checksum=f0bef9a3a5407fb8d6344cf91b658bef7c13ec8a8eb13f423822d9d2ca5af6ce
post_install() {
vlicense LICENSE.txt LICENSE
}
python3-numexpr_package() {
depends="python3-numpy"
pycompile_module="numexpr"
replaces="python3.4-numexpr>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
}
}
python3.4-numexpr_package() {
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-numexpr>=${version}_${revision}"
}