void-packages/srcpkgs/python-numexpr/template
2017-01-31 19:22:28 +01:00

36 lines
1.1 KiB
Bash

# Template file for 'python-numexpr'
pkgname=python-numexpr
version=2.6.2
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=6ab8ff5c19e7f452966bf5a3220b845cf3244fe0b96544f7f9acedcc2db5c705
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}"
}