diff --git a/srcpkgs/python-numexpr/template b/srcpkgs/python-numexpr/template index 79fe59ee115..35a32f2f371 100644 --- a/srcpkgs/python-numexpr/template +++ b/srcpkgs/python-numexpr/template @@ -1,22 +1,22 @@ # Template file for 'python-numexpr' pkgname=python-numexpr -version=2.6.5 +version=2.6.6 revision=1 wrksrc="numexpr-${version}" build_style=python-module +pycompile_module="numexpr" 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 " homepage="https://github.com/pydata/numexpr" license="MIT" distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz" -checksum=f8ad8014085628eab91bc82fb9d10cf9ab8e04ede4884e4a1061445d395b36bb +checksum=97c1f7fa409439ae933494014cd41d43de84cfe6c98b7f93392f94d54de1b453 post_install() { - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } python3-numexpr_package() { @@ -25,6 +25,6 @@ python3-numexpr_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } }