extra/python-matplotlib to 3.8.3-1

This commit is contained in:
Kevin Mihelich 2024-03-31 01:08:08 +00:00
parent b2fad43f05
commit ef57957668
2 changed files with 12 additions and 12 deletions

View file

@ -1,13 +1,13 @@
pkgbase = python-matplotlib
pkgdesc = A python plotting library, making publication quality plots
pkgver = 3.8.2
pkgver = 3.8.3
pkgrel = 1
url = https://matplotlib.org
arch = x86_64
license = custom
checkdepends = python-pytest
checkdepends = python-pytest-xdist
checkdepends = python-pytest-runner
checkdepends = python-pytest
checkdepends = python-pytest-rerunfailures
checkdepends = xorg-server-xvfb
checkdepends = texlive-bin
@ -75,13 +75,13 @@ pkgbase = python-matplotlib
optdepends = texlive-fontsrecommended: usetex dependencies
optdepends = texlive-latexrecommended: usetex usage with pdflatex
optdepends = python-certifi: https support
source = git+https://github.com/matplotlib/matplotlib.git#tag=9f3277c36f18da50af58617db17fbf080dfb4cfb?signed
source = https://github.com/QuLogic/mpl-images/archive/v3.8.1-with-freetype-2.13.1/mpl-images-3.8.1-ft2.13.1.tar.gz
source = git+https://github.com/matplotlib/matplotlib.git#tag=50486a281099f6b9dcb556b9f0d3f9d1e4eb40b2?signed
source = https://github.com/QuLogic/mpl-images/archive/v3.8.3-with-freetype-2.13.1/mpl-images-3.8.3-ft2.13.1.tar.gz
source = freetype.patch
validpgpkeys = 23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10
validpgpkeys = EB8322187FD451192E430A7279B3FEC456F12599
b2sums = SKIP
b2sums = c9314052be89fa42c90d3f909712e78b17b5864081d4b4c894031413f995a0d64dd7b004588033cba2b7822589dbd02b8dfc194996f06678d061d4a1ddcc8ae6
b2sums = bc0e69023695eeec28ecf1e0c156dff1e1696ecbc682b11d313d01faa5a4592fbe8dd173a5ab0708d2f078b0e271de95006f98674776d9e452ef9e79156875a1
b2sums = dabc8af36c6a489fa64ffe341801b8c82e578b6c864745885e18f39c531193187cf5d8030bb25f81abd9ec3f37a890da3ca6a2e30772b61906a80ac1ca53b140
b2sums = ccc679b9108342a9c0ceb67ccb1158c7409c7033e5b6ce3cb4ca53b9351b3aa8557a95f8a823ee5f1cd60be4b901230ba993e06db6977a8c7db1419ba0fe4983
pkgname = python-matplotlib

View file

@ -10,9 +10,9 @@
# - disable lto via setup.cfg
pkgname=python-matplotlib
pkgver=3.8.2
pkgver=3.8.3
pkgrel=1
_mpl_images_ver=3.8.1
_mpl_images_ver=3.8.3
pkgdesc="A python plotting library, making publication quality plots"
arch=(x86_64)
url="https://matplotlib.org"
@ -36,7 +36,7 @@ optdepends=('tk: Tk{Agg,Cairo} backends'
'texlive-latexrecommended: usetex usage with pdflatex'
'python-certifi: https support')
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
checkdepends=(python-pytest python-pytest-xdist python-pytest python-pytest-rerunfailures xorg-server-xvfb
texlive-bin texlive-latexextra texlive-pictures texlive-fontsrecommended texlive-luatex
ghostscript inkscape ffmpeg imagemagick gtk4
python-cairo python-gobject python-pyqt5 pyside2
@ -44,13 +44,13 @@ checkdepends=(python-pytest python-pytest-xdist python-pytest-runner python-pyte
jupyter-nbconvert jupyter-nbformat python-ipykernel
python-pandas python-pikepdf python-pytz python-xarray
noto-fonts-cjk wqy-zenhei python-xcffib)
_tag=9f3277c36f18da50af58617db17fbf080dfb4cfb # git rev-parse v${pkgver}
_tag=50486a281099f6b9dcb556b9f0d3f9d1e4eb40b2 # git rev-parse v${pkgver}
_ftver=2.13.1
source=(git+https://github.com/matplotlib/matplotlib.git#tag=${_tag}?signed
https://github.com/QuLogic/mpl-images/archive/v${_mpl_images_ver}-with-freetype-${_ftver}/mpl-images-${_mpl_images_ver}-ft${_ftver}.tar.gz
freetype.patch)
b2sums=('SKIP'
'c9314052be89fa42c90d3f909712e78b17b5864081d4b4c894031413f995a0d64dd7b004588033cba2b7822589dbd02b8dfc194996f06678d061d4a1ddcc8ae6'
b2sums=('bc0e69023695eeec28ecf1e0c156dff1e1696ecbc682b11d313d01faa5a4592fbe8dd173a5ab0708d2f078b0e271de95006f98674776d9e452ef9e79156875a1'
'dabc8af36c6a489fa64ffe341801b8c82e578b6c864745885e18f39c531193187cf5d8030bb25f81abd9ec3f37a890da3ca6a2e30772b61906a80ac1ca53b140'
'ccc679b9108342a9c0ceb67ccb1158c7409c7033e5b6ce3cb4ca53b9351b3aa8557a95f8a823ee5f1cd60be4b901230ba993e06db6977a8c7db1419ba0fe4983')
validpgpkeys=(23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10 # Elliott Sales de Andrade <quantum.analyst@gmail.com>
EB8322187FD451192E430A7279B3FEC456F12599) # Kyle Sunden <contact@ksunden.space>