python-pandas: update to 0.23.0
This commit is contained in:
parent
38aa2c9d9f
commit
f5379bf483
1 changed files with 5 additions and 5 deletions
|
@ -1,29 +1,29 @@
|
|||
# Template file for 'python-pandas'
|
||||
pkgname=python-pandas
|
||||
version=0.22.0
|
||||
version=0.23.0
|
||||
revision=1
|
||||
wrksrc="pandas-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pandas"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel python-numpy python3-numpy
|
||||
python-dateutil python3-dateutil python-pytz python3-pytz
|
||||
python-Cython python3-Cython"
|
||||
depends="python-numpy python-dateutil python-pytz"
|
||||
pycompile_module="pandas"
|
||||
short_desc="Python2 data analysis library"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://pandas.pydata.org/"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||
checksum=cea8d7ef5649bb6a0ff918c9bc6abe81fb13cdc52bb9ccabea7d0ccae2e901b1
|
||||
checksum=0775e4d94cd7f37f14864161aa5548495e17128b9aa85cac32fcb4916f6f3dda
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-pandas_package() {
|
||||
depends="python3-numpy python3-dateutil python3-pytz"
|
||||
pycompile_module="pandas"
|
||||
depends="python3-numpy python3-dateutil python3-pytz"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue