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

Bruno Pagani archange at archlinux.org
Thu Nov 12 16:21:06 UTC 2020


    Date: Thursday, November 12, 2020 @ 16:21:06
  Author: archange
Revision: 752069

upgpkg: python-matplotlib 3.3.3-1

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 16:18:50 UTC (rev 752068)
+++ PKGBUILD	2020-11-12 16:21:06 UTC (rev 752069)
@@ -6,8 +6,8 @@
 # Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
 
 pkgname=python-matplotlib
-pkgver=3.3.2
-pkgrel=3
+pkgver=3.3.3
+pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
 arch=(x86_64)
 url="https://matplotlib.org"
@@ -33,30 +33,30 @@
 checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
               texlive-core texlive-latexextra inkscape mencoder
               ffmpeg imagemagick python-pandas)
-source=("https://github.com/matplotlib/matplotlib/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('553469fe1f4a8608b832f71805b97582dc5df75ed7a4f2e3ff12a9a862069d62909cacd50f01891bb0f6b161e630ea887a7674e904ea1a963c62877dec2ec5cb')
+source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('11477e9afe15b8c1e7eea3c889187d9ab704c727578c3a1c5dcfbc6bbabf89d964f03bc17e739ee76df4758931e33bd5555587b533f14d7a553c9ff7a5743960')
 
 prepare() {
-  cd matplotlib-$pkgver
+  cd matplotlib-${pkgver}
 # Use system freetype and qhull
   sed -e 's|#system_freetype = False|system_freetype = True|' -e 's|#system_qhull = False|system_qhull = True|' setup.cfg.template > setup.cfg
 }
 
 build() {
-  cd matplotlib-$pkgver
+  cd matplotlib-${pkgver}
   python setup.py build
 }
 
 check() {
-  cd matplotlib-$pkgver
+  cd matplotlib-${pkgver}
   xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 1280x1024x24" \
     python setup.py pytest --addopts="-n auto" || echo "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}/
   # Needed since https://github.com/matplotlib/matplotlib/pull/14170
-  rm -r "$pkgdir"/usr/lib/python3.9/site-packages/{matplotlib,mpl_toolkits}/tests/
+  rm -r "${pkgdir}"$(python -c "import site; print(site.getsitepackages()[0])")/{matplotlib,mpl_toolkits}/tests/
 }



More information about the arch-commits mailing list