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

Felix Yan fyan at nymeria.archlinux.org
Tue Mar 18 11:06:26 UTC 2014


    Date: Tuesday, March 18, 2014 @ 12:06:26
  Author: fyan
Revision: 107624

upgpkg: python-matplotlib 1.3.1-3

- python 3.4 rebuild

Modified:
  python-matplotlib/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-18 11:05:13 UTC (rev 107623)
+++ PKGBUILD	2014-03-18 11:06:26 UTC (rev 107624)
@@ -7,19 +7,17 @@
 pkgbase=python-matplotlib
 pkgname=('python2-matplotlib' 'python-matplotlib')
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('i686' 'x86_64')
 url='http://matplotlib.org'
 license=('custom')
+checkdepends=('python-nose' 'python2-nose')
 makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 'python-numpy'
              'python-pyqt4' 'tk' 'python-cairo' 'python2-cairo' 'python-dateutil'
              'python2-dateutil' 'python-gobject' 'python2-gobject' 'python-pyparsing'
-             'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 'texlive-bin')
-optdepends=('pygtk: for use with the GTK or GTKAgg backend'
-            'tk: used by the TkAgg backend'
-            'ghostscript: usetex dependencies'
-            'texlive-bin: usetex dependencies')
+             'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 'texlive-bin' 'agg'
+             'python-tornado' 'python2-tornado' 'gtk3')
 source=("http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-${pkgver}/matplotlib-${pkgver}.tar.gz"
         "ffmpeg-2.0.patch")
 sha512sums=('04877aa15b6d52a6f813e8377098d13c432f66ae2522c544575440180944c9b73a2164ae63edd3a0eff807883bf7b39cd55f28454ccee8c76146567ff4a6fd40'
@@ -53,6 +51,11 @@
 
 package_python2-matplotlib() {
    depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt4' 'python2-dateutil' 'python2-pyparsing')
+   optdepends=('pygtk: for use with the GTK or GTKAgg backend'
+               'tk: used by the TkAgg backend'
+               'ghostscript: usetex dependencies'
+               'texlive-bin: usetex dependencies'
+               'python2-tornado: for webagg backend')
 
    cd matplotlib-${pkgver}
    python2 setup.py install -O1 --skip-build --root "${pkgdir}" --prefix=/usr
@@ -63,6 +66,11 @@
 
 package_python-matplotlib() {
    depends=('python-pytz' 'python-numpy' 'python-cairo' 'python-pyqt4' 'python-dateutil' 'python-pyparsing')
+   optdepends=('pygtk: for use with the GTK or GTKAgg backend'
+               'tk: used by the TkAgg backend'
+               'ghostscript: usetex dependencies'
+               'texlive-bin: usetex dependencies'
+               'python-tornado: for webagg backend')
 
    cd matplotlib-${pkgver}-py3
    python3 setup.py install -O1 --skip-build --root "${pkgdir}" --prefix=/usr




More information about the arch-commits mailing list