python3-pandas: update to 2.2.3.
This commit is contained in:
parent
2a4db39cfe
commit
ad4310ca8a
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'python3-pandas'
|
||||
pkgname=python3-pandas
|
||||
version=2.2.2
|
||||
revision=3
|
||||
version=2.2.3
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper="meson numpy"
|
||||
# Pandas imposes strict and unnecessary restrictions on build dependencies
|
||||
make_build_args="--skip-dependency-check"
|
||||
hostmakedepends="python3-meson-python python3-wheel python3-Cython
|
||||
python3-numpy python3-versioneer pkg-config"
|
||||
makedepends="python3-devel python3-numpy python3-dateutil python3-pytz"
|
||||
makedepends="python3-devel python3-numpy python3-dateutil python3-pytz
|
||||
python3-tzdata"
|
||||
depends="python3-numpy python3-dateutil python3-pytz"
|
||||
short_desc="Python3 data analysis library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -16,7 +17,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://pandas.pydata.org/"
|
||||
changelog="https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html"
|
||||
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||
checksum=79bc6fb5505afd27875c93fec27cece74318470c4e274ec7ef48b16f046dc006
|
||||
checksum=19a2160b7fa82440ff3f1eb511331dcad354b3a8802072180472191664803356
|
||||
# Builds seem to sometimes have missing symbol problems;
|
||||
# the intermittent nature suggests this might be a race
|
||||
disable_parallel_build=yes
|
||||
|
|
Loading…
Reference in New Issue