python-numexpr: update to 2.5.1

This commit is contained in:
Alessio Sergi 2016-04-01 10:51:20 +02:00
parent 4ae28032d8
commit 48121381fb

View file

@ -1,6 +1,6 @@
# Template file for 'python-numexpr'
pkgname=python-numexpr
version=2.5
version=2.5.1
revision=1
wrksrc="numexpr-${version}"
build_style=python-module
@ -14,11 +14,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pydata/numexpr"
license="MIT"
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
checksum=319cdf4e402177a1c8ed4972cffd09f523446f186d347b7c1974787cdabf0294
checksum=fb2f00226ec21bf3431d1dd17b170c47c08ea35dde40f965b41ccb5a553589e8
pre_build() {
sed -i '/^#!/d' numexpr/cpuinfo.py
}
post_install() {
vlicense LICENSE.txt LICENSE
}