[arch-commits] Commit in python-matplotlib/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Fri Mar 26 08:28:05 UTC 2021


    Date: Friday, March 26, 2021 @ 08:28:04
  Author: archange
Revision: 904465

upgpkg: python-matplotlib 3.4.0-1

Modified:
  python-matplotlib/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 08:20:49 UTC (rev 904464)
+++ PKGBUILD	2021-03-26 08:28:04 UTC (rev 904465)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
 
 pkgname=python-matplotlib
-pkgver=3.3.4
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
 arch=(x86_64)
@@ -14,6 +14,7 @@
 license=(custom)
 depends=(freetype2 python-cycler python-dateutil python-kiwisolver python-numpy python-pillow python-pyparsing qhull)
 optdepends=('tk: Tk{Agg,Cairo} backends'
+            'pyside2: alternative for Qt5{Agg,Cairo} backends'
             'python-pyqt5: Qt5{Agg,Cairo} backends'
             'python-gobject: for GTK3{Agg,Cairo} backend'
             'python-wxpython: WX{,Agg,Cairo} backend'
@@ -32,11 +33,11 @@
              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
+checkdepends=(python-pytest python-pytest-xdist python-pytest-runner xorg-server-xvfb
+              texlive-core texlive-latexextra ghostscript inkscape mencoder
               ffmpeg imagemagick python-pandas)
 source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e29bcd17ea2b65c26c75421a319d3f21c5b0148c9e61d55d719c191c07342ed19032f97cde269647bd545ed45b5e142483e50caf29ffd421acde5b0b3bfa238b')
+sha512sums=('4c08bfc545cef91386c3197bcf8d0d5c378212a18bc9b8b17212f24ebc8784a712cb5ae6aec86e09f6961c3d3fa53e8145d98f50e4770e7618733dcf40273a14')
 
 prepare() {
   cd matplotlib-${pkgver}



More information about the arch-commits mailing list