python3-pandas: update to 1.5.0.
This commit is contained in:
parent
b15aac1ef0
commit
19b40a1c41
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'python3-pandas'
|
||||
pkgname=python3-pandas
|
||||
version=1.4.4
|
||||
version=1.5.0
|
||||
revision=1
|
||||
wrksrc="pandas-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
||||
makedepends="python3-devel python3-numpy python3-dateutil python3-pytz"
|
||||
depends="python3-numpy python3-dateutil python3-pytz"
|
||||
checkdepends="python3-pytest-xdist python3-hypothesis $depends"
|
||||
checkdepends="python3-pytest-xdist python3-pytest-asyncio python3-hypothesis $depends"
|
||||
short_desc="Python3 data analysis library"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
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=591436a87c792b445c13e032ab32daf958319df271ec84b79cadf985c1c7e942
|
||||
checksum=ab23595e2105e2595b14c37f5e88a24d065eb60432e9f45c78f8613ba956eacd
|
||||
|
||||
pre_build() {
|
||||
# setup.py allows a -j argument to parallelize builds
|
||||
|
|
Loading…
Reference in New Issue