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

Felix Yan felixonmars at archlinux.org
Fri Oct 26 05:54:48 UTC 2018


    Date: Friday, October 26, 2018 @ 05:54:48
  Author: felixonmars
Revision: 399069

upgpkg: python-matplotlib 3.0.1-1

Modified:
  python-matplotlib/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 05:52:29 UTC (rev 399068)
+++ PKGBUILD	2018-10-26 05:54:48 UTC (rev 399069)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
 
 pkgname=python-matplotlib
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('x86_64')
@@ -35,17 +35,11 @@
               'texlive-core' 'texlive-latexextra' 'inkscape' 'mencoder'
               'ffmpeg' 'imagemagick' 'ttf-freefont' 'python-pandas')
 source=($pkgname-$pkgver.tar.gz::"https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz"
-        "https://github.com/matplotlib/matplotlib/commit/ae005f3d0165963ba827712507fc9856b452d162.patch"
         setup.cfg)
-sha512sums=('1bcc665a3557655308c3688c747be4d35fce8742db67eda0cb494a550269bf4fba84d78b36f8296f82919b4cec50b5d23c9ce6d1f3a312a9d2dfaf3b2332b335'
-            '046329bcc0117a79f99cdb7fcf100e09e7792be93ebf76fb52e80e08d27802a00f6568b34037eaf47ec14b35d0ad1542dea7884ea3a814fe0f46526856a77fad'
+sha512sums=('1773846f4bec863d323652c9a89b5c087049f9170c8a18a2c7e1d818f8cb46f34e7fc9fc7a2a8ab70c80dbc2bcaf8428b6a9fb941e85ec7b054d2204d0a794bb'
             'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b')
 
 prepare() {
-  cd matplotlib-$pkgver
-  # Python 3.7.1 related fix https://github.com/matplotlib/matplotlib/issues/12601
-  patch -p1 -i ../ae005f3d0165963ba827712507fc9856b452d162.patch
-  cd ..
   cp -a matplotlib-$pkgver{,-test}
 
   # Configure tests (FS#48175)



More information about the arch-commits mailing list