void-packages/srcpkgs/python-numexpr/template
Alessio Sergi 26054928da python-numexpr: rebuild for Python 3.5
Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
2016-10-17 17:37:38 +02:00

36 lines
1.1 KiB
Bash

# Template file for 'python-numexpr'
pkgname=python-numexpr
version=2.6.1
revision=2
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=db2ee72f277b23c82d204189290ea4b792f9bd5b9d67744b045f8c2a8e929a06
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}"
}