mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-pandas: update to 0.25.1.
Package separated from python-pandas (end of python2 support).
This commit is contained in:
parent
05494f837f
commit
7f3b08beb0
5 changed files with 25 additions and 16 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'python-pandas'
|
# Template file for 'python-pandas'
|
||||||
pkgname=python-pandas
|
pkgname=python-pandas
|
||||||
version=0.24.2
|
version=0.24.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="pandas"
|
pycompile_module="pandas"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
hostmakedepends="python-setuptools python-Cython"
|
||||||
makedepends="python-devel python3-devel python-numpy python3-numpy
|
makedepends="python-devel python-numpy python-dateutil python-pytz"
|
||||||
python-dateutil python3-dateutil python-pytz python3-pytz"
|
|
||||||
depends="python-numpy python-dateutil python-pytz"
|
depends="python-numpy python-dateutil python-pytz"
|
||||||
short_desc="Python2 data analysis library"
|
short_desc="Python2 data analysis library"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
@ -19,13 +18,3 @@ checksum=286787f06ac1b7bd322d04f9cf20e14ec3e0bd6b0ec9951456d8c53375545aa1
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pandas_package() {
|
|
||||||
pycompile_module="pandas"
|
|
||||||
depends="python3-numpy python3-dateutil python3-pytz"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
python-pandas
|
|
20
srcpkgs/python3-pandas/template
Normal file
20
srcpkgs/python3-pandas/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-pandas'
|
||||||
|
pkgname=python3-pandas
|
||||||
|
version=0.25.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="pandas-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="pandas"
|
||||||
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
|
makedepends="python3-devel python3-numpy python3-dateutil python3-pytz"
|
||||||
|
depends="python3-numpy python3-dateutil python3-pytz"
|
||||||
|
short_desc="Python3 data analysis library"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://pandas.pydata.org/"
|
||||||
|
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||||
|
checksum=cb79c5bf4842835d56123fd0b899eee241efe77cb5ba1376d345ffb8467d07ab
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
1
srcpkgs/python3-pandas/update
Normal file
1
srcpkgs/python3-pandas/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*rc*"
|
Loading…
Add table
Reference in a new issue