mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python-pandas: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
9a750b2be4
commit
d017a3a350
4 changed files with 19 additions and 14 deletions
3
srcpkgs/python-pandas/python3-pandas.INSTALL.msg
Normal file
3
srcpkgs/python-pandas/python3-pandas.INSTALL.msg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Recommended dependencies:
|
||||||
|
- python3-numexpr: to accelerate expression evaluation operations
|
||||||
|
- python3-Bottleneck: to accelerate numerical operations
|
|
@ -1,3 +0,0 @@
|
||||||
Recommended dependencies:
|
|
||||||
- python3.4-numexpr: to accelerate expression evaluation operations
|
|
||||||
- python3.4-Bottleneck: to accelerate numerical operations
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'python-pandas'
|
# Template file for 'python-pandas'
|
||||||
pkgname=python-pandas
|
pkgname=python-pandas
|
||||||
version=0.19.0
|
version=0.19.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
makedepends="python-devel python3-devel python-numpy python3-numpy
|
||||||
makedepends="python-devel python3.4-devel python-numpy python3.4-numpy
|
python-dateutil python3-dateutil python-pytz python3-pytz
|
||||||
python-dateutil python3.4-dateutil python-pytz python3.4-pytz
|
python-Cython python3-Cython"
|
||||||
python-Cython python3.4-Cython"
|
|
||||||
depends="python-numpy python-dateutil python-pytz"
|
depends="python-numpy python-dateutil python-pytz"
|
||||||
pycompile_module="pandas"
|
pycompile_module="pandas"
|
||||||
short_desc="Python2 data analysis library"
|
short_desc="Python2 data analysis library"
|
||||||
|
@ -22,13 +21,18 @@ post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-pandas_package() {
|
python3-pandas_package() {
|
||||||
depends="python3.4-numpy python3.4-dateutil python3.4-pytz"
|
depends="python3-numpy python3-dateutil python3-pytz"
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="pandas"
|
pycompile_module="pandas"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
replaces="python3.4-pandas>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-pandas_package() {
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-pandas>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-pandas
Symbolic link
1
srcpkgs/python3-pandas
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pandaas
|
Loading…
Add table
Reference in a new issue