python-numexpr: update to 2.5.1
This commit is contained in:
parent
4ae28032d8
commit
48121381fb
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-numexpr'
|
# Template file for 'python-numexpr'
|
||||||
pkgname=python-numexpr
|
pkgname=python-numexpr
|
||||||
version=2.5
|
version=2.5.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="numexpr-${version}"
|
wrksrc="numexpr-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -14,11 +14,8 @@ 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=319cdf4e402177a1c8ed4972cffd09f523446f186d347b7c1974787cdabf0294
|
checksum=fb2f00226ec21bf3431d1dd17b170c47c08ea35dde40f965b41ccb5a553589e8
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i '/^#!/d' numexpr/cpuinfo.py
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue