[arch-commits] Commit in python-matplotlib/repos/community-staging-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 3 22:08:48 UTC 2019


    Date: Sunday, November 3, 2019 @ 22:08:48
  Author: felixonmars
Revision: 522756

archrelease: copy trunk to community-staging-x86_64

Added:
  python-matplotlib/repos/community-staging-x86_64/PKGBUILD
    (from rev 522754, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-staging-x86_64/setup.cfg
    (from rev 522754, python-matplotlib/trunk/setup.cfg)
Deleted:
  python-matplotlib/repos/community-staging-x86_64/PKGBUILD
  python-matplotlib/repos/community-staging-x86_64/setup.cfg

-----------+
 PKGBUILD  |  128 ++++++++++++++++++++++++++++++------------------------------
 setup.cfg |    8 +--
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 22:08:43 UTC (rev 522755)
+++ PKGBUILD	2019-11-03 22:08:48 UTC (rev 522756)
@@ -1,64 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-
-pkgname=python-matplotlib
-pkgver=3.1.1
-pkgrel=2
-pkgdesc="A python plotting library, making publication quality plots"
-arch=(x86_64)
-url="https://matplotlib.org"
-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'
-            'python-wxpython: WX{,Agg,Cairo} backend'
-            'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends'
-            'python-cairocffi: alternative for Cairo backends'
-            'python-tornado: WebAgg backend'
-            'ffmpeg: for saving movies'
-            'imagemagick: for saving animated gifs'
-            '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 python-pandas)
-source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        setup.cfg)
-sha512sums=('157ced0cdcb17c9c82f897ee1621ea06a063491ce7393cda4c74a07a970c49385167b5cf32c1666a2933af50ccc53811cf871b6465b796a42abf4a358c76f6c0'
-            '77f37e460b17afb5fed12eee6fe48fd48642301f45bb80eb3a02592b74beb32357b0707454aaf8d3e573105726b9bdbaac944c09fb617df4db2df5d1d33fd133')
-
-prepare() {
-  cp -a matplotlib-${pkgver}{,-test}
-
-  # Configure tests (FS#48175)
-  cp setup.cfg matplotlib-${pkgver}-test/
-}
-
-build() {
-  cd matplotlib-${pkgver}
-  python setup.py build
-}
-
-check() {
-  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}/
-}

Copied: python-matplotlib/repos/community-staging-x86_64/PKGBUILD (from rev 522754, python-matplotlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 22:08:48 UTC (rev 522756)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+
+pkgname=python-matplotlib
+pkgver=3.1.1
+pkgrel=3
+pkgdesc="A python plotting library, making publication quality plots"
+arch=(x86_64)
+url="https://matplotlib.org"
+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'
+            'python-wxpython: WX{,Agg,Cairo} backend'
+            'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends'
+            'python-cairocffi: alternative for Cairo backends'
+            'python-tornado: WebAgg backend'
+            'ffmpeg: for saving movies'
+            'imagemagick: for saving animated gifs'
+            '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 python-pandas)
+source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        setup.cfg)
+sha512sums=('157ced0cdcb17c9c82f897ee1621ea06a063491ce7393cda4c74a07a970c49385167b5cf32c1666a2933af50ccc53811cf871b6465b796a42abf4a358c76f6c0'
+            '77f37e460b17afb5fed12eee6fe48fd48642301f45bb80eb3a02592b74beb32357b0707454aaf8d3e573105726b9bdbaac944c09fb617df4db2df5d1d33fd133')
+
+prepare() {
+  cp -a matplotlib-${pkgver}{,-test}
+
+  # Configure tests (FS#48175)
+  cp setup.cfg matplotlib-${pkgver}-test/
+}
+
+build() {
+  cd matplotlib-${pkgver}
+  python setup.py build
+}
+
+check() {
+  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}/
+}

Deleted: setup.cfg
===================================================================
--- setup.cfg	2019-11-03 22:08:43 UTC (rev 522755)
+++ setup.cfg	2019-11-03 22:08:48 UTC (rev 522756)
@@ -1,4 +0,0 @@
-[packages]
-tests = True
-toolkits_tests = True
-local_freetype = True
\ No newline at end of file

Copied: python-matplotlib/repos/community-staging-x86_64/setup.cfg (from rev 522754, python-matplotlib/trunk/setup.cfg)
===================================================================
--- setup.cfg	                        (rev 0)
+++ setup.cfg	2019-11-03 22:08:48 UTC (rev 522756)
@@ -0,0 +1,4 @@
+[packages]
+tests = True
+toolkits_tests = True
+local_freetype = True
\ No newline at end of file



More information about the arch-commits mailing list