mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
python3-pandas: update to 2.0.2.
This commit is contained in:
parent
54e9f8b9e8
commit
e8146bb00d
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=2.0.1
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython python3-numpy python3-versioneer"
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy python3-versioneer"
|
||||||
|
@ -12,7 +12,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=821ea98fc1ed84ec53546a1526b2b373c2101d4a9736b4384f10cd9fd5ae12a6
|
checksum=44f41cb263726716ff513081bf57ea62fec704f367e3fc8adb15e54991c98273
|
||||||
# Builds seem to sometimes have missing symbol problems;
|
# Builds seem to sometimes have missing symbol problems;
|
||||||
# the intermittent nature suggests this might be a race
|
# the intermittent nature suggests this might be a race
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue