mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# Template file for 'python-pandas'
|
||||||
pkgname=python-pandas
|
pkgname=python-pandas
|
||||||
version=0.23.4
|
version=0.24.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pandas"
|
pycompile_module="pandas"
|
||||||
|
@ -11,10 +11,10 @@ makedepends="python-devel python3-devel python-numpy python3-numpy
|
||||||
depends="python-numpy python-dateutil python-pytz"
|
depends="python-numpy python-dateutil python-pytz"
|
||||||
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="https://pandas.pydata.org/"
|
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://pandas.pydata.org/"
|
||||||
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=fc829f9014fc756511cba878179811322514c5cb8dcbf39b02062f80f1f6170f
|
checksum=286787f06ac1b7bd322d04f9cf20e14ec3e0bd6b0ec9951456d8c53375545aa1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue