python-numexpr: update to 2.6.2
This commit is contained in:
parent
410af45b2e
commit
9907e9d806
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-numexpr'
|
# Template file for 'python-numexpr'
|
||||||
pkgname=python-numexpr
|
pkgname=python-numexpr
|
||||||
version=2.6.1
|
version=2.6.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="numexpr-${version}"
|
wrksrc="numexpr-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pydata/numexpr"
|
homepage="https://github.com/pydata/numexpr"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
|
||||||
checksum=db2ee72f277b23c82d204189290ea4b792f9bd5b9d67744b045f8c2a8e929a06
|
checksum=6ab8ff5c19e7f452966bf5a3220b845cf3244fe0b96544f7f9acedcc2db5c705
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
Loading…
Reference in New Issue