From daaa687de5ee2bf4d68f76c071c4804a98e989aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 29 Mar 2021 09:27:17 -0400 Subject: [PATCH] python3-matplotlib: update to 3.4.0. --- srcpkgs/python3-matplotlib/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template index 095a661d60c..9319a10f0fa 100644 --- a/srcpkgs/python3-matplotlib/template +++ b/srcpkgs/python3-matplotlib/template @@ -1,6 +1,6 @@ # Template file for 'python3-matplotlib' pkgname=python3-matplotlib -version=3.3.4 +version=3.4.0 revision=1 wrksrc="matplotlib-${version}" build_style=python3-module @@ -10,12 +10,14 @@ makedepends="python3-devel freetype-devel libpng-devel libqhull-devel" depends="python3-certifi python3-cycler python3-kiwisolver python3-numpy python3-Pillow python3-parsing python3-dateutil" short_desc="Python3 2D/3D plotting library" -maintainer="Alessio Sergi " +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=ce7cebd3df11a032fff9b3a32029f49f0fc7c322f556f26ea9ef812d6e43cb21 +checksum=a145cd4ec257fd659c4950a4485a860836f1ad615add756a4dcb203fad80c4cb replaces="python3-matplotlib-data>=0" +# Comparison of images is too frail for validation +make_check="no" pre_build() { cat <<-EOF > setup.cfg @@ -25,10 +27,6 @@ pre_build() { EOF } -do_check() { - echo "Skipping check: comparison of images is too frail for validation" -} - post_install() { vdoc "${FILESDIR}/README.voidlinux" vlicense LICENSE/LICENSE