mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
parent
7f0f04238a
commit
7b4efbaaf1
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-numexpr'
|
# Template file for 'python3-numexpr'
|
||||||
pkgname=python3-numexpr
|
pkgname=python3-numexpr
|
||||||
version=2.7.0
|
version=2.7.2
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="numexpr-${version}"
|
wrksrc="numexpr-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
build_helper=numpy
|
build_helper=numpy
|
||||||
|
@ -12,8 +12,8 @@ short_desc="Fast numerical expression evaluator for NumPy (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pydata/numexpr"
|
homepage="https://github.com/pydata/numexpr"
|
||||||
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
|
distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz"
|
||||||
checksum=37324b5981b8962102bdc8640c4f05f5589da5d1df2702418783085cb78ca217
|
checksum=c939f806c179e9fcb80100f3cd32a748d14a6101c29fb102cc77844549c88291
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue