python-pandas: update to 0.21.0

This commit is contained in:
Alessio Sergi 2017-10-30 23:00:30 +01:00
parent e90c11666e
commit 87254dcaea

View file

@ -1,7 +1,7 @@
# Template file for 'python-pandas' # Template file for 'python-pandas'
pkgname=python-pandas pkgname=python-pandas
version=0.20.3 version=0.21.0
revision=2 revision=1
wrksrc="pandas-${version}" wrksrc="pandas-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
@ -12,10 +12,10 @@ 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"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://pandas.pydata.org/" homepage="https://pandas.pydata.org/"
license="3-clause-BSD" license="3-clause-BSD"
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz" distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
checksum=f09c8f999611c2a4c073b5fa3ec212b859b5569e14a59f084f47f4203c2d0600 checksum=9de7b333de3af8f4f1b5c83503ccd475e8bdb26505f6309400bd89a3539223d0
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE