[arch-commits] Commit in python-matplotlib/repos (8 files)

2017-01-19 Thread Felix Yan
Date: Thursday, January 19, 2017 @ 09:39:12
  Author: felixonmars
Revision: 208017

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  python-matplotlib/repos/community-testing-i686/
  python-matplotlib/repos/community-testing-i686/PKGBUILD
(from rev 208016, python-matplotlib/trunk/PKGBUILD)
  
python-matplotlib/repos/community-testing-i686/backports.functools_lru_cache.patch
(from rev 208016, 
python-matplotlib/trunk/backports.functools_lru_cache.patch)
  python-matplotlib/repos/community-testing-i686/setup.cfg
(from rev 208016, python-matplotlib/trunk/setup.cfg)
  python-matplotlib/repos/community-testing-x86_64/
  python-matplotlib/repos/community-testing-x86_64/PKGBUILD
(from rev 208016, python-matplotlib/trunk/PKGBUILD)
  
python-matplotlib/repos/community-testing-x86_64/backports.functools_lru_cache.patch
(from rev 208016, 
python-matplotlib/trunk/backports.functools_lru_cache.patch)
  python-matplotlib/repos/community-testing-x86_64/setup.cfg
(from rev 208016, python-matplotlib/trunk/setup.cfg)

--+
 community-testing-i686/PKGBUILD  |  134 ++
 community-testing-i686/backports.functools_lru_cache.patch   |   83 ++
 community-testing-i686/setup.cfg |3 
 community-testing-x86_64/PKGBUILD|  134 ++
 community-testing-x86_64/backports.functools_lru_cache.patch |   83 ++
 community-testing-x86_64/setup.cfg   |3 
 6 files changed, 440 insertions(+)

Copied: python-matplotlib/repos/community-testing-i686/PKGBUILD (from rev 
208016, python-matplotlib/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-19 09:39:12 UTC (rev 208017)
@@ -0,0 +1,134 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-matplotlib
+pkgname=('python2-matplotlib' 'python-matplotlib')
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A python plotting library, making publication quality plots"
+arch=('i686' 'x86_64')
+url='http://matplotlib.org'
+license=('custom')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
+  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape'
+  'python-pandas' 'python2-pandas')
+makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
+ 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
+ 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
+ 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
+ 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
+ 'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
+ 'python2-setuptools' 'python-cycler' 'python2-cycler' 
'python2-backports.functools_lru_cache')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
+setup.cfg backports.functools_lru_cache.patch)
+sha512sums=('b0e6d91aee5f91e0155c9e6716eef1a7e1fb907daeb93d603709142b749878fd758e42fe3707ac73c3d87959c6a35126c9e17c08ef78c5734106fafdf198f304'
+
'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b'
+
'bbb143d3da33f8c64fcd1aa4d8dfe3d311b48b7ae8ace20e3946a3ba82a5c08d0f51f4e08a57f00f1af4d529ea834e012e242bad1dba31e3fea9b64081613ff8')
+
+prepare() {
+   # Use a better backport
+   (cd matplotlib-$pkgver; patch -p1 -i ../backports.functools_lru_cache.patch)
+   sed -i '/Subprocess32/d' matplotlib-$pkgver/setup.py
+
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-py2}
+
+   cd "$srcdir"/matplotlib-${pkgver}
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
+ -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
+   done
+
+   cd "$srcdir"/matplotlib-${pkgver}-py2
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
+ -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
+   done
+
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-test}
+   cp -a "$srcdir"/matplotlib-${pkgver}-py2{,-test}
+
+   # Configure tests (FS#48175)
+   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver-test/
+   cp "$srcdir/setup.cfg" 

[arch-commits] Commit in python-matplotlib/repos (8 files)

2016-08-15 Thread Lukas Fleischer
Date: Monday, August 15, 2016 @ 10:48:48
  Author: lfleischer
Revision: 186779

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  python-matplotlib/repos/community-testing-i686/
  python-matplotlib/repos/community-testing-i686/PKGBUILD
(from rev 186778, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-testing-i686/fix-for-pyqt5.7-support.patch
(from rev 186778, python-matplotlib/trunk/fix-for-pyqt5.7-support.patch)
  python-matplotlib/repos/community-testing-i686/setup.cfg
(from rev 186778, python-matplotlib/trunk/setup.cfg)
  python-matplotlib/repos/community-testing-x86_64/
  python-matplotlib/repos/community-testing-x86_64/PKGBUILD
(from rev 186778, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-testing-x86_64/fix-for-pyqt5.7-support.patch
(from rev 186778, python-matplotlib/trunk/fix-for-pyqt5.7-support.patch)
  python-matplotlib/repos/community-testing-x86_64/setup.cfg
(from rev 186778, python-matplotlib/trunk/setup.cfg)

+
 community-testing-i686/PKGBUILD|  135 +++
 community-testing-i686/fix-for-pyqt5.7-support.patch   |   52 +
 community-testing-i686/setup.cfg   |4 
 community-testing-x86_64/PKGBUILD  |  135 +++
 community-testing-x86_64/fix-for-pyqt5.7-support.patch |   52 +
 community-testing-x86_64/setup.cfg |4 
 6 files changed, 382 insertions(+)

Copied: python-matplotlib/repos/community-testing-i686/PKGBUILD (from rev 
186778, python-matplotlib/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-15 10:48:48 UTC (rev 186779)
@@ -0,0 +1,135 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-matplotlib
+pkgname=('python2-matplotlib' 'python-matplotlib')
+pkgver=1.5.2
+pkgrel=2
+pkgdesc="A python plotting library, making publication quality plots"
+arch=('i686' 'x86_64')
+url='http://matplotlib.org'
+license=('custom')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
+  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape'
+  'python-pandas' 'python2-pandas')
+makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
+ 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
+ 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
+ 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
+ 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
+ 'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
+ 'python2-setuptools' 'python-cycler' 'python2-cycler')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
+fix-for-pyqt5.7-support.patch
+setup.cfg)
+sha512sums=('7d4688665273d30a08edf0cf2414cf0c05c619335f72b190c6ea125687e74cafe6133b7f3b6588e969c931ec8f970593d44654766205e6cc19f760925826a7e3'
+
'050158feaa5a72f2153a71fea7f42b3f0b37c68d3f1bf96cb7118dc2ff7e54337d25efa5118eaae707697db763b12a074392b807e79b29b704ae11b19d0f3bf2'
+
'493a08914755d7d27d98025fc309f19cc3ec45e777fc81a56fa50430f90c0b39c2f66c2a01f6fd14a2e351005151365a25d2ab71ae2e80a54c6f57ceeacea35b')
+
+prepare() {
+   # Fix PyQt 5.7 support (FS#50266).
+   cd "$srcdir"/matplotlib-${pkgver}
+   patch -p1 -i ../fix-for-pyqt5.7-support.patch
+
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-py2}
+
+   cd "$srcdir"/matplotlib-${pkgver}
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
+ -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
+   done
+
+   cd "$srcdir"/matplotlib-${pkgver}-py2
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
+ -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
+   done
+
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-test}
+   cp -a "$srcdir"/matplotlib-${pkgver}-py2{,-test}
+
+   # Remove tests (FS#48175)
+   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver/
+   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver-py2/
+}
+
+build() {
+   # this seems to need to be present or gtk/gdk dies
+   # and hangs the build checking if gtk3cairo is installed
+  

[arch-commits] Commit in python-matplotlib/repos (8 files)

2016-08-01 Thread Felix Yan
Date: Tuesday, August 2, 2016 @ 05:39:11
  Author: felixonmars
Revision: 184797

archrelease: copy trunk to community-i686, community-x86_64

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

+
 /PKGBUILD  |  258 +++
 /setup.cfg |8 +
 community-i686/PKGBUILD|  129 -
 community-i686/setup.cfg   |4 
 community-x86_64/PKGBUILD  |  129 -
 community-x86_64/setup.cfg |4 
 6 files changed, 266 insertions(+), 266 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-02 05:38:43 UTC (rev 184796)
+++ community-i686/PKGBUILD 2016-08-02 05:39:11 UTC (rev 184797)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.5.1
-pkgrel=2
-pkgdesc="A python plotting library, making publication quality plots"
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape'
-  'pep8' 'python2-pep8' 'python-pandas' 'python2-pandas')
-makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
- 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
- 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
- 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
- 'python2-setuptools' 'python-cycler' 'python2-cycler')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
-setup.cfg)
-sha512sums=('da99fffcb4fb600ed4386ce89e61725768d4209f3bd4ab174e0d8474c24b2736516a4299ceaa0714b276d7d02c3e33e39a6204e014569ec3f6249085b1ba7a0d'
-
'493a08914755d7d27d98025fc309f19cc3ec45e777fc81a56fa50430f90c0b39c2f66c2a01f6fd14a2e351005151365a25d2ab71ae2e80a54c6f57ceeacea35b')
-
-prepare() {
-   cp -a "$srcdir"/matplotlib-${pkgver}{,-py2}
-
-   cd "$srcdir"/matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
-   done
-
-   cd "$srcdir"/matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
-   done
-
-   cp -a "$srcdir"/matplotlib-${pkgver}{,-test}
-   cp -a "$srcdir"/matplotlib-${pkgver}-py2{,-test}
-
-   # Remove tests (FS#48175)
-   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver/
-   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver-py2/
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd "$srcdir"/matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd "$srcdir"/matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/matplotlib-${pkgver}-test
-   python3 setup.py build
-
-   cd "$srcdir"/matplotlib-${pkgver}-py2-test
-   python2 setup.py build
-
-   cd "$srcdir"/matplotlib-${pkgver}-test
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH"
- python -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || 

[arch-commits] Commit in python-matplotlib/repos (8 files)

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 15:18:14
  Author: fyan
Revision: 143776

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 143775, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/fix-numpy-warning.patch
(from rev 143775, python-matplotlib/trunk/fix-numpy-warning.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 143775, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/fix-numpy-warning.patch
(from rev 143775, python-matplotlib/trunk/fix-numpy-warning.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

--+
 /PKGBUILD|  234 +
 community-i686/PKGBUILD  |  112 -
 community-i686/ffmpeg-2.0.patch  |   98 
 community-i686/fix-numpy-warning.patch   |   35 
 community-x86_64/PKGBUILD|  112 -
 community-x86_64/ffmpeg-2.0.patch|   98 
 community-x86_64/fix-numpy-warning.patch |   35 
 7 files changed, 304 insertions(+), 420 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 13:17:39 UTC (rev 143775)
+++ community-i686/PKGBUILD 2015-10-12 13:18:14 UTC (rev 143776)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.3
-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' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
- 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
- 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
- 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('4aebbda31934bedbee5206b783e5cbe07db17367d50117a50bb80b7ea4aad987ec225958bed58885c561f00582c309d6e8c0a69861d3b4210a09b2d63975d2aa')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH"
- python -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH"
- python2 -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 

[arch-commits] Commit in python-matplotlib/repos (8 files)

2015-03-28 Thread Felix Yan
Date: Saturday, March 28, 2015 @ 15:54:28
  Author: fyan
Revision: 130136

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 130135, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
(from rev 130135, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 130135, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch
(from rev 130135, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  224 
 /ffmpeg-2.0.patch |  196 +++
 community-i686/PKGBUILD   |  112 --
 community-i686/ffmpeg-2.0.patch   |   98 ---
 community-x86_64/PKGBUILD |  112 --
 community-x86_64/ffmpeg-2.0.patch |   98 ---
 6 files changed, 420 insertions(+), 420 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-28 14:53:56 UTC (rev 130135)
+++ community-i686/PKGBUILD 2015-03-28 14:54:28 UTC (rev 130136)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=A python plotting library, making publication quality plots
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
- 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
- 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
- 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=(https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('4aebbda31934bedbee5206b783e5cbe07db17367d50117a50bb80b7ea4aad987ec225958bed58885c561f00582c309d6e8c0a69861d3b4210a09b2d63975d2aa')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH
- python -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH
- python2 -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-pyqt5' 'python2-dateutil' 
'python2-pyparsing' 'libxkbcommon-x11')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo backend'
-  

[arch-commits] Commit in python-matplotlib/repos (8 files)

2015-01-05 Thread Felix Yan
Date: Monday, January 5, 2015 @ 14:03:21
  Author: fyan
Revision: 125410

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 125409, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
(from rev 125409, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 125409, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch
(from rev 125409, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  224 
 /ffmpeg-2.0.patch |  196 +++
 community-i686/PKGBUILD   |  111 -
 community-i686/ffmpeg-2.0.patch   |   98 ---
 community-x86_64/PKGBUILD |  111 -
 community-x86_64/ffmpeg-2.0.patch |   98 ---
 6 files changed, 420 insertions(+), 418 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-05 13:02:51 UTC (rev 125409)
+++ community-i686/PKGBUILD 2015-01-05 13:03:21 UTC (rev 125410)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.2
-pkgrel=2
-pkgdesc=A python plotting library, making publication quality plots
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-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'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=(https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('60e7cca791fe607f17db85e5e5a85d4a503c7ae584cd0333ff271ca0a92acbb3f08774c2d0f6e03414a1fe116187d0bcf5c47d29935e77c5a0e91e493db8333f')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH
- python -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH
- python2 -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-pyqt5' 'python2-dateutil' 
'python2-pyparsing' 'libxkbcommon-x11')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo backend'
-   

[arch-commits] Commit in python-matplotlib/repos (8 files)

2014-12-25 Thread Felix Yan
Date: Thursday, December 25, 2014 @ 09:16:32
  Author: fyan
Revision: 124528

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 124527, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
(from rev 124527, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 124527, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch
(from rev 124527, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  222 
 /ffmpeg-2.0.patch |  196 +++
 community-i686/PKGBUILD   |  111 --
 community-i686/ffmpeg-2.0.patch   |   98 ---
 community-x86_64/PKGBUILD |  111 --
 community-x86_64/ffmpeg-2.0.patch |   98 ---
 6 files changed, 418 insertions(+), 418 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-25 08:15:50 UTC (rev 124527)
+++ community-i686/PKGBUILD 2014-12-25 08:16:32 UTC (rev 124528)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=A python plotting library, making publication quality plots
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-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'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=(https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('60e7cca791fe607f17db85e5e5a85d4a503c7ae584cd0333ff271ca0a92acbb3f08774c2d0f6e03414a1fe116187d0bcf5c47d29935e77c5a0e91e493db8333f')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH
- python -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH
- python2 -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt5' 
'python2-dateutil' 'python2-pyparsing' 'libxkbcommon-x11')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo 

[arch-commits] Commit in python-matplotlib/repos (8 files)

2014-10-23 Thread Felix Yan
Date: Thursday, October 23, 2014 @ 11:40:34
  Author: fyan
Revision: 121273

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 121272, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
(from rev 121272, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 121272, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch
(from rev 121272, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  222 
 /ffmpeg-2.0.patch |  196 +++
 community-i686/PKGBUILD   |  111 --
 community-i686/ffmpeg-2.0.patch   |   98 ---
 community-x86_64/PKGBUILD |  111 --
 community-x86_64/ffmpeg-2.0.patch |   98 ---
 6 files changed, 418 insertions(+), 418 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 09:40:05 UTC (rev 121272)
+++ community-i686/PKGBUILD 2014-10-23 09:40:34 UTC (rev 121273)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=A python plotting library, making publication quality plots
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-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'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=(https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('8c7ae4595dce64cb1169cba5c53cf7454d5e34ce7cad2742cb252ff580d86d79b5f7024f743769f8083c6c8435870d4ba3601c719e1e0e1a3ffaef1572c7b6f5')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH
- python -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH
- python2 -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt5' 
'python2-dateutil' 'python2-pyparsing' 'libxkbcommon-x11')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo 

[arch-commits] Commit in python-matplotlib/repos (8 files)

2014-10-18 Thread Felix Yan
Date: Sunday, October 19, 2014 @ 05:48:33
  Author: fyan
Revision: 120970

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 120969, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
(from rev 120969, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 120969, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch
(from rev 120969, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  222 
 /ffmpeg-2.0.patch |  196 +++
 community-i686/PKGBUILD   |  111 --
 community-i686/ffmpeg-2.0.patch   |   98 ---
 community-x86_64/PKGBUILD |  111 --
 community-x86_64/ffmpeg-2.0.patch |   98 ---
 6 files changed, 418 insertions(+), 418 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-19 03:48:09 UTC (rev 120969)
+++ community-i686/PKGBUILD 2014-10-19 03:48:33 UTC (rev 120970)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.0
-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' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-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'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=(https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('1d127e3da4eb208af57b9890defc1d95f2f2b9c6d44ba2fde5dbeac6d95112a2542090fe198b31022887c5c2102710fbc11b01e0c1032c8ea9f88a8c91336830')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH
- python -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH
- python2 -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt5' 
'python2-dateutil' 'python2-pyparsing' 'libxkbcommon-x11')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo 

[arch-commits] Commit in python-matplotlib/repos (8 files)

2014-10-11 Thread Felix Yan
Date: Sunday, October 12, 2014 @ 06:09:18
  Author: fyan
Revision: 120553

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 120552, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
(from rev 120552, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 120552, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch
(from rev 120552, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  222 
 /ffmpeg-2.0.patch |  196 +++
 community-i686/PKGBUILD   |  108 -
 community-i686/ffmpeg-2.0.patch   |   98 ---
 community-x86_64/PKGBUILD |  108 -
 community-x86_64/ffmpeg-2.0.patch |   98 ---
 6 files changed, 418 insertions(+), 412 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-12 04:08:49 UTC (rev 120552)
+++ community-i686/PKGBUILD 2014-10-12 04:09:18 UTC (rev 120553)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=A python plotting library, making publication quality plots
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-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'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5')
-source=(https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('1d127e3da4eb208af57b9890defc1d95f2f2b9c6d44ba2fde5dbeac6d95112a2542090fe198b31022887c5c2102710fbc11b01e0c1032c8ea9f88a8c91336830')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH
- python -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH
- python2 -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt5' 
'python2-dateutil' 'python2-pyparsing')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo backend'
-   'python2-cairo: for GTKCairo/GTK3Cairo backend'
-   

[arch-commits] Commit in python-matplotlib/repos (8 files)

2014-09-01 Thread Felix Yan
Date: Monday, September 1, 2014 @ 15:16:38
  Author: fyan
Revision: 118134

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 118133, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
(from rev 118133, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 118133, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch
(from rev 118133, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  216 
 /ffmpeg-2.0.patch |  196 
 community-i686/PKGBUILD   |  108 --
 community-i686/ffmpeg-2.0.patch   |   98 
 community-x86_64/PKGBUILD |  108 --
 community-x86_64/ffmpeg-2.0.patch |   98 
 6 files changed, 412 insertions(+), 412 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-01 13:10:53 UTC (rev 118133)
+++ community-i686/PKGBUILD 2014-09-01 13:16:38 UTC (rev 118134)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=A python plotting library, making publication quality plots
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-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'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5')
-source=(https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('1d127e3da4eb208af57b9890defc1d95f2f2b9c6d44ba2fde5dbeac6d95112a2542090fe198b31022887c5c2102710fbc11b01e0c1032c8ea9f88a8c91336830')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH
- python -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH
- python2 -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt4' 
'python2-dateutil' 'python2-pyparsing')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo backend'
-   'python2-cairo: for GTKCairo/GTK3Cairo backend'
-   

[arch-commits] Commit in python-matplotlib/repos (8 files)

2014-04-22 Thread Felix Yan
Date: Wednesday, April 23, 2014 @ 07:25:45
  Author: fyan
Revision: 110018

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 110017, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
(from rev 110017, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 110017, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch
(from rev 110017, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  168 ++
 /ffmpeg-2.0.patch |  196 
 community-i686/PKGBUILD   |   80 --
 community-i686/ffmpeg-2.0.patch   |   98 --
 community-x86_64/PKGBUILD |   80 --
 community-x86_64/ffmpeg-2.0.patch |   98 --
 6 files changed, 364 insertions(+), 356 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-23 05:21:22 UTC (rev 110017)
+++ community-i686/PKGBUILD 2014-04-23 05:25:45 UTC (rev 110018)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.3.1
-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' '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'
-
'f76cde48aee9819f080bc34717c9cb6270f6dfac0490e7b19673ee665392be1837621aa858435f48595fa7d095e8efaee6737c87f9d42419499f5b8b8b001129')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py3
-
-   cd matplotlib-${pkgver}
-   patch -Np1 -i ../ffmpeg-2.0.patch
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py3
-   patch -Np1 -i ../ffmpeg-2.0.patch
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-}
-
-build() {
-   cd matplotlib-${pkgver}
-   python2 setup.py build
-
-   cd ../matplotlib-${pkgver}-py3
-   python3 setup.py build
-}
-
-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
-
-   install -dm755 ${pkgdir}/usr/share/licenses/python2-matplotlib
-   install -m 644 doc/users/license.rst 
${pkgdir}/usr/share/licenses/python2-matplotlib
-}
-
-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
-
-   install -dm755 ${pkgdir}/usr/share/licenses/python-matplotlib
-   

[arch-commits] Commit in python-matplotlib/repos (8 files)

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 14:11:52
  Author: fyan
Revision: 107672

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-matplotlib/repos/community-staging-i686/PKGBUILD
(from rev 107671, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-staging-i686/ffmpeg-2.0.patch
(from rev 107671, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-staging-x86_64/PKGBUILD
(from rev 107671, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-staging-x86_64/ffmpeg-2.0.patch
(from rev 107671, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-staging-i686/PKGBUILD
  python-matplotlib/repos/community-staging-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-staging-x86_64/PKGBUILD
  python-matplotlib/repos/community-staging-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  160 ++
 /ffmpeg-2.0.patch |  196 
 community-staging-i686/PKGBUILD   |   80 ---
 community-staging-i686/ffmpeg-2.0.patch   |   98 --
 community-staging-x86_64/PKGBUILD |   80 ---
 community-staging-x86_64/ffmpeg-2.0.patch |   98 --
 6 files changed, 356 insertions(+), 356 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-03-18 12:52:02 UTC (rev 107671)
+++ community-staging-i686/PKGBUILD 2014-03-18 13:11:52 UTC (rev 107672)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.3.1
-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' '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'
-
'f76cde48aee9819f080bc34717c9cb6270f6dfac0490e7b19673ee665392be1837621aa858435f48595fa7d095e8efaee6737c87f9d42419499f5b8b8b001129')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py3
-
-   cd matplotlib-${pkgver}
-   patch -Np1 -i ../ffmpeg-2.0.patch
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py3
-   patch -Np1 -i ../ffmpeg-2.0.patch
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-}
-
-build() {
-   cd matplotlib-${pkgver}
-   python2 setup.py build
-
-   cd ../matplotlib-${pkgver}-py3
-   python3 setup.py build
-}
-
-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
-
-   install -dm755 ${pkgdir}/usr/share/licenses/python2-matplotlib
-   install -m 644 doc/users/license.rst 
${pkgdir}/usr/share/licenses/python2-matplotlib
-}
-
-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