python3-pandas: update to 0.25.1.

Package separated from python-pandas (end of python2 support).
This commit is contained in:
Stefano Ragni 2019-08-24 00:28:16 +02:00 committed by Helmut Pozimski
parent 05494f837f
commit 7f3b08beb0
5 changed files with 25 additions and 16 deletions

View file

@ -1,13 +1,12 @@
# Template file for 'python-pandas'
pkgname=python-pandas
version=0.24.2
revision=1
revision=2
wrksrc="pandas-${version}"
build_style=python-module
build_style=python2-module
pycompile_module="pandas"
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
makedepends="python-devel python3-devel python-numpy python3-numpy
python-dateutil python3-dateutil python-pytz python3-pytz"
hostmakedepends="python-setuptools python-Cython"
makedepends="python-devel python-numpy python-dateutil python-pytz"
depends="python-numpy python-dateutil python-pytz"
short_desc="Python2 data analysis library"
maintainer="Alessio Sergi <al3hex@gmail.com>"
@ -19,13 +18,3 @@ checksum=286787f06ac1b7bd322d04f9cf20e14ec3e0bd6b0ec9951456d8c53375545aa1
post_install() {
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
}
}

View file

@ -1 +0,0 @@
python-pandas

View 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
}

View file

@ -0,0 +1 @@
ignore="*rc*"