Date: Saturday, May 18, 2019 @ 10:07:07
  Author: archange
Revision: 467857

upgpkg: python-matplotlib 3.1.0-1

Modified:
  python-matplotlib/trunk/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-18 09:59:19 UTC (rev 467856)
+++ PKGBUILD    2019-05-18 10:07:07 UTC (rev 467857)
@@ -6,13 +6,13 @@
 # Contributor: Douglas Soares de Andrade <d...@aur.archlinux.org>
 
 pkgname=python-matplotlib
-pkgver=3.0.3
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
-arch=('x86_64')
+arch=(x86_64)
 url="https://matplotlib.org";
-license=('custom')
-depends=('freetype2' 'libpng' 'python-numpy' 'python-cycler' 'python-dateutil' 
'python-kiwisolver' 'python-pyparsing')
+license=(custom)
+depends=(freetype2 libpng python-numpy python-cycler python-dateutil 
python-kiwisolver python-pyparsing)
 optdepends=('tk: Tk{Agg,Cairo} backends'
             'python-pyqt5: Qt5{Agg,Cairo} backends'
             'python-gobject: for GTK3{Agg,Cairo} backend'
@@ -25,40 +25,40 @@
             'python-pillow: for reading/saving jpeg/bmp/tiff files'
             'ghostscript: usetex dependencies'
             'texlive-bin: usetex dependencies')
-makedepends=('git' 'rsync' 'python-setuptools'
-             'tk' 'python-pyqt5' 'python-gobject'
-             'python-wxpython' 'python-cairocffi' 'python-tornado'
-             'python-pillow' 'ghostscript' 'texlive-bin')
-             # 'qhull' missing pkg-config file
-             # 'agg' missing some non-upstreamed patches?
-checkdepends=('python-pytest-xdist' 'python-pytest-runner' 'xorg-server-xvfb'
-              '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";
+makedepends=(git rsync python-setuptools
+             tk python-pyqt5 python-gobject
+             python-wxpython python-cairocffi python-tornado
+             python-pillow ghostscript texlive-bin)
+             # qhull missing pkg-config file
+             # agg missing some non-upstreamed patches?
+checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
+              texlive-core texlive-latexextra inkscape mencoder
+              ffmpeg imagemagick ttf-freefont python-pandas)
+source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
         setup.cfg)
-sha512sums=('9fe00b8d0ca6dcf2f1b907118b656353e115b73f8b21adeb4391c87e164c111a4994c3ac17cdd02e75b896d9aa26c279618132f9a7bfe995c0f7c62356ed85ad'
+sha512sums=('8419dd233fc9bc7c47e8117d5c565b069c519508469a7570f91dff318a3656061c954980ac0f410ebe7d696a4b93a8897bad2536c77840d5aaec2fa4d082e228'
             
'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b')
 
 prepare() {
-  cp -a matplotlib-$pkgver{,-test}
+  cp -a matplotlib-${pkgver}{,-test}
 
   # Configure tests (FS#48175)
-  cp setup.cfg matplotlib-$pkgver-test/
+  cp setup.cfg matplotlib-${pkgver}-test/
 }
 
 build() {
-  cd matplotlib-$pkgver
+  cd matplotlib-${pkgver}
   python setup.py build
 }
 
 check() {
-  cd matplotlib-$pkgver-test
+  cd matplotlib-${pkgver}-test
   xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
     python setup.py pytest --addopts="-n auto" || warning "Tests failed" # 
Different font rendering details
 }
 
 package_python-matplotlib() {
-  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}/
+  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}/
 }

Reply via email to