mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
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'
|
# Template file for 'python-numexpr'
|
||||||
pkgname=python-numexpr
|
pkgname=python-numexpr
|
||||||
version=2.6.9
|
version=2.7.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="numexpr-${version}"
|
wrksrc="numexpr-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="numexpr"
|
pycompile_module="numexpr"
|
||||||
|
@ -10,10 +10,10 @@ makedepends="python-devel python3-devel python-numpy python3-numpy"
|
||||||
depends="python-numpy"
|
depends="python-numpy"
|
||||||
short_desc="Fast numerical expression evaluator for NumPy (Python2)"
|
short_desc="Fast numerical expression evaluator for NumPy (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pydata/numexpr"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/pydata/numexpr"
|
||||||
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
|
||||||
checksum=fc218b777cdbb14fa8cff8f28175ee631bacabbdd41ca34e061325b6c44a6fa6
|
checksum=37324b5981b8962102bdc8640c4f05f5589da5d1df2702418783085cb78ca217
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue