From 3fd9950752df5ef7452c30ca38a7e59162b09ff1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 18 Oct 2020 13:39:45 -0400 Subject: [PATCH] python3-pandas: update to 1.1.3. --- srcpkgs/python3-pandas/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template index bb7849c0004..59ee3b6fe2c 100644 --- a/srcpkgs/python3-pandas/template +++ b/srcpkgs/python3-pandas/template @@ -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 " 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 }