community/python-matplotlib to 3.3.4-1

This commit is contained in:
Kevin Mihelich 2021-01-28 15:55:36 +00:00
parent 5d381d977f
commit 33c80662f9

View file

@ -10,8 +10,8 @@
# - disable lto via setup.cfg
pkgname=python-matplotlib
pkgver=3.3.3
pkgrel=2
pkgver=3.3.4
pkgrel=1
pkgdesc="A python plotting library, making publication quality plots"
arch=(x86_64)
url="https://matplotlib.org"
@ -31,14 +31,15 @@ optdepends=('tk: Tk{Agg,Cairo} backends'
'python-certifi: https support')
makedepends=(git rsync python-setuptools
tk python-pyqt5 python-gobject
python-wxpython python-cairo python-tornado
python-wxpython python-cairo
python-certifi python-tornado
ghostscript texlive-bin)
# agg missing some non-upstreamed patches?
checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
texlive-core texlive-latexextra inkscape mencoder
ffmpeg imagemagick python-pandas)
source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('11477e9afe15b8c1e7eea3c889187d9ab704c727578c3a1c5dcfbc6bbabf89d964f03bc17e739ee76df4758931e33bd5555587b533f14d7a553c9ff7a5743960')
sha512sums=('e29bcd17ea2b65c26c75421a319d3f21c5b0148c9e61d55d719c191c07342ed19032f97cde269647bd545ed45b5e142483e50caf29ffd421acde5b0b3bfa238b')
prepare() {
cd matplotlib-${pkgver}