From 84973adcadb49cd8b16f879ea951b98e2b8ce007 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 19 Nov 2021 08:24:21 -0500 Subject: [PATCH] python3-matplotlib: update to 3.5.0. --- srcpkgs/python3-matplotlib/template | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template index bed2c06ca9a..15cdcfff70e 100644 --- a/srcpkgs/python3-matplotlib/template +++ b/srcpkgs/python3-matplotlib/template @@ -1,11 +1,11 @@ # Template file for 'python3-matplotlib' pkgname=python3-matplotlib -version=3.4.3 -revision=2 +version=3.5.0 +revision=1 wrksrc="matplotlib-${version}" build_style=python3-module build_helper="numpy" -hostmakedepends="pkg-config python3-setuptools python3-certifi python3-numpy" +hostmakedepends="pkg-config python3-setuptools_scm python3-certifi python3-numpy" makedepends="python3-devel freetype-devel libpng-devel libqhull-devel" depends="python3-certifi python3-cycler python3-kiwisolver python3-numpy python3-Pillow python3-parsing python3-dateutil" @@ -14,13 +14,17 @@ maintainer="Andrew J. Hesford " license="custom:matplotlib, BSD-3-Clause, MIT" homepage="https://matplotlib.org/" distfiles="https://github.com/matplotlib/matplotlib/archive/v${version}.tar.gz" -checksum=474c4c5555476eb35f44cfd00a4c9b7b24fff9cef685ec80e52260cc33558b0c +checksum=fc46f0eb54d9d51ddf0637e383afce2fdb6e352d894a81993b25d8df41eddaaf replaces="python3-matplotlib-data>=0" # Comparison of images is too frail for validation make_check="no" +post_patch() { + vsed -e '/setuptools_scm_git_archive/d' -i setup.py +} + pre_build() { - cat <<-EOF > setup.cfg + cat <<-EOF > mplsetup.cfg [libs] system_freetype = true system_qhull = true