python3-pandas: update to 1.1.3.

This commit is contained in:
Andrew J. Hesford 2020-10-18 13:39:45 -04:00
parent ff7894545b
commit 3fd9950752

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pandas'
pkgname=python3-pandas
version=1.1.2
revision=2
version=1.1.3
revision=1
wrksrc="pandas-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@ -12,12 +12,17 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"
homepage="https://pandas.pydata.org/"
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
checksum=0343410b01e48041a99af385566f2958c7779af3bc39a26393517be04800cbf5
post_patch() {
vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
}
pre_build() {
# setup.py allows a -j argument to parallelize builds
make_build_args+=" ${makejobs}"
}
post_install() {
vlicense LICENSE
}