Date: Wednesday, April 5, 2023 @ 20:08:53 Author: felixonmars Revision: 1437981
upgpkg: python-matplotlib 3.7.1-2: rebuild with python 3.11 (pass1 with --nocheck) Modified: python-matplotlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-05 20:06:03 UTC (rev 1437980) +++ PKGBUILD 2023-04-05 20:08:53 UTC (rev 1437981) @@ -7,7 +7,7 @@ pkgname=python-matplotlib pkgver=3.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="A python plotting library, making publication quality plots" arch=(x86_64) url="https://matplotlib.org" @@ -30,7 +30,7 @@ 'texlive-bin: usetex dependencies' 'texlive-latexextra: usetex usage with pdflatex' 'python-certifi: https support') -makedepends=(git python-build python-installer python-certifi python-setuptools-scm pybind11) +makedepends=(git python-build python-installer python-certifi python-setuptools-scm pybind11 python-wheel) checkdepends=(python-pytest python-pytest-xdist python-pytest-runner python-pytest-rerunfailures xorg-server-xvfb texlive-bin texlive-core texlive-latexextra texlive-pictures ghostscript inkscape ffmpeg imagemagick gtk4
