python-numexpr: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
d9830419c5
commit
26054928da
2 changed files with 14 additions and 9 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'python-numexpr'
|
||||
pkgname=python-numexpr
|
||||
version=2.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
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 python3.4-numpy"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel python-numpy python3-numpy"
|
||||
depends="python-numpy"
|
||||
pycompile_module="numexpr"
|
||||
short_desc="Fast numerical expression evaluator for NumPy (Python2)"
|
||||
|
@ -20,13 +19,18 @@ post_install() {
|
|||
vlicense LICENSE.txt LICENSE
|
||||
}
|
||||
|
||||
python3.4-numexpr_package() {
|
||||
depends="python3.4-numpy"
|
||||
pycompile_version="3.4"
|
||||
python3-numexpr_package() {
|
||||
depends="python3-numpy"
|
||||
pycompile_module="numexpr"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
replaces="python3.4-numexpr>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE.txt LICENSE
|
||||
}
|
||||
}
|
||||
python3.4-numexpr_package() {
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-numexpr>=${version}_${revision}"
|
||||
}
|
||||
|
|
1
srcpkgs/python3-numexpr
Symbolic link
1
srcpkgs/python3-numexpr
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-numexpr
|
Loading…
Reference in a new issue