python-pandas: update to 0.21.1
This commit is contained in:
parent
4764a3a449
commit
2646cb61e9
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pandas'
|
||||
pkgname=python-pandas
|
||||
version=0.21.0
|
||||
version=0.21.1
|
||||
revision=1
|
||||
wrksrc="pandas-${version}"
|
||||
build_style=python-module
|
||||
|
@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://pandas.pydata.org/"
|
||||
license="3-clause-BSD"
|
||||
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||
checksum=9de7b333de3af8f4f1b5c83503ccd475e8bdb26505f6309400bd89a3539223d0
|
||||
checksum=4eee874fd580799cc61af28607d925379f8a06665fdc7cc2bea3905541813081
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue