python3-pandas: update to 1.1.3.
This commit is contained in:
parent
ff7894545b
commit
3fd9950752
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pandas'
|
# Template file for 'python3-pandas'
|
||||||
pkgname=python3-pandas
|
pkgname=python3-pandas
|
||||||
version=1.1.2
|
version=1.1.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
||||||
|
@ -12,12 +12,17 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://pandas.pydata.org/"
|
homepage="https://pandas.pydata.org/"
|
||||||
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=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
|
checksum=0343410b01e48041a99af385566f2958c7779af3bc39a26393517be04800cbf5
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue