[arch-commits] Commit in python-matplotlib/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed Mar 4 11:34:00 UTC 2020
Date: Wednesday, March 4, 2020 @ 11:34:00
Author: archange
Revision: 590055
upgpkg: python-matplotlib 3.2.0-1
Also fixes FS#65535
Modified:
python-matplotlib/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-04 11:15:05 UTC (rev 590054)
+++ PKGBUILD 2020-03-04 11:34:00 UTC (rev 590055)
@@ -6,7 +6,7 @@
# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
pkgname=python-matplotlib
-pkgver=3.1.3
+pkgver=3.2.0
pkgrel=1
pkgdesc="A python plotting library, making publication quality plots"
arch=(x86_64)
@@ -24,7 +24,8 @@
'imagemagick: for saving animated gifs'
'python-pillow: for reading/saving jpeg/bmp/tiff files'
'ghostscript: usetex dependencies'
- 'texlive-bin: usetex dependencies')
+ 'texlive-bin: usetex dependencies'
+ 'texlive-latexextra: usetex usage with pdflatex')
makedepends=(git rsync python-setuptools
tk python-pyqt5 python-gobject
python-wxpython python-cairocffi python-tornado
@@ -35,7 +36,7 @@
texlive-core texlive-latexextra inkscape mencoder
ffmpeg imagemagick python-pandas)
source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('d233a18449eac4c42ecc485d0df0c15e1e306f3945e5476b11b715d6bc190ca6f1c22e7d4b16d6c93c8a569e1c43b68b583339f0921f237a9920c7369854a09e')
+sha512sums=('bbc800b3f6c2d4d1161f7b6cc6c72c637abe9d70adfc17bb02d6e21022c957e485d6da02209163460c9bb96eaf544e09c8eba9f80ac30ec95348b6dff3d32ebb')
build() {
cd matplotlib-${pkgver}
@@ -52,4 +53,6 @@
cd matplotlib-${pkgver}
python setup.py install --root "${pkgdir}" --prefix=/usr --optimize=1 --skip-build
install -Dm644 doc/users/license.rst -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+ # Needed since https://github.com/matplotlib/matplotlib/pull/14170
+ rm -r "${pkgdir}"/usr/lib/python3.8/site-packages/{matplotlib,mpl_toolkits}/tests/
}
More information about the arch-commits
mailing list