From 1446c9e7ca8c864d5257b91a09248228323e71ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:54 -0400 Subject: [PATCH] python3-pandas: rebuild for Python 3.9 --- srcpkgs/python3-pandas/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template index 9865e5a8ba3..bb7849c0004 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=1 +revision=2 wrksrc="pandas-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy" @@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/" distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz" checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb +post_patch() { + vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//' +} + post_install() { vlicense LICENSE }