python-pandas: update to 0.21.0
This commit is contained in:
parent
e90c11666e
commit
87254dcaea
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-pandas'
|
||||
pkgname=python-pandas
|
||||
version=0.20.3
|
||||
revision=2
|
||||
version=0.21.0
|
||||
revision=1
|
||||
wrksrc="pandas-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -12,10 +12,10 @@ depends="python-numpy python-dateutil python-pytz"
|
|||
pycompile_module="pandas"
|
||||
short_desc="Python2 data analysis library"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://pandas.pydata.org/"
|
||||
homepage="https://pandas.pydata.org/"
|
||||
license="3-clause-BSD"
|
||||
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||
checksum=f09c8f999611c2a4c073b5fa3ec212b859b5569e14a59f084f47f4203c2d0600
|
||||
checksum=9de7b333de3af8f4f1b5c83503ccd475e8bdb26505f6309400bd89a3539223d0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue