From 7b9e5ec3c02de43fce4609325fe66dd2e9b1a5a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Feb 2023 07:50:07 -0500 Subject: [PATCH] python3-matplotlib: update to 3.7.0. --- srcpkgs/python3-matplotlib/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template index e8d98b00d84..bdde7853db0 100644 --- a/srcpkgs/python3-matplotlib/template +++ b/srcpkgs/python3-matplotlib/template @@ -1,11 +1,12 @@ # Template file for 'python3-matplotlib' pkgname=python3-matplotlib -version=3.6.3 +version=3.7.0 revision=1 build_style=python3-module build_helper="numpy" -hostmakedepends="pkg-config python3-setuptools_scm python3-certifi python3-numpy" -makedepends="python3-devel freetype-devel libpng-devel libqhull-devel" +hostmakedepends="pkg-config python3-setuptools_scm python3-certifi + python3-numpy python3-pybind11" +makedepends="python3-devel freetype-devel libpng-devel libqhull-devel python3-pybind11" depends="python3-cycler fonttools python3-kiwisolver python3-numpy python3-packaging python3-Pillow python3-parsing python3-dateutil python3-contourpy" @@ -14,7 +15,7 @@ maintainer="Andrew J. Hesford " license="custom:matplotlib, BSD-3-Clause, MIT" homepage="https://matplotlib.org/" distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz" -checksum=1f4d69707b1677560cd952544ee4962f68ff07952fb9069ff8c12b56353cb8c9 +checksum=8f6efd313430d7ef70a38a3276281cb2e8646b3a22b3b21eb227da20e15e6813 replaces="python3-matplotlib-data>=0" # Comparison of images is too frail for validation make_check="no"