vp-build/srcpkgs/python-numexpr/template

31 lines
875 B
Bash

# Template file for 'python-numexpr'
pkgname=python-numexpr
version=2.6.5
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=f8ad8014085628eab91bc82fb9d10cf9ab8e04ede4884e4a1061445d395b36bb
post_install() {
vlicense LICENSE.txt LICENSE
}
python3-numexpr_package() {
depends="python3-numpy"
pycompile_module="numexpr"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
}
}