[arch-commits] Commit in python-matplotlib/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Nov 14 23:46:17 UTC 2019
Date: Thursday, November 14, 2019 @ 23:46:16
Author: arojas
Revision: 528731
Fix deprecation warnings with python 3.8
Modified:
python-matplotlib/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-14 22:26:14 UTC (rev 528730)
+++ PKGBUILD 2019-11-14 23:46:16 UTC (rev 528731)
@@ -7,7 +7,7 @@
pkgname=python-matplotlib
pkgver=3.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="A python plotting library, making publication quality plots"
arch=(x86_64)
url="https://matplotlib.org"
@@ -35,9 +35,11 @@
texlive-core texlive-latexextra inkscape mencoder
ffmpeg imagemagick python-pandas)
source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
- setup.cfg)
+ setup.cfg
+ matplotlib-python-3.8-warning.patch::"https://github.com/matplotlib/matplotlib/commit/4651a125.patch")
sha512sums=('157ced0cdcb17c9c82f897ee1621ea06a063491ce7393cda4c74a07a970c49385167b5cf32c1666a2933af50ccc53811cf871b6465b796a42abf4a358c76f6c0'
- '77f37e460b17afb5fed12eee6fe48fd48642301f45bb80eb3a02592b74beb32357b0707454aaf8d3e573105726b9bdbaac944c09fb617df4db2df5d1d33fd133')
+ '77f37e460b17afb5fed12eee6fe48fd48642301f45bb80eb3a02592b74beb32357b0707454aaf8d3e573105726b9bdbaac944c09fb617df4db2df5d1d33fd133'
+ '443e1a8c088340c9c7d89008e770475d0935c51d84a1e7bfea56ac53f7d48fc0530c05e68b33aa07a92dd621cfc3f9b8227c65692dfeb53d72119b47236ac8fd')
prepare() {
cp -a matplotlib-${pkgver}{,-test}
@@ -44,6 +46,9 @@
# Configure tests (FS#48175)
cp setup.cfg matplotlib-${pkgver}-test/
+
+ cd matplotlib-$pkgver
+ patch -p1 -i ../matplotlib-python-3.8-warning.patch # Fix deprecation warnings with python 3.8
}
build() {
More information about the arch-commits
mailing list