mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: python-numexpr-2.4.3
This commit is contained in:
parent
fca1ae6d93
commit
0442e45db8
2 changed files with 36 additions and 0 deletions
35
srcpkgs/python-numexpr/template
Normal file
35
srcpkgs/python-numexpr/template
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Template file for 'python-numexpr'
|
||||||
|
pkgname=python-numexpr
|
||||||
|
version=2.4.3
|
||||||
|
revision=1
|
||||||
|
wrksrc="numexpr-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
makedepends="python-devel python3.4-devel python-numpy-devel python3.4-numpy-devel"
|
||||||
|
depends="python-numpy"
|
||||||
|
pycompile_module="numexpr"
|
||||||
|
short_desc="Fast numerical expression evaluator for NumPy (Python2)"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://github.com/pydata/numexpr"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
|
||||||
|
checksum=3ae7191c89df40db6b0a8637a4dace7c5956bc910793a53225f985f3b443c722
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i '/^#!/d' numexpr/cpuinfo.py
|
||||||
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3.4-numexpr_package() {
|
||||||
|
depends="python3.4-numpy"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="numexpr"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE.txt LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-numexpr
Symbolic link
1
srcpkgs/python3.4-numexpr
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-numexpr
|
Loading…
Add table
Reference in a new issue