mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pandas: update to 1.2.4.
This commit is contained in:
parent
cd3e2c56bc
commit
8ed491255e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-pandas'
|
# Template file for 'python3-pandas'
|
||||||
pkgname=python3-pandas
|
pkgname=python3-pandas
|
||||||
version=1.2.3
|
version=1.2.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -14,7 +14,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://pandas.pydata.org/"
|
homepage="https://pandas.pydata.org/"
|
||||||
changelog="https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html"
|
changelog="https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html"
|
||||||
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=89df1a3cabd86e5dd3c7a5fdd7ec5338b2613e7a7d60f30254a4e7b08902dade
|
checksum=544aac5ad33db4fcb091f9b99603e30c049fc4c3622949c1c807d597eceb82bb
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# setup.py allows a -j argument to parallelize builds
|
# setup.py allows a -j argument to parallelize builds
|
||||||
|
|
Loading…
Add table
Reference in a new issue