python-numexpr: update to 2.7.0.
This commit is contained in:
parent
1684b55b38
commit
10eb6bd453
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-numexpr'
|
||||
pkgname=python-numexpr
|
||||
version=2.6.9
|
||||
revision=2
|
||||
version=2.7.0
|
||||
revision=1
|
||||
wrksrc="numexpr-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="numexpr"
|
||||
|
@ -10,10 +10,10 @@ makedepends="python-devel python3-devel python-numpy python3-numpy"
|
|||
depends="python-numpy"
|
||||
short_desc="Fast numerical expression evaluator for NumPy (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/pydata/numexpr"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pydata/numexpr"
|
||||
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
|
||||
checksum=fc218b777cdbb14fa8cff8f28175ee631bacabbdd41ca34e061325b6c44a6fa6
|
||||
checksum=37324b5981b8962102bdc8640c4f05f5589da5d1df2702418783085cb78ca217
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue