python-pandas: update to 0.24.2.
This commit is contained in:
parent
64a55d4193
commit
eb927da900
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-pandas'
|
||||
pkgname=python-pandas
|
||||
version=0.23.4
|
||||
revision=2
|
||||
version=0.24.2
|
||||
revision=1
|
||||
wrksrc="pandas-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pandas"
|
||||
|
@ -11,10 +11,10 @@ makedepends="python-devel python3-devel python-numpy python3-numpy
|
|||
depends="python-numpy python-dateutil python-pytz"
|
||||
short_desc="Python2 data analysis library"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://pandas.pydata.org/"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://pandas.pydata.org/"
|
||||
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||
checksum=fc829f9014fc756511cba878179811322514c5cb8dcbf39b02062f80f1f6170f
|
||||
checksum=286787f06ac1b7bd322d04f9cf20e14ec3e0bd6b0ec9951456d8c53375545aa1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue