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

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 08:01:20
  Author: foutrelis
Revision: 141180

Python 3.5 rebuild

Modified:
  python-html5lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 06:00:53 UTC (rev 141179)
+++ PKGBUILD2015-09-20 06:01:20 UTC (rev 141180)
@@ -4,7 +4,7 @@
 pkgbase=python-html5lib
 pkgname=('python2-html5lib' 'python-html5lib')
 pkgver=0.999
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="https://github.com/html5lib;
 license=('MIT')


[arch-commits] Commit in python-cairocffi/repos (2 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 10:26:31
  Author: fyan
Revision: 141206

archrelease: copy trunk to community-staging-any

Added:
  python-cairocffi/repos/community-staging-any/
  python-cairocffi/repos/community-staging-any/PKGBUILD
(from rev 141205, python-cairocffi/trunk/PKGBUILD)

--+
 PKGBUILD |   59 +++
 1 file changed, 59 insertions(+)

Copied: python-cairocffi/repos/community-staging-any/PKGBUILD (from rev 141205, 
python-cairocffi/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 08:26:31 UTC (rev 141206)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Marti Raudsepp 
+# Contributor: Florijan Hamzic 
+
+pkgbase=python-cairocffi
+pkgname=(python-cairocffi python2-cairocffi)
+pkgver=0.7.2
+pkgrel=2
+pkgdesc="cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of 
Python bindings and object-oriented API for cairo."
+arch=('any')
+url="http://pythonhosted.org/cairocffi/;
+license=('BSD')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'cairo' 'gdk-pixbuf2')
+checkdepends=('python-pytest' 'python2-pytest' 'python-xcffib' 
'python2-xcffib')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/SimonSapin/cairocffi/archive/v${pkgver}.tar.gz;)
+md5sums=('cb4c10bc2ac4da78ea9ae89bee9c8069')
+
+prepare() {
+  cp -a cairocffi-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/cairocffi-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/cairocffi-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/cairocffi-$pkgver/cairocffi"
+  LC_CTYPE=en_US.utf8 py.test || warning "Tests failed"
+
+  cd "$srcdir/cairocffi-$pkgver-py2/cairocffi"
+  LC_CTYPE=en_US.utf8 py.test2 || warning "Tests failed"
+}
+
+package_python-cairocffi() {
+  depends=('python-cffi' 'cairo')
+  optdepends=('python-xcffib: for xcb support'
+  'gdk-pixbuf2: for cairocffi.pixbuf')
+
+  cd "$srcdir/cairocffi-$pkgver"
+  python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-cairocffi() {
+  depends=('python2-cffi' 'cairo')
+  optdepends=('python2-xcffib: for xcb support'
+  'gdk-pixbuf2: for cairocffi.pixbuf')
+
+  cd "$srcdir/cairocffi-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-pyzmq/repos (4 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:57:54
  Author: fyan
Revision: 141225

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

Added:
  python-pyzmq/repos/community-staging-i686/
  python-pyzmq/repos/community-staging-i686/PKGBUILD
(from rev 141224, python-pyzmq/trunk/PKGBUILD)
  python-pyzmq/repos/community-staging-x86_64/
  python-pyzmq/repos/community-staging-x86_64/PKGBUILD
(from rev 141224, python-pyzmq/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: python-pyzmq/repos/community-staging-i686/PKGBUILD (from rev 141224, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 09:57:54 UTC (rev 141225)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=14.7.0
+pkgrel=2
+pkgdesc="Python bindings for zeromq, written in Cython"
+arch=(i686 x86_64)
+url="http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('87e3abb33af5794db5ae85c667bbf324')
+
+prepare() {
+  cd "$srcdir"
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+}
+
+build() {
+  cd "$srcdir/pyzmq-$pkgver"
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd "$srcdir/py2zmq-$pkgver"
+  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc="Python2 bindings for zeromq, written in Cython"
+  depends=(zeromq python2)
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc="Python3 bindings for zeromq, written in Cython"
+  depends=(zeromq python)
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check()
+{
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}
+

Copied: python-pyzmq/repos/community-staging-x86_64/PKGBUILD (from rev 141224, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-20 09:57:54 UTC (rev 141225)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=14.7.0
+pkgrel=2
+pkgdesc="Python bindings for zeromq, written in Cython"
+arch=(i686 x86_64)
+url="http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('87e3abb33af5794db5ae85c667bbf324')
+
+prepare() {
+  cd "$srcdir"
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+}
+
+build() {
+  cd "$srcdir/pyzmq-$pkgver"
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd "$srcdir/py2zmq-$pkgver"
+  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc="Python2 bindings for zeromq, written in Cython"
+  depends=(zeromq python2)
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc="Python3 bindings for zeromq, written in Cython"
+  depends=(zeromq python)
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check()
+{
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}
+


[arch-commits] Commit in python-srcinfo/repos (2 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:57:25
  Author: fyan
Revision: 141223

archrelease: copy trunk to community-staging-any

Added:
  python-srcinfo/repos/community-staging-any/
  python-srcinfo/repos/community-staging-any/PKGBUILD
(from rev 141222, python-srcinfo/trunk/PKGBUILD)

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

Copied: python-srcinfo/repos/community-staging-any/PKGBUILD (from rev 141222, 
python-srcinfo/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 09:57:25 UTC (rev 141223)
@@ -0,0 +1,22 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=python-srcinfo
+pkgver=0.0.2
+pkgrel=2
+
+pkgdesc="Simple .SRCINFO parsing library"
+url='https://github.com/kyrias/python-srcinfo'
+arch=('any')
+license=('ISC')
+
+depends=('python' 'python-setuptools' 'python-parse')
+
+source=(python-srcinfo-"$pkgver".tar.gz::"https://github.com/kyrias/python-srcinfo/archive/$pkgver.tar.gz;)
+
+md5sums=('d9d7c8618a4eb288fb3e19fbd14af43d')
+
+package() {
+   cd python-srcinfo-"$pkgver"
+   python setup.py install --root="$pkgdir" --optimize=1
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:57:29
  Author: fyan
Revision: 141224

upgpkg: python-pyzmq 14.7.0-2

rebuild for python 3.5

Modified:
  python-pyzmq/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 09:57:25 UTC (rev 141223)
+++ PKGBUILD2015-09-20 09:57:29 UTC (rev 141224)
@@ -3,7 +3,7 @@
 pkgbase=python-pyzmq
 pkgname=(python2-pyzmq python-pyzmq)
 pkgver=14.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for zeromq, written in Cython"
 arch=(i686 x86_64)
 url="http://www.zeromq.org/bindings:python;


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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:57:13
  Author: fyan
Revision: 141222

upgpkg: python-srcinfo 0.0.2-2

rebuild for python 3.5

Modified:
  python-srcinfo/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 09:56:05 UTC (rev 141221)
+++ PKGBUILD2015-09-20 09:57:13 UTC (rev 141222)
@@ -2,7 +2,7 @@
 
 pkgname=python-srcinfo
 pkgver=0.0.2
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Simple .SRCINFO parsing library"
 url='https://github.com/kyrias/python-srcinfo'


[arch-commits] Commit in cantor/repos (6 files)

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 12:05:35
  Author: arojas
Revision: 247000

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

Added:
  cantor/repos/staging-i686/
  cantor/repos/staging-i686/PKGBUILD
(from rev 246999, cantor/trunk/PKGBUILD)
  cantor/repos/staging-i686/cantor.install
(from rev 246999, cantor/trunk/cantor.install)
  cantor/repos/staging-x86_64/
  cantor/repos/staging-x86_64/PKGBUILD
(from rev 246999, cantor/trunk/PKGBUILD)
  cantor/repos/staging-x86_64/cantor.install
(from rev 246999, cantor/trunk/cantor.install)

---+
 staging-i686/PKGBUILD |   53 
 staging-i686/cantor.install   |   12 +
 staging-x86_64/PKGBUILD   |   53 
 staging-x86_64/cantor.install |   12 +
 4 files changed, 130 insertions(+)

Copied: cantor/repos/staging-i686/PKGBUILD (from rev 246999, 
cantor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-20 10:05:35 UTC (rev 247000)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=15.08.1
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'libspectre' 'kdelibs4support' 'kpty' 'ktexteditor' 
'knewstuff' 'libqalculate')
+makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend')
+conflicts=('kdeedu-cantor')
+replaces=('kdeedu-cantor')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;
 python-3.5.patch)
+sha1sums=('bcc5cb39bb9febf51bf70b3e8ebe03e58f1ca692'
+  'd6d04b323e4d301587ebb82e88672c0cee923bc1')
+
+prepare() {
+  mkdir -p build
+
+# Fix build against python 3.5
+  cd $pkgname-$pkgver
+  patch -p1 -i ../python-3.5.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cantor/repos/staging-i686/cantor.install (from rev 246999, 
cantor/trunk/cantor.install)
===
--- staging-i686/cantor.install (rev 0)
+++ staging-i686/cantor.install 2015-09-20 10:05:35 UTC (rev 247000)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: cantor/repos/staging-x86_64/PKGBUILD (from rev 246999, 
cantor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-20 10:05:35 UTC (rev 247000)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=15.08.1
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'libspectre' 'kdelibs4support' 'kpty' 'ktexteditor' 
'knewstuff' 'libqalculate')
+makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend')
+conflicts=('kdeedu-cantor')
+replaces=('kdeedu-cantor')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;
 python-3.5.patch)
+sha1sums=('bcc5cb39bb9febf51bf70b3e8ebe03e58f1ca692'
+  'd6d04b323e4d301587ebb82e88672c0cee923bc1')
+
+prepare() {
+  mkdir -p build
+
+# Fix build against python 3.5
+  cd $pkgname-$pkgver
+  patch -p1 -i ../python-3.5.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 12:04:48
  Author: arojas
Revision: 246999

Fix build and rebuild against python 3.5

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 09:47:54 UTC (rev 246998)
+++ PKGBUILD2015-09-20 10:04:48 UTC (rev 246999)
@@ -4,7 +4,7 @@
 
 pkgname=cantor
 pkgver=15.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Frontend to Mathematical Software"
 url="http://kde.org/applications/education/cantor/;
 arch=('i686' 'x86_64')
@@ -22,11 +22,16 @@
 conflicts=('kdeedu-cantor')
 replaces=('kdeedu-cantor')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;)
-sha1sums=('bcc5cb39bb9febf51bf70b3e8ebe03e58f1ca692')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;
 python-3.5.patch)
+sha1sums=('bcc5cb39bb9febf51bf70b3e8ebe03e58f1ca692'
+  'd6d04b323e4d301587ebb82e88672c0cee923bc1')
 
 prepare() {
   mkdir -p build
+
+# Fix build against python 3.5
+  cd $pkgname-$pkgver
+  patch -p1 -i ../python-3.5.patch
 }
 
 build() {


[arch-commits] Commit in qscintilla-qt5/repos (12 files)

2015-09-20 Thread Evgeniy Alekseev
Date: Sunday, September 20, 2015 @ 12:15:56
  Author: arcanis
Revision: 141231

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

Added:
  qscintilla-qt5/repos/community-staging-i686/
  qscintilla-qt5/repos/community-staging-i686/ChangeLog
(from rev 141230, qscintilla-qt5/trunk/ChangeLog)
  qscintilla-qt5/repos/community-staging-i686/PKGBUILD
(from rev 141230, qscintilla-qt5/trunk/PKGBUILD)
  qscintilla-qt5/repos/community-staging-i686/configure.py.patch
(from rev 141230, qscintilla-qt5/trunk/configure.py.patch)
  qscintilla-qt5/repos/community-staging-i686/libname.patch
(from rev 141230, qscintilla-qt5/trunk/libname.patch)
  qscintilla-qt5/repos/community-staging-i686/qtdesigner-include.patch
(from rev 141230, qscintilla-qt5/trunk/qtdesigner-include.patch)
  qscintilla-qt5/repos/community-staging-x86_64/
  qscintilla-qt5/repos/community-staging-x86_64/ChangeLog
(from rev 141230, qscintilla-qt5/trunk/ChangeLog)
  qscintilla-qt5/repos/community-staging-x86_64/PKGBUILD
(from rev 141230, qscintilla-qt5/trunk/PKGBUILD)
  qscintilla-qt5/repos/community-staging-x86_64/configure.py.patch
(from rev 141230, qscintilla-qt5/trunk/configure.py.patch)
  qscintilla-qt5/repos/community-staging-x86_64/libname.patch
(from rev 141230, qscintilla-qt5/trunk/libname.patch)
  qscintilla-qt5/repos/community-staging-x86_64/qtdesigner-include.patch
(from rev 141230, qscintilla-qt5/trunk/qtdesigner-include.patch)

---+
 community-staging-i686/ChangeLog  |   14 +++
 community-staging-i686/PKGBUILD   |   91 
 community-staging-i686/configure.py.patch |   48 ++
 community-staging-i686/libname.patch  |   50 ++
 community-staging-i686/qtdesigner-include.patch   |   12 ++
 community-staging-x86_64/ChangeLog|   14 +++
 community-staging-x86_64/PKGBUILD |   91 
 community-staging-x86_64/configure.py.patch   |   48 ++
 community-staging-x86_64/libname.patch|   50 ++
 community-staging-x86_64/qtdesigner-include.patch |   12 ++
 10 files changed, 430 insertions(+)

Copied: qscintilla-qt5/repos/community-staging-i686/ChangeLog (from rev 141230, 
qscintilla-qt5/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-09-20 10:15:56 UTC (rev 141231)
@@ -0,0 +1,14 @@
+2.9-3:
+python3.5 rebuild
+
+2.9-2:
+rebuild againist qt-5.5
+
+2.9-1:
+upstream update
+
+2.8.4-2:
+remov conflict with qsctintilla
+
+2.8.4-1:
+move to [community]

Copied: qscintilla-qt5/repos/community-staging-i686/PKGBUILD (from rev 141230, 
qscintilla-qt5/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 10:15:56 UTC (rev 141231)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Ilya87 
+
+pkgbase=qscintilla-qt5
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
+ 'python-qscintilla-qt5-common')
+pkgver=2.9
+pkgrel=3
+license=('GPL')
+arch=('i686' 'x86_64')
+url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
+makedepends=('python2-pyqt5' 'python-pyqt5' 'qt5-tools' 'chrpath')
+options=('!buildflags')
+source=("http://downloads.sourceforge.net/project/pyqt/QScintilla2/QScintilla-${pkgver}/QScintilla-gpl-${pkgver}.tar.gz;
+'configure.py.patch'
+'libname.patch'
+'qtdesigner-include.patch')
+changelog=ChangeLog
+md5sums=('24659879edf9786f41a9b9268ce3c817'
+ '196ba01efe8bf18f3f2e10826c577a11'
+ '1ac0fea53f72b0146e0820912ae8c48c'
+ 'd4591875037808b87acff66bae47f7eb')
+
+prepare() {
+  cd "QScintilla-gpl-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/configure.py.patch"
+  patch -Np1 -i "${srcdir}/libname.patch"
+  patch -Np1 -i "${srcdir}/qtdesigner-include.patch"
+
+  cp -r Python{,2}
+  find "Python2" -name '*.py' -type f -exec \
+   sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "QScintilla-gpl-${pkgver}/Qt4Qt5"
+  qmake qscintilla.pro
+  make
+
+  cd "../designer-Qt4Qt5"
+  qmake designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+  make
+
+  cd "../Python"
+  python3 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --pyqt=PyQt5 
--pyqt-sipdir=/usr/share/sip/PyQt5 --qsci-sipdir=/usr/share/sip/PyQt5  --qmake 
/usr/bin/qmake
+  make
+
+  cd "../Python2"
+  python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --pyqt=PyQt5 
--pyqt-sipdir=/usr/share/sip/PyQt5 --qsci-sipdir=/usr/share/sip/PyQt5 --qmake 
/usr/bin/qmake
+  make
+}
+
+package_qscintilla-qt5() {
+  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+  depends=('qt5-base')
+
+  cd 

[arch-commits] Commit in qscintilla-qt5/trunk (3 files)

2015-09-20 Thread Evgeniy Alekseev
Date: Sunday, September 20, 2015 @ 12:15:29
  Author: arcanis
Revision: 141230

upgpkg: qscintilla-qt5 2.9-3
python3.5 rebuild

Added:
  qscintilla-qt5/trunk/qtdesigner-include.patch
Modified:
  qscintilla-qt5/trunk/ChangeLog
  qscintilla-qt5/trunk/PKGBUILD

--+
 ChangeLog|3 +++
 PKGBUILD |   13 -
 qtdesigner-include.patch |   12 
 3 files changed, 23 insertions(+), 5 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-09-20 10:15:02 UTC (rev 141229)
+++ ChangeLog   2015-09-20 10:15:29 UTC (rev 141230)
@@ -1,3 +1,6 @@
+2.9-3:
+python3.5 rebuild
+
 2.9-2:
 rebuild againist qt-5.5
 

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:15:02 UTC (rev 141229)
+++ PKGBUILD2015-09-20 10:15:29 UTC (rev 141230)
@@ -6,7 +6,7 @@
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'python-qscintilla-qt5-common')
 pkgver=2.9
-pkgrel=2
+pkgrel=3
 license=('GPL')
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
@@ -14,11 +14,13 @@
 options=('!buildflags')
 
source=("http://downloads.sourceforge.net/project/pyqt/QScintilla2/QScintilla-${pkgver}/QScintilla-gpl-${pkgver}.tar.gz;
 'configure.py.patch'
-'libname.patch')
+'libname.patch'
+'qtdesigner-include.patch')
 changelog=ChangeLog
 md5sums=('24659879edf9786f41a9b9268ce3c817'
  '196ba01efe8bf18f3f2e10826c577a11'
- '1ac0fea53f72b0146e0820912ae8c48c')
+ '1ac0fea53f72b0146e0820912ae8c48c'
+ 'd4591875037808b87acff66bae47f7eb')
 
 prepare() {
   cd "QScintilla-gpl-${pkgver}"
@@ -25,6 +27,7 @@
 
   patch -Np1 -i "${srcdir}/configure.py.patch"
   patch -Np1 -i "${srcdir}/libname.patch"
+  patch -Np1 -i "${srcdir}/qtdesigner-include.patch"
 
   cp -r Python{,2}
   find "Python2" -name '*.py' -type f -exec \
@@ -68,7 +71,7 @@
   make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
 
   # provided by python-qscintilla
-  rm -r "${pkgdir}/usr/lib/python3.4/site-packages/PyQt5/"
+  rm -r "${pkgdir}/usr/lib/python3.5/site-packages/PyQt5/"
 }
 
 package_python-qscintilla-qt5() {
@@ -76,7 +79,7 @@
   depends=('python-qscintilla-qt5-common' 'python-pyqt5')
 
   cd "QScintilla-gpl-${pkgver}/Python"
-  install -Dm755 Qsci.so 
"${pkgdir}/usr/lib/python3.4/site-packages/PyQt5/Qsci.so"
+  install -Dm755 Qsci.so 
"${pkgdir}/usr/lib/python3.5/site-packages/PyQt5/Qsci.so"
 }
 
 package_python2-qscintilla-qt5() {

Added: qtdesigner-include.patch
===
--- qtdesigner-include.patch(rev 0)
+++ qtdesigner-include.patch2015-09-20 10:15:29 UTC (rev 141230)
@@ -0,0 +1,12 @@
+diff -ruN QScintilla-gpl-2.9.orig/designer-Qt4Qt5/qscintillaplugin.h 
QScintilla-gpl-2.9/designer-Qt4Qt5/qscintillaplugin.h
+--- QScintilla-gpl-2.9.orig/designer-Qt4Qt5/qscintillaplugin.h 2015-09-19 
14:41:37.557741350 +0300
 QScintilla-gpl-2.9/designer-Qt4Qt5/qscintillaplugin.h  2015-09-19 
14:41:58.393662846 +0300
+@@ -4,7 +4,7 @@
+ #ifndef _QSCINTILLAPLUGIN_H
+ #define _QSCINTILLAPLUGIN_H
+ 
+-#include 
++#include 
+ 
+ 
+ class QScintillaPlugin : public QObject, public QDesignerCustomWidgetInterface


[arch-commits] Commit in python-flask-babel/repos (2 files)

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 12:15:02
  Author: arojas
Revision: 141229

archrelease: copy trunk to community-staging-any

Added:
  python-flask-babel/repos/community-staging-any/
  python-flask-babel/repos/community-staging-any/PKGBUILD
(from rev 141228, python-flask-babel/trunk/PKGBUILD)

--+
 PKGBUILD |   42 ++
 1 file changed, 42 insertions(+)

Copied: python-flask-babel/repos/community-staging-any/PKGBUILD (from rev 
141228, python-flask-babel/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 10:15:02 UTC (rev 141229)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: djanku 
+
+_pipname=Flask-Babel
+pkgbase=python-flask-babel
+pkgname=(python2-flask-babel python-flask-babel)
+pkgver=0.9
+pkgrel=2
+pkgdesc="Adds i18n/l10n support to Flask applications with the help of the 
Babel library."
+arch=(any)
+url="http://pypi.python.org/pypi/Flask-Babel;
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
+source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
+md5sums=('4762e0392303f464d53cbebedfb87ded')
+
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-babel() {
+depends=('python2-flask' 'python2-babel' 'python2-pytz' 'python2-speaklater' 
'python2-jinja')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-babel() {
+depends=('python-flask' 'python-babel' 'python-pytz' 'python-speaklater' 
'python-jinja')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+


[arch-commits] Commit in kdebindings-python/repos (6 files)

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 13:08:15
  Author: arojas
Revision: 247003

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

Added:
  kdebindings-python/repos/staging-i686/
  kdebindings-python/repos/staging-i686/PKGBUILD
(from rev 247002, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/staging-i686/sip-4.15.5.patch
(from rev 247002, kdebindings-python/trunk/sip-4.15.5.patch)
  kdebindings-python/repos/staging-x86_64/
  kdebindings-python/repos/staging-x86_64/PKGBUILD
(from rev 247002, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/staging-x86_64/sip-4.15.5.patch
(from rev 247002, kdebindings-python/trunk/sip-4.15.5.patch)

-+
 staging-i686/PKGBUILD   |   96 ++
 staging-i686/sip-4.15.5.patch   |   12 
 staging-x86_64/PKGBUILD |   96 ++
 staging-x86_64/sip-4.15.5.patch |   12 
 4 files changed, 216 insertions(+)

Copied: kdebindings-python/repos/staging-i686/PKGBUILD (from rev 247002, 
kdebindings-python/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-20 11:08:15 UTC (rev 247003)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2'
+ 'kdebindings-python-common')
+pkgver=4.14.3
+pkgrel=4
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs'
+ 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48')
+
+prepare() {
+  mkdir build
+
+  cd pykde4-${pkgver}
+}
+
+build() {
+  export PYTHONDONTWRITEBYTECODE="TRUE"
+
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python3 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.5m.so.1.0 \
+-DPYKDEUIC4_ALTINSTALL=TRUE \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYKDEUIC4_ALTINSTALL=TRUE \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc="A set of Python 3.x bindings for KDE"
+  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
+
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  # Provided by kdebindings-python-common
+  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
+  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.4 "${pkgdir}"/usr/bin/pykdeuic4
+}
+
+package_kdebindings-python2() {
+  pkgdesc="A set of Python 2.x bindings for KDE"
+  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
+  conflicts=('kdebindings-python<4.8.1-2')
+
+  cd "${srcdir}"/build-python2
+  make DESTDIR="${pkgdir}" install
+
+  # Provided by kdebindings-python-common
+  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
+  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+
+  # pykdeuic4 should point to the python3 version
+  #rm "${pkgdir}"/usr/bin/pykdeuic4
+
+  # Use the python2 executable
+  find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}
+
+package_kdebindings-python-common() {
+  pkgdesc="Common files shared between python2 and python3 kdebindings"
+  depends=('qscintilla')
+  conflicts=('kdebindings-python<4.8.1-2')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/usr/{bin,lib}
+}

Copied: kdebindings-python/repos/staging-i686/sip-4.15.5.patch (from rev 
247002, kdebindings-python/trunk/sip-4.15.5.patch)
===
--- staging-i686/sip-4.15.5.patch   (rev 0)
+++ staging-i686/sip-4.15.5.patch   2015-09-20 11:08:15 UTC (rev 247003)
@@ -0,0 +1,12 @@
+diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 
pykde4-4.12.3/sip/phonon/backendcapabilities.sip
+--- pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5  2014-01-18 
13:18:35.0 -0600
 pykde4-4.12.3/sip/phonon/backendcapabilities.sip2014-03-16 
16:56:36.865132943 -0500
+@@ -26,7 +26,7 @@ namespace Phonon
+ {
+ namespace BackendCapabilities
+ {
+-class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/
++class Notifier : QObject /NoDefaultCtors,PyQtNoQMetaObject/
+ {
+ 
+ signals:

Copied: 

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

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 13:07:20
  Author: arojas
Revision: 247002

Python 3.5 rebuild

Modified:
  kdebindings-python/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:07:19 UTC (rev 247001)
+++ PKGBUILD2015-09-20 11:07:20 UTC (rev 247002)
@@ -6,7 +6,7 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.14.3
-pkgrel=3
+pkgrel=4
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -31,7 +31,7 @@
 -DKDE4_BUILD_TESTS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python3 \
--DPYTHON_LIBRARY=/usr/lib/libpython3.4m.so.1.0 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.5m.so.1.0 \
 -DPYKDEUIC4_ALTINSTALL=TRUE \
 -DWITH_Nepomuk=OFF \
 -DWITH_Soprano=OFF


[arch-commits] Commit in flake8/repos (3 files)

2015-09-20 Thread Allan McRae
Date: Sunday, September 20, 2015 @ 08:50:10
  Author: allan
Revision: 141184

archrelease: copy trunk to community-staging-any

Added:
  flake8/repos/community-staging-any/
  flake8/repos/community-staging-any/PKGBUILD
(from rev 141183, flake8/trunk/PKGBUILD)
  
flake8/repos/community-staging-any/fix-flake8-tests-using-mock-to-work-with-1.1.x-branch.patch
(from rev 141183, 
flake8/trunk/fix-flake8-tests-using-mock-to-work-with-1.1.x-branch.patch)

-+
 PKGBUILD|   75 ++
 fix-flake8-tests-using-mock-to-work-with-1.1.x-branch.patch |   43 +
 2 files changed, 118 insertions(+)

Copied: flake8/repos/community-staging-any/PKGBUILD (from rev 141183, 
flake8/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 06:50:10 UTC (rev 141184)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.4.1
+pkgrel=3
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;
+'fix-flake8-tests-using-mock-to-work-with-1.1.x-branch.patch')
+md5sums=('ed45d3db81a3b7c88bd63c6e37ca1d65'
+ '76004de2511275c09fba49c43691aaf0')
+
+prepare() {
+  # We have patched pep8 to fix the problem, allowing 1.6.2)
+  sed -e 's/pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2/pep8 >= 1.5.7, != 
1.6.0, != 1.6.1/' \
+  -e 's/pyflakes >= 0.8.1, < 0.9/pyflakes >= 0.8.1/' \
+  -i $pkgbase-$pkgver/setup.py
+
+  # Fix test to work with Python 3.5's unittest.mock
+  patch -d ${pkgbase}-${pkgver} -Np1 

+Date: Fri, 10 Jul 2015 09:34:49 -0500
+Subject: [PATCH] Fix flake8 tests using mock to work with 1.1.x branch
+
+---
+ flake8/tests/test_engine.py | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/flake8/tests/test_engine.py b/flake8/tests/test_engine.py
+index 06fe62a..60b388c 100644
+--- a/flake8/tests/test_engine.py
 b/flake8/tests/test_engine.py
+@@ -52,7 +52,7 @@ class TestEngine(unittest.TestCase):
+ self.assertTrue(len(registered_exts[0]) > 0)
+ for i in registered_exts[1:]:
+ self.assertTrue(isinstance(i, list))
+-register_check.assert_called()
++self.assertTrue(register_check.called)
+ 
+ def test_get_parser(self):
+ # setup
+@@ -67,13 +67,13 @@ class TestEngine(unittest.TestCase):
+ # actual call we're testing
+ parser, hooks = engine.get_parser()
+ # assertions
+-re.assert_called()
+-gpv.assert_called()
++self.assertTrue(re.called)
++self.assertTrue(gpv.called)
+ pgp.assert_called_once_with(
+ 'flake8',
+ '%s (pyflakes: 0.7, mccabe: 0.2) Python Version' % __version__)
+-m.remove_option.assert_called()
+-m.add_option.assert_called()
++self.assertTrue(m.remove_option.called)
++self.assertTrue(m.add_option.called)
+ self.assertEqual(parser, m)
+ self.assertEqual(hooks, [])
+ # clean-up
+-- 
+2.5.2
+


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

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:14:55
  Author: aginiewicz
Revision: 141187

upgpkg: python-numexpr 2.4.4-1

updated rebuilt package to newer version

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:05:29 UTC (rev 141186)
+++ PKGBUILD2015-09-20 07:14:55 UTC (rev 141187)
@@ -4,8 +4,8 @@
 
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.4.3
-pkgrel=2
+pkgver=2.4.4
+pkgrel=1
 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
 url="https://github.com/pydata/numexpr;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('4b701ee609a1faa463510c483405d24f')
+md5sums=('029849d8d9ca89d3bf3bd6695d4e0a4c')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-xcffib/repos (2 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 10:09:47
  Author: fyan
Revision: 141203

archrelease: copy trunk to community-staging-any

Added:
  python-xcffib/repos/community-staging-any/
  python-xcffib/repos/community-staging-any/PKGBUILD
(from rev 141202, python-xcffib/trunk/PKGBUILD)

--+
 PKGBUILD |   63 +
 1 file changed, 63 insertions(+)

Copied: python-xcffib/repos/community-staging-any/PKGBUILD (from rev 141202, 
python-xcffib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 08:09:47 UTC (rev 141203)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
+ 'happy' 'alex')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=("git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+
+  cd xcffib
+  cabal update
+  cabal install --only-dependencies --enable-tests
+  cabal configure --enable-tests
+}
+
+build() {
+  cd "$srcdir/xcffib"
+  make xcffib
+
+  cd "$srcdir/xcffib-py2"
+  make xcffib
+}
+
+check() {
+  cd "$srcdir/xcffib"
+  make check
+
+  cd "$srcdir/xcffib-py2"
+  make check
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd "$srcdir/xcffib"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd "$srcdir/xcffib-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 10:09:34
  Author: fyan
Revision: 141202

upgpkg: python-xcffib 0.3.6-3

rebuild for python 3.5

Modified:
  python-xcffib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:53:11 UTC (rev 141201)
+++ PKGBUILD2015-09-20 08:09:34 UTC (rev 141202)
@@ -5,7 +5,7 @@
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
 pkgver=0.3.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
 url="https://pypi.python.org/pypi/xcffib;


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

2015-09-20 Thread Florian Pritz
Date: Sunday, September 20, 2015 @ 10:19:09
  Author: bluewind
Revision: 141204

Fix FS#46330, incorrect dependency in pkg-config file

Modified:
  python-pyside/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:09:47 UTC (rev 141203)
+++ PKGBUILD2015-09-20 08:19:09 UTC (rev 141204)
@@ -7,7 +7,7 @@
 pkgname=(python-pyside-common python2-pyside python-pyside)
 _pkgrealname=pyside
 pkgver=1.2.2
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://qt-project.org/wiki/PySide;
@@ -75,6 +75,8 @@
 mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
   "$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
 
+sed -i 's#^Requires: shiboken$#Requires: shiboken-py2#' 
"$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
+
 rm -rf "$pkgdir"/usr/include
 rm -rf "$pkgdir"/usr/share
 rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake


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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 10:26:18
  Author: fyan
Revision: 141205

upgpkg: python-cairocffi 0.7.2-2

rebuild for python 3.5

Modified:
  python-cairocffi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:19:09 UTC (rev 141204)
+++ PKGBUILD2015-09-20 08:26:18 UTC (rev 141205)
@@ -6,7 +6,7 @@
 pkgbase=python-cairocffi
 pkgname=(python-cairocffi python2-cairocffi)
 pkgver=0.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of 
Python bindings and object-oriented API for cairo."
 arch=('any')
 url="http://pythonhosted.org/cairocffi/;


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

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 10:27:36
  Author: foutrelis
Revision: 141207

Ignore test_too_many_fields failure (affects Python 3.5)

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:26:31 UTC (rev 141206)
+++ PKGBUILD2015-09-20 08:27:36 UTC (rev 141207)
@@ -24,7 +24,7 @@
 
 check() {
   cd parse-"$pkgver"
-  python test_parse.py
+  python test_parse.py || warning 'test_too_many_fields fails on Python 3.5'
   python2 test_parse.py
 }
 


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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 10:32:48
  Author: fyan
Revision: 141212

upgpkg: python-pillow 2.9.0-2

rebuild for python 3.5

Modified:
  python-pillow/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:31:57 UTC (rev 141211)
+++ PKGBUILD2015-09-20 08:32:48 UTC (rev 141212)
@@ -5,12 +5,12 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=2.9.0
-pkgrel=1
+pkgrel=2
 # consider splitting out sane if this gets weird enough
 _sanever=2.8.1
 _appname=Pillow
 _py2basever=2.7
-_py3basever=3.4m
+_py3basever=3.5m
 pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
 arch=('i686' 'x86_64')
 url="http://python-pillow.github.io/;


[arch-commits] Commit in khelpcenter/repos (4 files)

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 10:32:49
  Author: arojas
Revision: 246992

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

Added:
  khelpcenter/repos/extra-i686/PKGBUILD
(from rev 246991, khelpcenter/trunk/PKGBUILD)
  khelpcenter/repos/extra-x86_64/PKGBUILD
(from rev 246991, khelpcenter/trunk/PKGBUILD)
Deleted:
  khelpcenter/repos/extra-i686/PKGBUILD
  khelpcenter/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   38 --
 extra-x86_64/PKGBUILD |   38 --
 3 files changed, 80 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-20 08:31:24 UTC (rev 246991)
+++ extra-i686/PKGBUILD 2015-09-20 08:32:49 UTC (rev 246992)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.4.1
-pkgrel=1
-pkgdesc="Application to show KDE Applications' documentation"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-groups=('plasma')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('99df60a8b2cc2b5c0f924a7c36cd9ad3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khelpcenter/repos/extra-i686/PKGBUILD (from rev 246991, 
khelpcenter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-20 08:32:49 UTC (rev 246992)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.4.1
+pkgrel=2
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+conflicts=('khelpcenter4' 'kdebase-runtime-doc')
+replaces=('khelpcenter4' 'kdebase-runtime-doc')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('99df60a8b2cc2b5c0f924a7c36cd9ad3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-20 08:31:24 UTC (rev 246991)
+++ extra-x86_64/PKGBUILD   2015-09-20 08:32:49 UTC (rev 246992)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.4.1
-pkgrel=1
-pkgdesc="Application to show KDE Applications' documentation"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-groups=('plasma')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('99df60a8b2cc2b5c0f924a7c36cd9ad3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khelpcenter/repos/extra-x86_64/PKGBUILD (from rev 246991, 
khelpcenter/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-20 08:32:49 UTC (rev 246992)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.4.1

[arch-commits] Commit in python-xpybutil/repos/community-any (4 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 10:31:57
  Author: fyan
Revision: 141211

archrelease: copy trunk to community-any

Added:
  python-xpybutil/repos/community-any/PKGBUILD
(from rev 141210, python-xpybutil/trunk/PKGBUILD)
  python-xpybutil/repos/community-any/xcffib-compat.patch
(from rev 141210, python-xpybutil/trunk/xcffib-compat.patch)
Deleted:
  python-xpybutil/repos/community-any/PKGBUILD
  python-xpybutil/repos/community-any/xcffib-compat.patch

-+
 PKGBUILD|   74 -
 xcffib-compat.patch | 2634 +-
 2 files changed, 1371 insertions(+), 1337 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 141210:141211 to see the changes.


[arch-commits] Commit in python-xpybutil/trunk (PKGBUILD xcffib-compat.patch)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 10:31:39
  Author: fyan
Revision: 141210

upgpkg: python-xpybutil 0.0.1.20150328-2

update patch to handle exception gracefully

Modified:
  python-xpybutil/trunk/PKGBUILD
  python-xpybutil/trunk/xcffib-compat.patch

-+
 PKGBUILD|4 +-
 xcffib-compat.patch |   96 +-
 2 files changed, 67 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:29:34 UTC (rev 141209)
+++ PKGBUILD2015-09-20 08:31:39 UTC (rev 141210)
@@ -5,7 +5,7 @@
 pkgname=python2-xpybutil
 pkgver=0.0.1.20150328
 _commit=8ee7dc406aabb3d54f38e692bf068b1b61131d83
-pkgrel=1
+pkgrel=2
 pkgdesc="An incomplete xcb-util port plus some extras"
 arch=('any')
 url="https://github.com/BurntSushi/xpybutil;
@@ -14,7 +14,7 @@
 source=("git+https://github.com/BurntSushi/xpybutil.git#commit=$_commit;
 xcffib-compat.patch)
 md5sums=('SKIP'
- '6623c64e52c5753d759ef3f4ff6a8a87')
+ 'b5bf6cac28a2546152229fcb77599dd5')
 
 prepare() {
   cd "$srcdir/xpybutil"

Modified: xcffib-compat.patch
===
--- xcffib-compat.patch 2015-09-20 08:29:34 UTC (rev 141209)
+++ xcffib-compat.patch 2015-09-20 08:31:39 UTC (rev 141210)
@@ -1,8 +1,28 @@
-commit 78424375f3733394f84f8b4b6663f961402951ff
-Author: Felix Yan 
-Date:   Wed Sep 16 17:13:46 2015 +0800
+From 6e2b96ccb04212096f8faca772ed7dc5a2d20e43 Mon Sep 17 00:00:00 2001
+From: Felix Yan 
+Date: Wed, 16 Sep 2015 17:13:46 +0800
+Subject: [PATCH] Add support for xcffib
 
-Add support for xcffib
+---
+ examples/window-marker.py |   6 +-
+ setup.py  |   6 +-
+ xpybutil/__init__.py  |   5 +-
+ xpybutil/compat.py|  17 +
+ xpybutil/event.py |   5 +-
+ xpybutil/ewmh.py  | 176 +++---
+ xpybutil/font.py  |   6 +-
+ xpybutil/icccm.py |  54 +++---
+ xpybutil/image.py |   6 +-
+ xpybutil/keybind.py   |   2 +-
+ xpybutil/motif.py |   4 +-
+ xpybutil/mousebind.py |   2 +-
+ xpybutil/rect.py  |   4 +-
+ xpybutil/render.py|  12 ++--
+ xpybutil/util.py  |   6 +-
+ xpybutil/window.py|   8 +--
+ xpybutil/xinerama.py  |   4 +-
+ 17 files changed, 170 insertions(+), 153 deletions(-)
+ create mode 100644 xpybutil/compat.py
 
 diff --git a/examples/window-marker.py b/examples/window-marker.py
 index e345656..01f3998 100644
@@ -60,26 +80,27 @@
  
  setup(
 diff --git a/xpybutil/__init__.py b/xpybutil/__init__.py
-index 8ec1eda..af58027 100644
+index 8ec1eda..a10886e 100644
 --- a/xpybutil/__init__.py
 +++ b/xpybutil/__init__.py
-@@ -1,4 +1,4 @@
+@@ -1,9 +1,8 @@
 -import xcb, xcb.xproto
-+from xpybutil.compat import xcb
++from xpybutil.compat import xcb, xcb_ConnectException
  
  try:
  conn = xcb.connect()
-@@ -6,4 +6,3 @@ try:
- except xcb.ConnectException:
+ root = conn.get_setup().roots[0].root
+-except xcb.ConnectException:
++except xcb_ConnectException:
  conn = None
  root = None
 -
 diff --git a/xpybutil/compat.py b/xpybutil/compat.py
 new file mode 100644
-index 000..66efa58
+index 000..d06130e
 --- /dev/null
 +++ b/xpybutil/compat.py
-@@ -0,0 +1,13 @@
+@@ -0,0 +1,17 @@
 +try:
 +import xcffib as xcb
 +import xcffib.xproto as xproto
@@ -86,6 +107,8 @@
 +import xcffib.xinerama as xinerama
 +import xcffib.randr as randr
 +import xcffib.render as render
++from xcffib import XcffibException as xcb_Exception
++from xcffib import ConnectionException as xcb_ConnectException
 +
 +except ImportError:
 +import xcb
@@ -93,25 +116,36 @@
 +import xcb.xinerama as xinerama
 +import xcb.randr as randr
 +import xcb.render as render
++from xcb import Exception as xcb_Exception
++from xcb import ConnectException as xcb_ConnectException
 diff --git a/xpybutil/event.py b/xpybutil/event.py
-index c161874..15f636e 100644
+index c161874..06b47db 100644
 --- a/xpybutil/event.py
 +++ b/xpybutil/event.py
-@@ -8,8 +8,7 @@ import struct
+@@ -8,8 +8,7 @@
  import sys
  import traceback
  
 -import xcb
 -import xcb.xproto as xproto
-+from xpybutil.compat import xcb, xproto
++from xpybutil.compat import xcb_Exception, xproto
  
  from xpybutil import conn, root, util
  
+@@ -150,7 +149,7 @@ def main():
+ key = (e.__class__, w)
+ for cb in __callbacks.get(key, []):
+ cb(e)
+-except xcb.Exception:
++except xcb_Exception:
+ traceback.print_exc()
+ sys.exit(1)
+ 
 diff --git a/xpybutil/ewmh.py b/xpybutil/ewmh.py
 index a4f0977..c101555 100644
 --- a/xpybutil/ewmh.py
 +++ b/xpybutil/ewmh.py
-@@ -72,7 +72,7 @@ spec :-)
+@@ -72,7 +72,7 @@
  """
  import struct
  
@@ -818,7 +852,7 @@
 index 8190620..68b448f 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 10:33:09
  Author: fyan
Revision: 141213

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

Added:
  python-pillow/repos/community-staging-i686/
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 141212, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 141212, python-pillow/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   81 
 community-staging-x86_64/PKGBUILD |   81 
 2 files changed, 162 insertions(+)

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 141212, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 08:33:09 UTC (rev 141213)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.9.0
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.5m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;
+
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz;)
+md5sums=('46f1729ece27981d54ec543ad5b37d14'
+ 'ec396584961bad337e93dec11a0122e3')
+
+prepare() {
+  cd "$srcdir"
+  # allow sane to build
+  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
+  cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
+  # py2 and py3
+  cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd "$srcdir/$_appname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=0
+  pushd Sane
+python3 setup.py install --root="$pkgdir/" --optimize=0
+  popd
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
+
+  # clean up bins
+  cd "$pkgdir/usr/bin"
+  for f in *.py; do
+mv "$f" "${f%.py}"
+  done
+}
+
+package_python2-pillow() {
+  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
+  depends=('python2' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python2-pyqt4: for the ImageQt module')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  cd "$srcdir/${_appname}2-$pkgver"
+  sed -i 's|python$|python2|' PIL/OleFileIO.py
+  python2 setup.py install --root="$pkgdir/" --optimize=0
+  pushd Sane
+python2 setup.py install --root="$pkgdir/" --optimize=0
+  popd
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
+  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
+
+  # clean up bins
+  cd "$pkgdir/usr/bin"
+  for f in *.py; do
+mv "$f" "${f%.py}2"
+  done
+}
+

Copied: python-pillow/repos/community-staging-x86_64/PKGBUILD (from rev 141212, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-20 08:33:09 UTC (rev 141213)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.9.0
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.5m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;
+
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz;)
+md5sums=('46f1729ece27981d54ec543ad5b37d14'
+ 'ec396584961bad337e93dec11a0122e3')
+
+prepare() {
+  cd "$srcdir"
+  # allow sane to build
+  sed -i 

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

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 10:31:24
  Author: arojas
Revision: 246991

Replace khelpcenter4

Modified:
  khelpcenter/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:26:42 UTC (rev 246990)
+++ PKGBUILD2015-09-20 08:31:24 UTC (rev 246991)
@@ -5,7 +5,7 @@
 
 pkgname=khelpcenter
 pkgver=5.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Application to show KDE Applications' documentation"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
@@ -13,6 +13,8 @@
 groups=('plasma')
 depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
 makedepends=('extra-cmake-modules')
+conflicts=('khelpcenter4' 'kdebase-runtime-doc')
+replaces=('khelpcenter4' 'kdebase-runtime-doc')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
 md5sums=('99df60a8b2cc2b5c0f924a7c36cd9ad3')
 


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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:47:34
  Author: fyan
Revision: 246997

upgpkg: pycups 1.9.73-2

rebuild for python 3.5

Modified:
  pycups/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 09:46:01 UTC (rev 246996)
+++ PKGBUILD2015-09-20 09:47:34 UTC (rev 246997)
@@ -5,7 +5,7 @@
 pkgbase=pycups
 pkgname=('python2-pycups' 'python-pycups')
 pkgver=1.9.73
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://cyberelk.net/tim/software/pycups/;
 license=('GPL')


[arch-commits] Commit in pycups/repos (4 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:47:54
  Author: fyan
Revision: 246998

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

Added:
  pycups/repos/staging-i686/
  pycups/repos/staging-i686/PKGBUILD
(from rev 246997, pycups/trunk/PKGBUILD)
  pycups/repos/staging-x86_64/
  pycups/repos/staging-x86_64/PKGBUILD
(from rev 246997, pycups/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   45 +
 staging-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: pycups/repos/staging-i686/PKGBUILD (from rev 246997, 
pycups/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-20 09:47:54 UTC (rev 246998)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: nesl247 
+
+pkgbase=pycups
+pkgname=('python2-pycups' 'python-pycups')
+pkgver=1.9.73
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://cyberelk.net/tim/software/pycups/;
+license=('GPL')
+makedepends=('libcups' 'python2' 'python')
+source=(http://cyberelk.net/tim/data/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
+# md5sum: https://pypi.python.org/pypi/pycups
+md5sums=('ee0e7204d7a2ae942e2f4c4508afdbfb'
+ 'SKIP')
+validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3'  # Tim Waugh
+  '4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh 

+
+prepare() {
+  cp -a ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  cd "${srcdir}"/${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python2-pycups() {
+  pkgdesc="Python 2 CUPS Bindings"
+  depends=('libcups' 'python2')
+
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python-pycups() {
+  pkgdesc="Python 3 CUPS Bindings"
+  depends=('libcups' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: pycups/repos/staging-x86_64/PKGBUILD (from rev 246997, 
pycups/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-20 09:47:54 UTC (rev 246998)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: nesl247 
+
+pkgbase=pycups
+pkgname=('python2-pycups' 'python-pycups')
+pkgver=1.9.73
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://cyberelk.net/tim/software/pycups/;
+license=('GPL')
+makedepends=('libcups' 'python2' 'python')
+source=(http://cyberelk.net/tim/data/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
+# md5sum: https://pypi.python.org/pypi/pycups
+md5sums=('ee0e7204d7a2ae942e2f4c4508afdbfb'
+ 'SKIP')
+validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3'  # Tim Waugh
+  '4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh 

+
+prepare() {
+  cp -a ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  cd "${srcdir}"/${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python2-pycups() {
+  pkgdesc="Python 2 CUPS Bindings"
+  depends=('libcups' 'python2')
+
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python-pycups() {
+  pkgdesc="Python 3 CUPS Bindings"
+  depends=('libcups' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in python-pyopencl/repos (6 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:55:29
  Author: fyan
Revision: 141219

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

Added:
  python-pyopencl/repos/community-staging-i686/
  python-pyopencl/repos/community-staging-i686/LICENSE.txt
(from rev 141218, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-i686/PKGBUILD
(from rev 141218, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-staging-x86_64/
  python-pyopencl/repos/community-staging-x86_64/LICENSE.txt
(from rev 141218, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-x86_64/PKGBUILD
(from rev 141218, python-pyopencl/trunk/PKGBUILD)

--+
 community-staging-i686/LICENSE.txt   |   20 +
 community-staging-i686/PKGBUILD  |   71 +
 community-staging-x86_64/LICENSE.txt |   20 +
 community-staging-x86_64/PKGBUILD|   71 +
 4 files changed, 182 insertions(+)

Copied: python-pyopencl/repos/community-staging-i686/LICENSE.txt (from rev 
141218, python-pyopencl/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2015-09-20 09:55:29 UTC (rev 141219)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-staging-i686/PKGBUILD (from rev 141218, 
python-pyopencl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 09:55:29 UTC (rev 141219)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgbase=python-pyopencl
+pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
+pkgver=2015.1
+pkgrel=2
+pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
+arch=('i686' 'x86_64')
+url="http://mathema.tician.de/software/pyopencl;
+license=('custom')
+epoch=1
+makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
+source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
+'LICENSE.txt')
+sha1sums=('feb067a8dcccf2112996256915e6d11e68147eaf'
+  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
+
+build() {
+   cd "$srcdir"
+
+   cp -a pyopencl-$pkgver{,-python2}
+
+   cd "${srcdir}/pyopencl-${pkgver}"
+   python3 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python3
+   python3 setup.py build
+
+   cd "$srcdir/pyopencl-$pkgver-python2"
+   python2 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python
+   python2 setup.py build
+}
+
+check(){
+   cd "${srcdir}/pyopencl-${pkgver}"
+   python3 setup.py test
+
+   cd "$srcdir/pyopencl-$pkgver-python2"
+   python2 setup.py test
+}
+
+package_python-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python' 
'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers' 
'python-setuptools')
+
+   cd "${srcdir}/pyopencl-${pkgver}"
+   python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+   rm -fr "${pkgdir}"/usr/include
+
+   install -D -m644 $srcdir/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python2' 
'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers' 
'python2-setuptools')
+
+   cd "${srcdir}/pyopencl-${pkgver}-python2"
+   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+rm -fr "${pkgdir}"/usr/include/
+
+   install -D -m644 $srcdir/LICENSE.txt 

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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:56:05
  Author: fyan
Revision: 141221

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

Added:
  python-openbabel/repos/community-staging-i686/
  python-openbabel/repos/community-staging-i686/PKGBUILD
(from rev 141220, python-openbabel/trunk/PKGBUILD)
  python-openbabel/repos/community-staging-i686/openbabel-gcc5.patch
(from rev 141220, python-openbabel/trunk/openbabel-gcc5.patch)
  python-openbabel/repos/community-staging-i686/openbabel-swig3.patch
(from rev 141220, python-openbabel/trunk/openbabel-swig3.patch)
  python-openbabel/repos/community-staging-x86_64/
  python-openbabel/repos/community-staging-x86_64/PKGBUILD
(from rev 141220, python-openbabel/trunk/PKGBUILD)
  python-openbabel/repos/community-staging-x86_64/openbabel-gcc5.patch
(from rev 141220, python-openbabel/trunk/openbabel-gcc5.patch)
  python-openbabel/repos/community-staging-x86_64/openbabel-swig3.patch
(from rev 141220, python-openbabel/trunk/openbabel-swig3.patch)

+
 community-staging-i686/PKGBUILD|   66 +++
 community-staging-i686/openbabel-gcc5.patch|   12 +
 community-staging-i686/openbabel-swig3.patch   |  199 +++
 community-staging-x86_64/PKGBUILD  |   66 +++
 community-staging-x86_64/openbabel-gcc5.patch  |   12 +
 community-staging-x86_64/openbabel-swig3.patch |  199 +++
 6 files changed, 554 insertions(+)

Copied: python-openbabel/repos/community-staging-i686/PKGBUILD (from rev 
141220, python-openbabel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 09:56:05 UTC (rev 141221)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Michal Bozon 
+
+pkgname=('python-openbabel' 'python2-openbabel')
+pkgver=2.3.2
+pkgrel=4
+pkgdesc='Python bindings for the openbabel library'
+arch=('x86_64' 'i686')
+url='http://openbabel.org/wiki/Python'
+license=('GPL')
+depends=('gcc-libs' "openbabel=${pkgver}" 'eigen2')
+makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools')
+source=("http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz;
+openbabel-gcc5.patch
+openbabel-swig3.patch)
+sha256sums=('4eaca26679aa6cc85ebf96af19191472ac63ca442c36b0427b369c3a25705188'
+'0b022f4adeb16c8531e13871f6c6d256c8939defb5be0fe32d0a28711f2d933e'
+'6c8fb33199d4b4fa03128278110275502266b915ca9c43ef0dc87f24a0cadf06')
+
+prepare() {
+  patch -d openbabel-$pkgver -Np1 < openbabel-gcc5.patch
+  patch -d openbabel-$pkgver -Np1 < openbabel-swig3.patch
+
+  cp -r openbabel-$pkgver python2-openbabel-$pkgver
+}
+
+build() {
+  cd "$srcdir/openbabel-$pkgver"
+
+  # Create babelconfig.h
+  cmake .
+
+  # Regenerate interface with the patched swig 2.0.2
+  cd scripts
+  swig -O -I../include/ -python -py3 -c++  openbabel-python.i
+  mv openbabel-python_wrap.cxx python/openbabel-python.cpp
+  mv openbabel.py python/
+
+  cd python
+  sed -i '19i os.path.join("/usr/include/openbabel-2.0"),' setup.py
+  sed -i '20i os.path.join("/usr/include/eigen2"),' setup.py
+
+  cd $srcdir/python2-openbabel-$pkgver/scripts/python
+  sed -i '19i os.path.join("/usr/include/openbabel-2.0"),' setup.py
+  sed -i '20i os.path.join("/usr/include/eigen2"),' setup.py
+}
+
+package_python-openbabel() {
+  depends+=('python')
+
+  cd "$srcdir/openbabel-$pkgver/scripts/python"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python2-openbabel() {
+  depends+=('python2')
+
+  cd "$srcdir/python2-openbabel-$pkgver/scripts/python"
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-openbabel/repos/community-staging-i686/openbabel-gcc5.patch 
(from rev 141220, python-openbabel/trunk/openbabel-gcc5.patch)
===
--- community-staging-i686/openbabel-gcc5.patch (rev 0)
+++ community-staging-i686/openbabel-gcc5.patch 2015-09-20 09:56:05 UTC (rev 
141221)
@@ -0,0 +1,12 @@
+diff -upr openbabel-2.3.2.orig/include/openbabel/shared_ptr.h 
openbabel-2.3.2/include/openbabel/shared_ptr.h
+--- openbabel-2.3.2.orig/include/openbabel/shared_ptr.h2011-10-12 
23:24:02.0 +0300
 openbabel-2.3.2/include/openbabel/shared_ptr.h 2015-06-26 
08:00:31.909272930 +0300
+@@ -21,7 +21,7 @@ GNU General Public License for more deta
+   #define shared_ptr boost::shared_ptr
+ #else
+   #include 
+-  #if __GNUC__ == 4  //&& __GNUC_MINOR__ < 3  removed at the suggestion of 
Konstantin Tokarev
++  #if __GNUC__ >= 4  //&& __GNUC_MINOR__ < 3  removed at the suggestion of 
Konstantin 

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

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 12:25:22
  Author: foutrelis
Revision: 141233

Python 3.5 rebuild

Modified:
  python-cssutils/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:24:49 UTC (rev 141232)
+++ PKGBUILD2015-09-20 10:25:22 UTC (rev 141233)
@@ -8,7 +8,7 @@
 pkgbase=python-cssutils
 pkgname=('python2-cssutils' 'python-cssutils')
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A CSS Cascading Style Sheets library for Python"
 arch=('any')
 url="http://cthedot.de/cssutils/;


[arch-commits] Commit in spyder/repos (4 files)

2015-09-20 Thread Fabio Castelli
Date: Sunday, September 20, 2015 @ 13:21:27
  Author: muflone
Revision: 141240

archrelease: copy trunk to staging-any

Added:
  spyder/repos/staging-any/
  spyder/repos/staging-any/PKGBUILD
(from rev 141239, spyder/trunk/PKGBUILD)
  spyder/repos/staging-any/python2.patch
(from rev 141239, spyder/trunk/python2.patch)
  spyder/repos/staging-any/spyder.install
(from rev 141239, spyder/trunk/spyder.install)

+
 PKGBUILD   |   80 +++
 python2.patch  |   39 ++
 spyder.install |   12 
 3 files changed, 131 insertions(+)

Copied: spyder/repos/staging-any/PKGBUILD (from rev 141239, 
spyder/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-09-20 11:21:27 UTC (rev 141240)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder' 'spyder3')
+pkgver=2.3.6
+pkgrel=2
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='http://code.google.com/p/spyderlib/'
+license=('MIT')
+install="${pkgbase}.install"
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
+"python2.patch")
+sha256sums=('2bcbfde9b7f577dc87808d5fce95c9b9c97a30cf58aec76ca7d41cdeceece4a1'
+'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
+
+package_spyder() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'ipython2-notebook'
+   'icu' 'gtk-update-icon-cache')
+  optdepends=('python2-pylint: powerful code analysis'
+  'python2-rope: editor code completion, calltips and 
go-to-definition'
+  'python2-sphinx: rich text help on the object inspector'
+  'python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-psutil: memory/CPU usage in the status bar'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-pep8: real-time code style analysis'
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-jedi: editor code completion, calltips and 
go-to-definition'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  patch -p1 -i "../python2.patch"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # Remove useless spyder_win_post_install script
+  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
+}
+
+package_spyder3() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
+  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'jupyter'
+   'icu' 'gtk-update-icon-cache')
+  optdepends=('python-pylint: powerful code analysis'
+  'python-rope: editor code completion, calltips and 
go-to-definition'
+  'python-sphinx: rich text help on the object inspector'
+  'python-numpy: N-dimensional arrays'
+  'python-scipy: signal/image processing'
+  'python-psutil: memory/CPU usage in the status bar'
+  'python-h5py: HDF5 support'
+  'python-matplotlib: interactive 2D/3D data plotting'
+  'pep8: real-time code style analysis'
+  'python-sympy: symbolic mathematics for the IPython console'
+  'python-jedi: editor code completion, calltips and 
go-to-definition'
+  'python-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 

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

2015-09-20 Thread Giovanni Scafora
Date: Sunday, September 20, 2015 @ 09:00:54
  Author: giovanni
Revision: 246728

upgpkg: mkvtoolnix 8.4.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 05:46:02 UTC (rev 246727)
+++ PKGBUILD2015-09-20 07:00:54 UTC (rev 246728)
@@ -4,7 +4,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=8.3.0
+pkgver=8.4.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,13 +12,13 @@
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
 
source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('cf3a19bd22844b3f38cca92b67c99704')
+md5sums=('773eb42b7887bd20c4ce65cdf667976b')
 
 prepare() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
 
   # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
+  #sed -i -e '/curl/d' configure.in
   export CURL_CFLAGS="" CURL_LIBS=""
 
   export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
@@ -39,6 +39,7 @@
 
   ./configure --prefix=/usr \
   --with-boost-libdir=/usr/lib \
+  --without-curl \
   --disable-gui
   ./drake
 
@@ -45,7 +46,9 @@
   mv src/mkvinfo{,-cli}
 
   ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
+  --with-boost-libdir=/usr/lib \
+  --without-curl
+
   ./drake
 }
 
@@ -85,7 +88,7 @@
   ./drake DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/usr/bin/mkv*
   install -Dm755 src/mkvinfo "${pkgdir}"/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
"${pkgdir}"/usr/share/applications/mkvinfo.desktop
+  #sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
"${pkgdir}"/usr/share/applications/mkvinfo.desktop
 
   rm -rf "${pkgdir}"/usr/share/doc
   rm -rf "${pkgdir}"/usr/share/locale


[arch-commits] Commit in c++-gtk-utils/repos (4 files)

2015-09-20 Thread Giovanni Scafora
Date: Sunday, September 20, 2015 @ 09:05:29
  Author: giovanni
Revision: 141186

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

Added:
  c++-gtk-utils/repos/community-i686/PKGBUILD
(from rev 141185, c++-gtk-utils/trunk/PKGBUILD)
  c++-gtk-utils/repos/community-x86_64/PKGBUILD
(from rev 141185, c++-gtk-utils/trunk/PKGBUILD)
Deleted:
  c++-gtk-utils/repos/community-i686/PKGBUILD
  c++-gtk-utils/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-20 07:05:21 UTC (rev 141185)
+++ community-i686/PKGBUILD 2015-09-20 07:05:29 UTC (rev 141186)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=c++-gtk-utils
-pkgver=2.0.26
-pkgrel=1
-pkgdesc="Classes and functions for programming in GTK+"
-arch=('i686' 'x86_64')
-url="http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!docs' '!emptydirs')
-source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c06d72d30d2c04bf3748a490bc9dd611')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: c++-gtk-utils/repos/community-i686/PKGBUILD (from rev 141185, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-20 07:05:29 UTC (rev 141186)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=c++-gtk-utils
+pkgver=2.0.28
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e0a7f8c54327ae82d2cdb22851c0f6f0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-20 07:05:21 UTC (rev 141185)
+++ community-x86_64/PKGBUILD   2015-09-20 07:05:29 UTC (rev 141186)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=c++-gtk-utils
-pkgver=2.0.26
-pkgrel=1
-pkgdesc="Classes and functions for programming in GTK+"
-arch=('i686' 'x86_64')
-url="http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!docs' '!emptydirs')
-source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c06d72d30d2c04bf3748a490bc9dd611')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: c++-gtk-utils/repos/community-x86_64/PKGBUILD (from rev 141185, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-20 07:05:29 UTC (rev 141186)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=c++-gtk-utils
+pkgver=2.0.28
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e0a7f8c54327ae82d2cdb22851c0f6f0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in c++-gtk-utils/trunk (PKGBUILD)

2015-09-20 Thread Giovanni Scafora
Date: Sunday, September 20, 2015 @ 09:05:21
  Author: giovanni
Revision: 141185

upgpkg: c++-gtk-utils 2.0.28-1

upstream release

Modified:
  c++-gtk-utils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 06:50:10 UTC (rev 141184)
+++ PKGBUILD2015-09-20 07:05:21 UTC (rev 141185)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora 
 
 pkgname=c++-gtk-utils
-pkgver=2.0.26
+pkgver=2.0.28
 pkgrel=1
 pkgdesc="Classes and functions for programming in GTK+"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gtk3')
 options=('!docs' '!emptydirs')
 
source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c06d72d30d2c04bf3748a490bc9dd611')
+md5sums=('e0a7f8c54327ae82d2cdb22851c0f6f0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in python-numexpr/repos (4 files)

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:15:05
  Author: aginiewicz
Revision: 141188

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

Added:
  python-numexpr/repos/community-staging-i686/PKGBUILD
(from rev 141187, python-numexpr/trunk/PKGBUILD)
  python-numexpr/repos/community-staging-x86_64/PKGBUILD
(from rev 141187, python-numexpr/trunk/PKGBUILD)
Deleted:
  python-numexpr/repos/community-staging-i686/PKGBUILD
  python-numexpr/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 community-staging-i686/PKGBUILD   |   57 --
 community-staging-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-09-20 07:14:55 UTC (rev 141187)
+++ community-staging-i686/PKGBUILD 2015-09-20 07:15:05 UTC (rev 141188)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-numexpr
-pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.4.3
-pkgrel=2
-pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
-url="https://github.com/pydata/numexpr;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('4b701ee609a1faa463510c483405d24f')
-
-prepare() {
-  cd "$srcdir"
-  cp -a numexpr-$pkgver numexpr-py2-$pkgver
-  cd numexpr-py2-$pkgver
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/numexpr-py2-$pkgver
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/numexpr-$pkgver
-  python setup.py build
-}
-
-package_python2-numexpr() {
-  depends=('python2-numpy')
-
-  cd "$srcdir"/numexpr-py2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-numexpr() {
-  depends=('python-numpy')
-
-  cd "$srcdir"/numexpr-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-numexpr/repos/community-staging-i686/PKGBUILD (from rev 141187, 
python-numexpr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 07:15:05 UTC (rev 141188)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-numexpr
+pkgname=('python2-numexpr' 'python-numexpr')
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
+url="https://github.com/pydata/numexpr;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
+md5sums=('029849d8d9ca89d3bf3bd6695d4e0a4c')
+
+prepare() {
+  cd "$srcdir"
+  cp -a numexpr-$pkgver numexpr-py2-$pkgver
+  cd numexpr-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/numexpr-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/numexpr-$pkgver
+  python setup.py build
+}
+
+package_python2-numexpr() {
+  depends=('python2-numpy')
+
+  cd "$srcdir"/numexpr-py2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-numexpr() {
+  depends=('python-numpy')
+
+  cd "$srcdir"/numexpr-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-09-20 07:14:55 UTC (rev 141187)
+++ community-staging-x86_64/PKGBUILD   2015-09-20 07:15:05 UTC (rev 141188)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 

[arch-commits] Commit in pyqt5/repos (4 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:15:31
  Author: fyan
Revision: 246994

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

Added:
  pyqt5/repos/staging-i686/
  pyqt5/repos/staging-i686/PKGBUILD
(from rev 246993, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/staging-x86_64/
  pyqt5/repos/staging-x86_64/PKGBUILD
(from rev 246993, pyqt5/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |  112 ++
 staging-x86_64/PKGBUILD |  112 ++
 2 files changed, 224 insertions(+)

Copied: pyqt5/repos/staging-i686/PKGBUILD (from rev 246993, 
pyqt5/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-20 09:15:31 UTC (rev 246994)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Yichao Yu 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai  Ben 
+
+pkgbase=pyqt5
+pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
+pkgver=5.5
+_pkgver=$pkgver
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://riverbankcomputing.co.uk/software/pyqt/intro;
+license=('GPL')
+makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
+ 'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-enginio'
+ 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
+ 'qt5-webengine' 'qt5-websockets' 'qt5-x11extras')
+source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt-gpl-$pkgver.tar.gz;)
+md5sums=('60c0137b26c9ecbc3db0addb9638dc01')
+
+build() {
+  cp -a PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}
+
+  cd PyQt-gpl-${_pkgver}
+  python3 configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api \
+-q /usr/bin/qmake-qt5
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+
+  ### Python2 version ###
+  cd ../Py2Qt-gpl-${_pkgver}
+  python2 configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api \
+-q /usr/bin/qmake-qt5
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+}
+
+package_pyqt5-common(){
+  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
+  depends=('qt5-base')
+
+  cd PyQt-gpl-${_pkgver}
+  make -C pyrcc DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+  make -C pylupdate DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  install -Dm644 PyQt5.api "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
+
+  install -d "${pkgdir}"/usr/share/sip/PyQt5
+  cp -a sip/* "${pkgdir}"/usr/share/sip/PyQt5
+}
+
+package_python-pyqt5(){
+  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
+  depends=('python-sip' 'pyqt5-common' 'python' 'python')
+  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'python-dbus: for python-dbus mainloop support'
+  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+  'qt5-tools: QtHelp, QtDesigner'
+  'qt5-svg: QtSvg'
+  'qt5-webkit: QtWebKit, QtWebKitWidgets'
+  'qt5-xmlpatterns: QtXmlPatterns'
+  'qt5-declarative: QtQml, qmlplugin'
+  'qt5-serialport: QtSerialPort')
+
+  cd PyQt-gpl-${_pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  # Provided by pyqt-common
+  rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5}
+  rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
+}
+
+package_python2-pyqt5(){
+  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
+  depends=('python2-sip' 'pyqt5-common' 'python2')
+  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'python-dbus: for python-dbus mainloop support'
+  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+  'qt5-tools: QtHelp, QtDesigner'
+  'qt5-svg: QtSvg'
+  'qt5-webkit: QtWebKit, QtWebKitWidgets'
+  'qt5-xmlpatterns: QtXmlPatterns'
+  'qt5-declarative: QtQml, qmlplugin'
+  'qt5-serialport: QtSerialPort')
+
+  cd Py2Qt-gpl-${_pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  # Fix conflicts with python-pyqt5
+  mv "${pkgdir}"/usr/bin/{,python2-}pyuic5
+
+  rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5}
+  rm "${pkgdir}"/usr/lib/qt/plugins/designer/libpyqt5.so
+  rm "${pkgdir}"/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
+  rm 

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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:15:11
  Author: fyan
Revision: 246993

upgpkg: pyqt5 5.5-2

rebuild for python 3.5

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:32:49 UTC (rev 246992)
+++ PKGBUILD2015-09-20 09:15:11 UTC (rev 246993)
@@ -9,7 +9,7 @@
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.5
 _pkgver=$pkgver
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -17,7 +17,7 @@
  'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-enginio'
  'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webengine' 'qt5-websockets' 'qt5-x11extras')
-source=("http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-$pkgver.tar.gz;)
+source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt-gpl-$pkgver.tar.gz;)
 md5sums=('60c0137b26c9ecbc3db0addb9638dc01')
 
 build() {


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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:55:08
  Author: fyan
Revision: 141218

upgpkg: python-pyopencl 1:2015.1-2

rebuild for python 3.5

Modified:
  python-pyopencl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 09:47:04 UTC (rev 141217)
+++ PKGBUILD2015-09-20 09:55:08 UTC (rev 141218)
@@ -4,7 +4,7 @@
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
 pkgver=2015.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('i686' 'x86_64')
 url="http://mathema.tician.de/software/pyopencl;


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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:55:35
  Author: fyan
Revision: 141220

upgpkg: python-openbabel 2.3.2-4

rebuild for python 3.5

Modified:
  python-openbabel/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 09:55:29 UTC (rev 141219)
+++ PKGBUILD2015-09-20 09:55:35 UTC (rev 141220)
@@ -5,7 +5,7 @@
 
 pkgname=('python-openbabel' 'python2-openbabel')
 pkgver=2.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Python bindings for the openbabel library'
 arch=('x86_64' 'i686')
 url='http://openbabel.org/wiki/Python'


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

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 12:12:57
  Author: arojas
Revision: 141226

Python 3.5 rebuild

Modified:
  python-flask-babel/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 09:57:54 UTC (rev 141225)
+++ PKGBUILD2015-09-20 10:12:57 UTC (rev 141226)
@@ -4,14 +4,14 @@
 
 _pipname=Flask-Babel
 pkgbase=python-flask-babel
-pkgname=('python2-flask-babel' 'python-flask-babel')
+pkgname=(python2-flask-babel python-flask-babel)
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Adds i18n/l10n support to Flask applications with the help of the 
Babel library."
-arch=('any')
+arch=(any)
 url="http://pypi.python.org/pypi/Flask-Babel;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
 
source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
 md5sums=('4762e0392303f464d53cbebedfb87ded')
 


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

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 12:13:49
  Author: arojas
Revision: 141227

Python 3.5 rebuild

Modified:
  python-flask-autoindex/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:12:57 UTC (rev 141226)
+++ PKGBUILD2015-09-20 10:13:49 UTC (rev 141227)
@@ -6,7 +6,7 @@
 pkgbase=python-flask-autoindex
 pkgname=(python2-flask-autoindex python-flask-autoindex)
 pkgver=0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
 arch=(any)
 url="http://packages.python.org/Flask-AutoIndex/;


[arch-commits] Commit in python-flask-autoindex/repos (2 files)

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 12:14:35
  Author: arojas
Revision: 141228

archrelease: copy trunk to community-staging-any

Added:
  python-flask-autoindex/repos/community-staging-any/
  python-flask-autoindex/repos/community-staging-any/PKGBUILD
(from rev 141227, python-flask-autoindex/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: python-flask-autoindex/repos/community-staging-any/PKGBUILD (from rev 
141227, python-flask-autoindex/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 10:14:35 UTC (rev 141228)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Moritz Lipp 
+
+_pipname=Flask-AutoIndex
+pkgbase=python-flask-autoindex
+pkgname=(python2-flask-autoindex python-flask-autoindex)
+pkgver=0.5
+pkgrel=3
+pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
+arch=(any)
+url="http://packages.python.org/Flask-AutoIndex/;
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
+source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-0.5.tar.gz;)
+md5sums=('24984602365704737468bb4d2586a739')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-autoindex() {
+depends=(python2-flask-silk)
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-autoindex() {
+depends=(python-flask-silk)
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 12:24:49
  Author: foutrelis
Revision: 141232

Add python2-mock to checkdepends

Modified:
  python-cssutils/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:15:56 UTC (rev 141231)
+++ PKGBUILD2015-09-20 10:24:49 UTC (rev 141232)
@@ -14,6 +14,9 @@
 url="http://cthedot.de/cssutils/;
 license=('LGPL3')
 makedepends=('python2-setuptools' 'python-setuptools')
+# We need to include mock as a check dependency due to the following pbr bug:
+# https://bugs.launchpad.net/pbr/+bug/1493735
+checkdepends=('python2-mock')
 
source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip;)
 md5sums=('0c0b9df329ec1461c732d0f3cba05e93')
 


[arch-commits] Commit in python-cssutils/repos (2 files)

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 12:25:27
  Author: foutrelis
Revision: 141234

archrelease: copy trunk to community-staging-any

Added:
  python-cssutils/repos/community-staging-any/
  python-cssutils/repos/community-staging-any/PKGBUILD
(from rev 141233, python-cssutils/trunk/PKGBUILD)

--+
 PKGBUILD |   67 +
 1 file changed, 67 insertions(+)

Copied: python-cssutils/repos/community-staging-any/PKGBUILD (from rev 141233, 
python-cssutils/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 10:25:27 UTC (rev 141234)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Simon Sapin 
+# Contributor: Michal Marek 
+# Contributor: Rick W. Chena 
+# Contributor: Andrea Fagiani 
+
+pkgbase=python-cssutils
+pkgname=('python2-cssutils' 'python-cssutils')
+pkgver=1.0
+pkgrel=3
+pkgdesc="A CSS Cascading Style Sheets library for Python"
+arch=('any')
+url="http://cthedot.de/cssutils/;
+license=('LGPL3')
+makedepends=('python2-setuptools' 'python-setuptools')
+# We need to include mock as a check dependency due to the following pbr bug:
+# https://bugs.launchpad.net/pbr/+bug/1493735
+checkdepends=('python2-mock')
+source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip;)
+md5sums=('0c0b9df329ec1461c732d0f3cba05e93')
+
+build() {
+  cd "${srcdir}"
+
+  # Create python2 build dir
+  cp -a cssutils-${pkgver} cssutils-py2-${pkgver}
+
+  # Use #!/usr/bin/python3 
+  cd cssutils-${pkgver}/src
+  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i 's/env 
python/python3/' '{}' \;
+
+  cd "${srcdir}/cssutils-py2-${pkgver}"
+  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i -e 
's:#!/usr/bin/env python:#!/usr/bin/env python2:g' '{}' \;
+}
+
+package_python2-cssutils() {
+  depends=('python2')
+
+  cd "${srcdir}/cssutils-py2-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  # Don't install tests (FS#27567)
+  rm -rf "${pkgdir}/usr/lib/python2.7/site-packages/tests"
+}
+
+package_python-cssutils() {
+  depends=('python')
+
+  cd "${srcdir}/cssutils-${pkgver}"
+
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+
+  # Avoid a conflict: only keep the Py2 executables.
+  rm -rf "${pkgdir}/usr/bin"
+
+  # Don't install tests (FS#27567)
+  rm -rf "${pkgdir}/usr/lib/python3.3/site-packages/tests"
+}
+
+check() {
+  cd "${srcdir}/cssutils-${pkgver}"
+  # Currently broken..
+#  python3 setup.py test
+  python2 setup.py test
+}


[arch-commits] Commit in python-html5lib/repos (3 files)

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 08:01:29
  Author: foutrelis
Revision: 141181

archrelease: copy trunk to community-staging-any

Added:
  python-html5lib/repos/community-staging-any/
  python-html5lib/repos/community-staging-any/LICENSE
(from rev 141180, python-html5lib/trunk/LICENSE)
  python-html5lib/repos/community-staging-any/PKGBUILD
(from rev 141180, python-html5lib/trunk/PKGBUILD)

--+
 LICENSE  |   17 +
 PKGBUILD |   42 ++
 2 files changed, 59 insertions(+)

Copied: python-html5lib/repos/community-staging-any/LICENSE (from rev 141180, 
python-html5lib/trunk/LICENSE)
===
--- community-staging-any/LICENSE   (rev 0)
+++ community-staging-any/LICENSE   2015-09-20 06:01:29 UTC (rev 141181)
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: python-html5lib/repos/community-staging-any/PKGBUILD (from rev 141180, 
python-html5lib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 06:01:29 UTC (rev 141181)
@@ -0,0 +1,42 @@
+# Contributor: Erol V. Aktay 
+# Maintainer: Daniel J Griffiths 
+
+pkgbase=python-html5lib
+pkgname=('python2-html5lib' 'python-html5lib')
+pkgver=0.999
+pkgrel=2
+arch=('any')
+url="https://github.com/html5lib;
+license=('MIT')
+makedepends=('python2' 'python' 'unzip')
+checkdepends=('python-nose' 'python2-nose' 'python-six' 'python2-six')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
+LICENSE)
+md5sums=('2ca78b1ec5852779bc121a97da6e8d4d'
+ '838c366f69b72c5df05c96dff79b35f2')
+
+package_python-html5lib() {
+pkgdesc="A Python HTML parser/tokenizer based on the WHATWG HTML5 spec"
+depends=('python' 'python-six')
+cd ${srcdir}/html5lib-python-${pkgver}
+
+python3 setup.py install --root=${pkgdir}
+install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
+}
+
+package_python2-html5lib() {
+depends=('python2' 'python2-six')
+pkgdesc="A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec"
+cd ${srcdir}/html5lib-python-${pkgver}
+
+python2 setup.py install --root=${pkgdir}
+install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
+}
+
+check() {
+cd ${srcdir}/html5lib-python-${pkgver}/html5lib/tests
+
+nosetests2 
+  
+nosetests
+}


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

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 08:00:53
  Author: foutrelis
Revision: 141179

Add python-six/python2-six to checkdepends

Modified:
  python-html5lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 05:53:47 UTC (rev 141178)
+++ PKGBUILD2015-09-20 06:00:53 UTC (rev 141179)
@@ -9,7 +9,7 @@
 url="https://github.com/html5lib;
 license=('MIT')
 makedepends=('python2' 'python' 'unzip')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-nose' 'python2-nose' 'python-six' 'python2-six')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
 LICENSE)
 md5sums=('2ca78b1ec5852779bc121a97da6e8d4d'


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

2015-09-20 Thread Giovanni Scafora
Date: Sunday, September 20, 2015 @ 09:01:02
  Author: giovanni
Revision: 246729

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 246728, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
(from rev 246728, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 246728, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
(from rev 246728, mkvtoolnix/trunk/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install

-+
 /PKGBUILD   |  204 ++
 /mkvtoolnix.install |   30 +
 extra-i686/PKGBUILD |   99 --
 extra-i686/mkvtoolnix.install   |   15 --
 extra-x86_64/PKGBUILD   |   99 --
 extra-x86_64/mkvtoolnix.install |   15 --
 6 files changed, 234 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-20 07:00:54 UTC (rev 246728)
+++ extra-i686/PKGBUILD 2015-09-20 07:01:02 UTC (rev 246729)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=8.3.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
-source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('cf3a19bd22844b3f38cca92b67c99704')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS="" CURL_LIBS=""
-
-  export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
-  export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
-
-  # Sets number of threads for a parallel build
-  export DRAKETHREADS=4
-
-  autoreconf -vfi
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # XXX: Temporary define to build against boost 1.58
-  # https://github.com/mbunkus/mkvtoolnix/issues/1172
-  CXXFLAGS+=' -DBOOST_CODECVT_DO_LENGTH_CONST=const'
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  ./drake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  ./drake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI 
version"
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-
-  rm -rf "${pkgdir}"/usr/bin/mmg
-  rm -rf "${pkgdir}"/usr/share/man/de/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/es/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/applications
-  rm -rf "${pkgdir}"/usr/share/icons
-  rm -rf "${pkgdir}"/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - wxGTK GUI"
-  depends=("mkvtoolnix-cli=${pkgver}" 'wxgtk' 'xdg-utils' 'desktop-file-utils')
-  install=mkvtoolnix.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkv*
-  install -Dm755 src/mkvinfo "${pkgdir}"/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
"${pkgdir}"/usr/share/applications/mkvinfo.desktop
-
-  rm -rf "${pkgdir}"/usr/share/doc
-  rm -rf "${pkgdir}"/usr/share/locale
-  rm -rf "${pkgdir}"/usr/share/man/de/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/es/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 246728, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-20 07:01:02 UTC (rev 246729)
@@ -0,0 +1,102 @@
+# 

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

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:20:55
  Author: aginiewicz
Revision: 141191

upgpkg: python-oauth2client 1.5.1-1

python-oauth2client: update and rebuild

Modified:
  python-oauth2client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:18:28 UTC (rev 141190)
+++ PKGBUILD2015-09-20 07:20:55 UTC (rev 141191)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oauth2client
 pkgname=('python2-oauth2client' 'python-oauth2client')
-pkgver=1.4.12
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="A client library for OAuth 2.0"
 arch=('any')
@@ -15,7 +15,7 @@
  'python-six' 'python2-httplib2' 'python2-pyasn1'
  'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
 
source=("https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz;)
-md5sums=('829a05a559b43215d67947aaff9c11b5')
+md5sums=('cde21d8b711c91e7389d30fdccda6bcb')
 
 prepare() {
   cd "$srcdir"


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

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:18:25
  Author: aginiewicz
Revision: 141189

upgpkg: python-openpyxl 2.2.6-1

python-openpyxl: rebuild and update

Modified:
  python-openpyxl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:15:05 UTC (rev 141188)
+++ PKGBUILD2015-09-20 07:18:25 UTC (rev 141189)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.2.4
+pkgver=2.2.6
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz;
 "LICENCE")
-md5sums=('c18efe86fc96bbb9f62e2a4ed64ef430'
+md5sums=('e218e2c7729be4627c290c3984f85d73'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


[arch-commits] Commit in python-openpyxl/repos (3 files)

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:18:28
  Author: aginiewicz
Revision: 141190

archrelease: copy trunk to community-staging-any

Added:
  python-openpyxl/repos/community-staging-any/
  python-openpyxl/repos/community-staging-any/LICENCE
(from rev 141189, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-staging-any/PKGBUILD
(from rev 141189, python-openpyxl/trunk/PKGBUILD)

--+
 LICENCE  |   35 ++
 PKGBUILD |   62 +
 2 files changed, 97 insertions(+)

Copied: python-openpyxl/repos/community-staging-any/LICENCE (from rev 141189, 
python-openpyxl/trunk/LICENCE)
===
--- community-staging-any/LICENCE   (rev 0)
+++ community-staging-any/LICENCE   2015-09-20 07:18:28 UTC (rev 141190)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Copied: python-openpyxl/repos/community-staging-any/PKGBUILD (from rev 141189, 
python-openpyxl/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 07:18:28 UTC (rev 141190)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Nishit Joseph (reachjlight at gmail dot com)
+# Contributor: Martin Corley 
+
+pkgbase=python-openpyxl
+pkgname=('python2-openpyxl' 'python-openpyxl')
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
+arch=('any')
+url="http://openpyxl.readthedocs.org/;
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
+source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz;
+"LICENCE")
+md5sums=('e218e2c7729be4627c290c3984f85d73'
+ 'c8afe530744e932b892358e6eb5bea9b')
+
+prepare() {
+  cd "$srcdir"
+  cp -a openpyxl-${pkgver} openpyxl-py2-${pkgver}
+  cd openpyxl-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/openpyxl-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/openpyxl-${pkgver}
+  python setup.py build
+}
+
+package_python2-openpyxl() {
+  depends=('python2' 'python2-jdcal' 'python2-lxml')
+  optdepends=('python2-pillow: needed to include images')
+
+  cd "$srcdir"/openpyxl-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 "$srcdir"/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
+
+package_python-openpyxl() {
+  depends=('python' 'python-jdcal' 'python-lxml')
+  optdepends=('python-pillow: needed to include images')
+
+  cd "$srcdir"/openpyxl-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 "$srcdir"/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
+


[arch-commits] Commit in python-google-api-python-client/repos (2 files)

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:23:10
  Author: aginiewicz
Revision: 141194

archrelease: copy trunk to community-staging-any

Added:
  python-google-api-python-client/repos/community-staging-any/
  python-google-api-python-client/repos/community-staging-any/PKGBUILD
(from rev 141193, python-google-api-python-client/trunk/PKGBUILD)

--+
 PKGBUILD |   56 
 1 file changed, 56 insertions(+)

Copied: python-google-api-python-client/repos/community-staging-any/PKGBUILD 
(from rev 141193, python-google-api-python-client/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 07:23:10 UTC (rev 141194)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: shadyabhi 
+
+pkgbase=python-google-api-python-client
+pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'python2-httplib2'
+ 'python2-oauth2client' 'python2-uritemplate' 'python2-six'
+ 'python-httplib2' 'python-oauth2client' 'python-uritemplate'
+ 'python-six')
+source=("https://pypi.python.org/packages/source/g/google-api-python-client/google-api-python-client-${pkgver}.tar.gz;)
+md5sums=('7033985a645e39d3ccf1b2971ab7b6b8')
+
+prepare() {
+  cd "$srcdir"
+  cp -a google-api-python-client-${pkgver} 
google-api-python-client-py2-${pkgver}
+  cd google-api-python-client-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  cd "$srcdir/google-api-python-client-$pkgver"
+
+  msg "Building Python2"
+  cd "$srcdir"/google-api-python-client-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/google-api-python-client-${pkgver}
+  python setup.py build
+}
+ 
+package_python2-google-api-python-client() {
+  depends=('python2-httplib2' 'python2-oauth2client' 'python2-uritemplate' 
'python2-six')
+  cd "$srcdir/google-api-python-client-py2-$pkgver"
+ 
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-google-api-python-client() {
+  depends=('python-httplib2' 'python-oauth2client' 'python-uritemplate' 
'python-six')
+  cd "$srcdir/google-api-python-client-$pkgver"
+ 
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+


[arch-commits] Commit in python-statsmodels/repos (4 files)

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:25:55
  Author: aginiewicz
Revision: 141196

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

Added:
  python-statsmodels/repos/community-staging-i686/
  python-statsmodels/repos/community-staging-i686/PKGBUILD
(from rev 141195, python-statsmodels/trunk/PKGBUILD)
  python-statsmodels/repos/community-staging-x86_64/
  python-statsmodels/repos/community-staging-x86_64/PKGBUILD
(from rev 141195, python-statsmodels/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   62 
 community-staging-x86_64/PKGBUILD |   62 
 2 files changed, 124 insertions(+)

Copied: python-statsmodels/repos/community-staging-i686/PKGBUILD (from rev 
141195, python-statsmodels/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 07:25:55 UTC (rev 141196)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+pkgbase=python-statsmodels
+pkgname=('python2-statsmodels' 'python-statsmodels')
+pkgver=0.6.1
+pkgrel=3
+pkgdesc="Statistical computations and models for use with SciPy"
+arch=('i686' 'x86_64')
+url="http://statsmodels.sourceforge.net/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python2-scipy' 'python2-pandas' 
'python2-patsy'
+ 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy')
+source=("https://pypi.python.org/packages/source/s/statsmodels/statsmodels-${pkgver}.tar.gz;)
+md5sums=('f7580ebf7d2a2c9b87abfad190dcb9a3')
+
+prepare() {
+  cd "$srcdir"
+  cp -a statsmodels-${pkgver} statsmodels-py2-${pkgver}
+  cd statsmodels-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/statsmodels-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/statsmodels-${pkgver}
+  python setup.py build
+}
+
+package_python2-statsmodels() {
+  depends=('python2-scipy' 'python2-pandas' 'python2-patsy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-matplotlib: needed for plotting functions')
+
+  cd "$srcdir"/statsmodels-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-statsmodels() {
+  depends=('python-scipy' 'python-pandas' 'python-patsy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-matplotlib: needed for plotting functions')
+
+  cd "$srcdir"/statsmodels-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python-statsmodels/repos/community-staging-x86_64/PKGBUILD (from rev 
141195, python-statsmodels/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-20 07:25:55 UTC (rev 141196)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+pkgbase=python-statsmodels
+pkgname=('python2-statsmodels' 'python-statsmodels')
+pkgver=0.6.1
+pkgrel=3
+pkgdesc="Statistical computations and models for use with SciPy"
+arch=('i686' 'x86_64')
+url="http://statsmodels.sourceforge.net/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python2-scipy' 'python2-pandas' 
'python2-patsy'
+ 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy')
+source=("https://pypi.python.org/packages/source/s/statsmodels/statsmodels-${pkgver}.tar.gz;)
+md5sums=('f7580ebf7d2a2c9b87abfad190dcb9a3')
+
+prepare() {
+  cd "$srcdir"
+  cp -a statsmodels-${pkgver} statsmodels-py2-${pkgver}
+  cd statsmodels-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/statsmodels-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/statsmodels-${pkgver}
+  python setup.py build
+}
+
+package_python2-statsmodels() {
+  depends=('python2-scipy' 'python2-pandas' 'python2-patsy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-matplotlib: needed for plotting functions')
+
+  cd "$srcdir"/statsmodels-py2-${pkgver}
+
+  python2 

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

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:25:50
  Author: aginiewicz
Revision: 141195

upgpkg: python-statsmodels 0.6.1-3

python-statsmodels: rebuild

Modified:
  python-statsmodels/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:23:10 UTC (rev 141194)
+++ PKGBUILD2015-09-20 07:25:50 UTC (rev 141195)
@@ -5,7 +5,7 @@
 pkgbase=python-statsmodels
 pkgname=('python2-statsmodels' 'python-statsmodels')
 pkgver=0.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=('i686' 'x86_64')
 url="http://statsmodels.sourceforge.net/;


[arch-commits] Commit in python-future/repos (4 files)

2015-09-20 Thread Allan McRae
Date: Sunday, September 20, 2015 @ 09:53:11
  Author: allan
Revision: 141201

archrelease: copy trunk to community-staging-any

Added:
  python-future/repos/community-staging-any/
  
python-future/repos/community-staging-any/0001-Remove-duplicate-assertion-in-builtins-tests.patch
(from rev 141200, 
python-future/trunk/0001-Remove-duplicate-assertion-in-builtins-tests.patch)
  python-future/repos/community-staging-any/PKGBUILD
(from rev 141200, python-future/trunk/PKGBUILD)
  
python-future/repos/community-staging-any/remove-two-expected-failure-decorators.patch
(from rev 141200, 
python-future/trunk/remove-two-expected-failure-decorators.patch)

-+
 0001-Remove-duplicate-assertion-in-builtins-tests.patch |   27 
 PKGBUILD|   78 ++
 remove-two-expected-failure-decorators.patch|   20 +++
 3 files changed, 125 insertions(+)

Copied: 
python-future/repos/community-staging-any/0001-Remove-duplicate-assertion-in-builtins-tests.patch
 (from rev 141200, 
python-future/trunk/0001-Remove-duplicate-assertion-in-builtins-tests.patch)
===
--- 
community-staging-any/0001-Remove-duplicate-assertion-in-builtins-tests.patch   
(rev 0)
+++ 
community-staging-any/0001-Remove-duplicate-assertion-in-builtins-tests.patch   
2015-09-20 07:53:11 UTC (rev 141201)
@@ -0,0 +1,27 @@
+From 39a1186ea3a7a7ad1e8225a151e682d02bafdfa9 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Sun, 20 Sep 2015 10:17:44 +0300
+Subject: [PATCH] Remove duplicate assertion in builtins tests
+
+The other instance of this assertion is commented out because it fails
+on Python 3.5; see commit 7959135e44a35de7dff4b56dcaf86d9b74d88329
+(Disable two assertions in builtins tests for Py3.5 compatibility).
+---
+ tests/test_future/test_builtins.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tests/test_future/test_builtins.py 
b/tests/test_future/test_builtins.py
+index a6db4fd..84db01e 100644
+--- a/tests/test_future/test_builtins.py
 b/tests/test_future/test_builtins.py
+@@ -529,7 +529,6 @@ class BuiltinTest(unittest.TestCase):
+ self.assertRaises(TypeError, compile, 'pass', '?', 'exec',
+   mode='eval', source='0', filename='tmp')
+ compile('print("\xe5")\n', '', 'exec')
+-self.assertRaises(TypeError, compile, chr(0), 'f', 'exec')
+ self.assertRaises(ValueError, compile, str('a = 1'), 'f', 'bad')
+ 
+ # test the optimize argument
+-- 
+2.5.2
+

Copied: python-future/repos/community-staging-any/PKGBUILD (from rev 141200, 
python-future/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 07:53:11 UTC (rev 141201)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Christopher Arndt 
+# Contributor: Gaute Hope 
+# Contributor: Melissa Padilla 
+
+pkgbase=python-future
+pkgname=(python-future python2-future)
+pkgver=0.15.2
+pkgrel=1
+pkgdesc="Clean single-source support for Python 3 and 2"
+url="http://python-future.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=("https://pypi.python.org/packages/source/f/future/future-$pkgver.tar.gz;
+'0001-Remove-duplicate-assertion-in-builtins-tests.patch'
+'remove-two-expected-failure-decorators.patch')
+md5sums=('a68eb3c90b3b76714c5ceb8c09ea3a06'
+ '0477272fe6697644053a2eb33f9f41a8'
+ 'c09987e5fbee6e7520cc9f696c37dbb1')
+sha256sums=('3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97'
+'b9be3ad81abece44b92f4ac3b931a8e2c42773f4addb8ddfb96b0783ec1335c2'
+'cd1f918482951c6f437dc356eb87c8325e6ac34c6a9dd3af9fe546ea21bfc8fa')
+
+prepare() {
+  # https://github.com/PythonCharmers/python-future/pull/168
+  patch -d future-$pkgver -Np1 
<0001-Remove-duplicate-assertion-in-builtins-tests.patch
+
+  cp -a future-$pkgver{,-py2}
+
+  # Drop expected failure decorators from two tests that succeed on Python 3.5
+  patch -d future-$pkgver -Np1 

[arch-commits] Commit in python-pygit2/repos (4 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:47:04
  Author: fyan
Revision: 141217

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

Added:
  python-pygit2/repos/community-staging-i686/
  python-pygit2/repos/community-staging-i686/PKGBUILD
(from rev 141216, python-pygit2/trunk/PKGBUILD)
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 141216, python-pygit2/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   33 +
 community-staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: python-pygit2/repos/community-staging-i686/PKGBUILD (from rev 141216, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 09:47:04 UTC (rev 141217)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.23.0
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+url="https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git)
+arch=(i686 x86_64)
+license=('GPL2')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+#md5sums=('a73eaf01c42527db7673d11fb5b37654')
+source=('git+https://github.com/libgit2/pygit2.git#commit=25d02259df7b73ec220b2a0095ad4a2d7d525f96')
+sha1sums=('SKIP')
+
+package_python-pygit2() {
+  cd "pygit2"
+  depends+=(python python-cffi)
+  replaces=(python-libgit2)
+  conflicts=(python-libgit2)
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  cd "pygit2"
+  depends+=(python2 python2-cffi)
+  replaces=(python2-libgit2)
+  conflicts=(python2-libgit2)
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 141216, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-20 09:47:04 UTC (rev 141217)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.23.0
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+url="https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git)
+arch=(i686 x86_64)
+license=('GPL2')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+#md5sums=('a73eaf01c42527db7673d11fb5b37654')
+source=('git+https://github.com/libgit2/pygit2.git#commit=25d02259df7b73ec220b2a0095ad4a2d7d525f96')
+sha1sums=('SKIP')
+
+package_python-pygit2() {
+  cd "pygit2"
+  depends+=(python python-cffi)
+  replaces=(python-libgit2)
+  conflicts=(python-libgit2)
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  cd "pygit2"
+  depends+=(python2 python2-cffi)
+  replaces=(python2-libgit2)
+  conflicts=(python2-libgit2)
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-pygit2/trunk (2 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:46:43
  Author: fyan
Revision: 141216

upgpkg: python-pygit2 0.23.0-2

rebuild for python 3.5

Modified:
  python-pygit2/trunk/PKGBUILD
Deleted:
  python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch

+
 0001-Fix-data-type-of-options-in-init_repository.patch |   52 ---
 PKGBUILD   |2 
 2 files changed, 1 insertion(+), 53 deletions(-)

Deleted: 0001-Fix-data-type-of-options-in-init_repository.patch
===
--- 0001-Fix-data-type-of-options-in-init_repository.patch  2015-09-20 
09:44:36 UTC (rev 141215)
+++ 0001-Fix-data-type-of-options-in-init_repository.patch  2015-09-20 
09:46:43 UTC (rev 141216)
@@ -1,52 +0,0 @@
-From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer 
-Date: Sat, 10 Jan 2015 20:38:39 +0100
-Subject: [PATCH] Fix data type of options in init_repository()
-
-Initializers for the char * fields of the git_repository_init_options
-structure must be cdata pointers.
-
-Signed-off-by: Lukas Fleischer 

- pygit2/__init__.py | 25 -
- 1 file changed, 20 insertions(+), 5 deletions(-)
-
-diff --git a/pygit2/__init__.py b/pygit2/__init__.py
-index 2674063..995fe6c 100644
 a/pygit2/__init__.py
-+++ b/pygit2/__init__.py
-@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
- C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
- options.flags = flags
- options.mode = mode
--options.workdir_path = to_bytes(workdir_path)
--options.description = to_bytes(description)
--options.template_path = to_bytes(template_path)
--options.initial_head = to_bytes(initial_head)
--options.origin_url = to_bytes(origin_url)
-+
-+if workdir_path:
-+workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
-+options.workdir_path = workdir_path_ref
-+
-+if description:
-+description_ref = ffi.new('char []', to_bytes(description))
-+options.description = description_ref
-+
-+if template_path:
-+template_path_ref = ffi.new('char []', to_bytes(template_path))
-+options.template_path = template_path_ref
-+
-+if initial_head:
-+initial_head_ref = ffi.new('char []', to_bytes(initial_head))
-+options.initial_head = initial_head_ref
-+
-+if origin_url:
-+origin_url_ref = ffi.new('char []', to_bytes(origin_url))
-+options.origin_url = origin_url_ref
- 
- # Call
- crepository = ffi.new('git_repository **')
--- 
-2.2.1
-

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 09:44:36 UTC (rev 141215)
+++ PKGBUILD2015-09-20 09:46:43 UTC (rev 141216)
@@ -4,7 +4,7 @@
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
 pkgver=0.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python bindings for libgit2'
 url="https://github.com/libgit2/pygit2;
 depends=(libgit2)


[arch-commits] Commit in kapidox/repos (staging-any staging-any/PKGBUILD)

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 11:46:01
  Author: arojas
Revision: 246996

archrelease: copy trunk to staging-any

Added:
  kapidox/repos/staging-any/
  kapidox/repos/staging-any/PKGBUILD
(from rev 246995, kapidox/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: kapidox/repos/staging-any/PKGBUILD (from rev 246995, 
kapidox/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-09-20 09:46:01 UTC (rev 246996)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=5.14.0
+pkgrel=2
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6852e7e3c52f18dc0f08811440f7159a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 11:45:18
  Author: arojas
Revision: 246995

Python 3.5 rebuild

Modified:
  kapidox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 09:15:31 UTC (rev 246994)
+++ PKGBUILD2015-09-20 09:45:18 UTC (rev 246995)
@@ -4,7 +4,7 @@
 
 pkgname=kapidox
 pkgver=5.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Frameworks API Documentation Tools'
 arch=('any')
 url='https://projects.kde.org/projects/frameworks/kapidox'


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

2015-09-20 Thread Allan McRae
Date: Sunday, September 20, 2015 @ 08:49:37
  Author: allan
Revision: 141183

Python 3.5 rebuild

Modified:
  flake8/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 06:48:28 UTC (rev 141182)
+++ PKGBUILD2015-09-20 06:49:37 UTC (rev 141183)
@@ -7,7 +7,7 @@
 pkgbase=flake8
 pkgname=(flake8 python2-flake8)
 pkgver=2.4.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="The modular source code checker: pep8, pyflakes and co"
 arch=('any')


[arch-commits] Commit in flake8/trunk (2 files)

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 08:48:28
  Author: foutrelis
Revision: 141182

Fix test to work with Python 3.5's unittest.mock

Added:
  flake8/trunk/fix-flake8-tests-using-mock-to-work-with-1.1.x-branch.patch
Modified:
  flake8/trunk/PKGBUILD

-+
 PKGBUILD|   11 +-
 fix-flake8-tests-using-mock-to-work-with-1.1.x-branch.patch |   43 ++
 2 files changed, 51 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 06:01:29 UTC (rev 141181)
+++ PKGBUILD2015-09-20 06:48:28 UTC (rev 141182)
@@ -15,9 +15,11 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
  'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('ed45d3db81a3b7c88bd63c6e37ca1d65')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;
+'fix-flake8-tests-using-mock-to-work-with-1.1.x-branch.patch')
+md5sums=('ed45d3db81a3b7c88bd63c6e37ca1d65'
+ '76004de2511275c09fba49c43691aaf0')
 
 prepare() {
   # We have patched pep8 to fix the problem, allowing 1.6.2)
@@ -25,6 +27,9 @@
   -e 's/pyflakes >= 0.8.1, < 0.9/pyflakes >= 0.8.1/' \
   -i $pkgbase-$pkgver/setup.py
 
+  # Fix test to work with Python 3.5's unittest.mock
+  patch -d ${pkgbase}-${pkgver} -Np1 

+Date: Fri, 10 Jul 2015 09:34:49 -0500
+Subject: [PATCH] Fix flake8 tests using mock to work with 1.1.x branch
+
+---
+ flake8/tests/test_engine.py | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/flake8/tests/test_engine.py b/flake8/tests/test_engine.py
+index 06fe62a..60b388c 100644
+--- a/flake8/tests/test_engine.py
 b/flake8/tests/test_engine.py
+@@ -52,7 +52,7 @@ class TestEngine(unittest.TestCase):
+ self.assertTrue(len(registered_exts[0]) > 0)
+ for i in registered_exts[1:]:
+ self.assertTrue(isinstance(i, list))
+-register_check.assert_called()
++self.assertTrue(register_check.called)
+ 
+ def test_get_parser(self):
+ # setup
+@@ -67,13 +67,13 @@ class TestEngine(unittest.TestCase):
+ # actual call we're testing
+ parser, hooks = engine.get_parser()
+ # assertions
+-re.assert_called()
+-gpv.assert_called()
++self.assertTrue(re.called)
++self.assertTrue(gpv.called)
+ pgp.assert_called_once_with(
+ 'flake8',
+ '%s (pyflakes: 0.7, mccabe: 0.2) Python Version' % __version__)
+-m.remove_option.assert_called()
+-m.add_option.assert_called()
++self.assertTrue(m.remove_option.called)
++self.assertTrue(m.add_option.called)
+ self.assertEqual(parser, m)
+ self.assertEqual(hooks, [])
+ # clean-up
+-- 
+2.5.2
+


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

2015-09-20 Thread Allan McRae
Date: Sunday, September 20, 2015 @ 09:52:28
  Author: allan
Revision: 141200

Python 3.5 rebuild

Modified:
  python-future/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:49:01 UTC (rev 141199)
+++ PKGBUILD2015-09-20 07:52:28 UTC (rev 141200)
@@ -7,7 +7,7 @@
 pkgbase=python-future
 pkgname=(python-future python2-future)
 pkgver=0.15.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Clean single-source support for Python 3 and 2"
 url="http://python-future.org/;
 arch=('any')


[arch-commits] Commit in python-parse/repos (3 files)

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 10:29:34
  Author: foutrelis
Revision: 141209

archrelease: copy trunk to community-staging-any

Added:
  python-parse/repos/community-staging-any/
  python-parse/repos/community-staging-any/LICENSE
(from rev 141208, python-parse/trunk/LICENSE)
  python-parse/repos/community-staging-any/PKGBUILD
(from rev 141208, python-parse/trunk/PKGBUILD)

--+
 LICENSE  |   19 +++
 PKGBUILD |   49 +
 2 files changed, 68 insertions(+)

Copied: python-parse/repos/community-staging-any/LICENSE (from rev 141208, 
python-parse/trunk/LICENSE)
===
--- community-staging-any/LICENSE   (rev 0)
+++ community-staging-any/LICENSE   2015-09-20 08:29:34 UTC (rev 141209)
@@ -0,0 +1,19 @@
+Copyright (c) 2012-2013 Richard Jones 
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Copied: python-parse/repos/community-staging-any/PKGBUILD (from rev 141208, 
python-parse/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 08:29:34 UTC (rev 141209)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-parse
+pkgname=(python-parse python2-parse)
+pkgver=1.6.6
+pkgrel=3
+
+pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
+url='http://pypi.python.org/pypi/parse'
+arch=('any')
+license=('BSD')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("http://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
+LICENSE) # license from the bottom of parse.py
+
+md5sums=('11bc8c60a30fe52db4ac9a827653d0ca' 'SKIP'
+ '68c10fa20482cc4328a1052695fb7e53')
+
+validpgpkeys=('0145FD2B52E80A8E329A16C7AC68AC0441C6E930')
+
+
+check() {
+  cd parse-"$pkgver"
+  python test_parse.py || warning 'test_too_many_fields fails on Python 3.5'
+  python2 test_parse.py
+}
+
+
+package_python-parse() {
+  depends=('python')
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+
+  cd parse-"$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+
+package_python2-parse() {
+  depends=('python2')
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+
+  cd parse-"$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 10:29:26
  Author: foutrelis
Revision: 141208

Python 3.5 rebuild

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:27:36 UTC (rev 141207)
+++ PKGBUILD2015-09-20 08:29:26 UTC (rev 141208)
@@ -4,7 +4,7 @@
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
 pkgver=1.6.6
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='http://pypi.python.org/pypi/parse'


[arch-commits] Commit in cantor/trunk (python-3.5.patch)

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 12:07:19
  Author: arojas
Revision: 247001

Add patch

Added:
  cantor/trunk/python-3.5.patch

--+
 python-3.5.patch |   12 
 1 file changed, 12 insertions(+)

Added: python-3.5.patch
===
--- python-3.5.patch(rev 0)
+++ python-3.5.patch2015-09-20 10:07:19 UTC (rev 247001)
@@ -0,0 +1,12 @@
+diff -ru cantor.orig/cmake/FindPythonLibs3.cmake 
cantor/cmake/FindPythonLibs3.cmake
+--- cantor.orig/cmake/FindPythonLibs3.cmake2015-09-20 11:54:42.206749420 
+0200
 cantor/cmake/FindPythonLibs3.cmake 2015-09-20 11:55:00.896859349 +0200
+@@ -5,7 +5,7 @@
+ find_path(PYTHONLIBS3_INCLUDE_DIR Python.h
+   HINTS ${PYTHONLIBS3_INCLUDEDIR} ${PYTHONLIBS3_INCLUDE_DIRS})
+ 
+-find_library(PYTHONLIBS3_LIBRARY NAMES python3.2m python3.3m python3.4m
++find_library(PYTHONLIBS3_LIBRARY NAMES python3.2m python3.3m python3.4m 
python3.5m
+  HINTS ${PYTHONLIBS3_LIBDIR} ${PYTHONLIBS3_LIBRARY_DIRS} )
+ 
+ set(PYTHONLIBS3_LIBRARIES ${PYTHONLIBS3_LIBRARY} )


[arch-commits] Commit in python-oauth2client/repos (2 files)

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:20:58
  Author: aginiewicz
Revision: 141192

archrelease: copy trunk to community-staging-any

Added:
  python-oauth2client/repos/community-staging-any/
  python-oauth2client/repos/community-staging-any/PKGBUILD
(from rev 141191, python-oauth2client/trunk/PKGBUILD)

--+
 PKGBUILD |   58 ++
 1 file changed, 58 insertions(+)

Copied: python-oauth2client/repos/community-staging-any/PKGBUILD (from rev 
141191, python-oauth2client/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 07:20:58 UTC (rev 141192)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Atlanis 
+
+pkgbase=python-oauth2client
+pkgname=('python2-oauth2client' 'python-oauth2client')
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="A client library for OAuth 2.0"
+arch=('any')
+url="https://github.com/google/oauth2client;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2'
+ 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa'
+ 'python-six' 'python2-httplib2' 'python2-pyasn1'
+ 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
+source=("https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz;)
+md5sums=('cde21d8b711c91e7389d30fdccda6bcb')
+
+prepare() {
+  cd "$srcdir"
+
+  cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
+  cd oauth2client-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/oauth2client-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/oauth2client-${pkgver}
+  python setup.py build
+}
+
+package_python2-oauth2client() {
+  depends=('python2-httplib2' 'python2-pyasn1' 'python2-pyasn1-modules' 
'python2-rsa' 'python2-six')
+  optdepends=('python2-gflags: for oauth2client.tools.run function')
+
+  cd "$srcdir"/oauth2client-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-oauth2client() {
+  depends=('python-httplib2' 'python-pyasn1' 'python-pyasn1-modules' 
'python-rsa' 'python-six')
+
+  cd "$srcdir"/oauth2client-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+


[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:23:07
  Author: aginiewicz
Revision: 141193

upgpkg: python-google-api-python-client 1.4.2-1

python-google-api-python-client: update and rebuild

Modified:
  python-google-api-python-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:20:58 UTC (rev 141192)
+++ PKGBUILD2015-09-20 07:23:07 UTC (rev 141193)
@@ -4,7 +4,7 @@
 
 pkgbase=python-google-api-python-client
 pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
@@ -15,7 +15,7 @@
  'python-httplib2' 'python-oauth2client' 'python-uritemplate'
  'python-six')
 
source=("https://pypi.python.org/packages/source/g/google-api-python-client/google-api-python-client-${pkgver}.tar.gz;)
-md5sums=('3e2cf16cf5502f6315aaf2fc8f1d7437')
+md5sums=('7033985a645e39d3ccf1b2971ab7b6b8')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-pytables/repos (4 files)

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:31:14
  Author: aginiewicz
Revision: 141198

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

Added:
  python-pytables/repos/community-staging-i686/
  python-pytables/repos/community-staging-i686/PKGBUILD
(from rev 141197, python-pytables/trunk/PKGBUILD)
  python-pytables/repos/community-staging-x86_64/
  python-pytables/repos/community-staging-x86_64/PKGBUILD
(from rev 141197, python-pytables/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   67 
 community-staging-x86_64/PKGBUILD |   67 
 2 files changed, 134 insertions(+)

Copied: python-pytables/repos/community-staging-i686/PKGBUILD (from rev 141197, 
python-pytables/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 07:31:14 UTC (rev 141198)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.2.1.1
+pkgrel=1
+arch=("i686" "x86_64")
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="http://www.pytables.org;
+license=("BSD")
+makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz;)
+md5sums=('281e63b1631d92b6a92fb9ae03127a49')
+
+prepare() {
+  cd "$srcdir"/tables-$pkgver
+
+  cd "$srcdir"
+  cp -a tables-$pkgver tables-py2-$pkgver
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo' 'hdf5' 'python2-numexpr')
+
+  cd "$srcdir"/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015 and FS#44971
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+  mv "$pkgdir"/usr/bin/pttree{,-2.7}
+
+  # see FS#45975
+  _site_packages=`python2 -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
+  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
+}
+
+package_python-pytables() {
+  depends=('lzo' 'hdf5' 'python-numexpr')
+
+  cd "$srcdir"/tables-${pkgver}
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#45975
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
+  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
+}
+

Copied: python-pytables/repos/community-staging-x86_64/PKGBUILD (from rev 
141197, python-pytables/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-20 07:31:14 UTC (rev 141198)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.2.1.1
+pkgrel=1
+arch=("i686" "x86_64")
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="http://www.pytables.org;
+license=("BSD")
+makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz;)
+md5sums=('281e63b1631d92b6a92fb9ae03127a49')
+
+prepare() {
+  cd "$srcdir"/tables-$pkgver
+
+  cd "$srcdir"
+  cp -a tables-$pkgver tables-py2-$pkgver
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo' 'hdf5' 'python2-numexpr')
+
+  cd "$srcdir"/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015 and FS#44971
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+  mv "$pkgdir"/usr/bin/pttree{,-2.7}
+
+  # see FS#45975
+  

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

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:31:05
  Author: aginiewicz
Revision: 141197

upgpkg: python-pytables 3.2.1.1-1

python-pytables: update and rebuild

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:25:55 UTC (rev 141196)
+++ PKGBUILD2015-09-20 07:31:05 UTC (rev 141197)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.1.1
+pkgrel=1
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org;
@@ -12,7 +12,7 @@
 license=("BSD")
 makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz;)
-md5sums=('bc6aa9e1994c750c95dd35c4d532ba81')
+md5sums=('281e63b1631d92b6a92fb9ae03127a49')
 
 prepare() {
   cd "$srcdir"/tables-$pkgver


[arch-commits] Commit in python-future/trunk (3 files)

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 09:49:01
  Author: foutrelis
Revision: 141199

Prepare bump to latest patch release and fix tests on Python 3.5

Added:
  python-future/trunk/0001-Remove-duplicate-assertion-in-builtins-tests.patch
  python-future/trunk/remove-two-expected-failure-decorators.patch
Modified:
  python-future/trunk/PKGBUILD

-+
 0001-Remove-duplicate-assertion-in-builtins-tests.patch |   27 ++
 PKGBUILD|   22 ---
 remove-two-expected-failure-decorators.patch|   20 ++
 3 files changed, 64 insertions(+), 5 deletions(-)

Added: 0001-Remove-duplicate-assertion-in-builtins-tests.patch
===
--- 0001-Remove-duplicate-assertion-in-builtins-tests.patch 
(rev 0)
+++ 0001-Remove-duplicate-assertion-in-builtins-tests.patch 2015-09-20 
07:49:01 UTC (rev 141199)
@@ -0,0 +1,27 @@
+From 39a1186ea3a7a7ad1e8225a151e682d02bafdfa9 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Sun, 20 Sep 2015 10:17:44 +0300
+Subject: [PATCH] Remove duplicate assertion in builtins tests
+
+The other instance of this assertion is commented out because it fails
+on Python 3.5; see commit 7959135e44a35de7dff4b56dcaf86d9b74d88329
+(Disable two assertions in builtins tests for Py3.5 compatibility).
+---
+ tests/test_future/test_builtins.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tests/test_future/test_builtins.py 
b/tests/test_future/test_builtins.py
+index a6db4fd..84db01e 100644
+--- a/tests/test_future/test_builtins.py
 b/tests/test_future/test_builtins.py
+@@ -529,7 +529,6 @@ class BuiltinTest(unittest.TestCase):
+ self.assertRaises(TypeError, compile, 'pass', '?', 'exec',
+   mode='eval', source='0', filename='tmp')
+ compile('print("\xe5")\n', '', 'exec')
+-self.assertRaises(TypeError, compile, chr(0), 'f', 'exec')
+ self.assertRaises(ValueError, compile, str('a = 1'), 'f', 'bad')
+ 
+ # test the optimize argument
+-- 
+2.5.2
+

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:31:14 UTC (rev 141198)
+++ PKGBUILD2015-09-20 07:49:01 UTC (rev 141199)
@@ -6,8 +6,8 @@
 
 pkgbase=python-future
 pkgname=(python-future python2-future)
-pkgver=0.15.1
-pkgrel=1
+pkgver=0.15.2
+pkgrel=0
 pkgdesc="Clean single-source support for Python 3 and 2"
 url="http://python-future.org/;
 arch=('any')
@@ -14,12 +14,24 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
-source=("https://pypi.python.org/packages/source/f/future/future-$pkgver.tar.gz;)
-md5sums=('e7f0acf03544be4a11452da9e337469a')
-sha256sums=('d61405f32beb357eeef6e32bbfe4c0e463cac658f59601a5ddeabf87bb8c46c1')
+source=("https://pypi.python.org/packages/source/f/future/future-$pkgver.tar.gz;
+'0001-Remove-duplicate-assertion-in-builtins-tests.patch'
+'remove-two-expected-failure-decorators.patch')
+md5sums=('a68eb3c90b3b76714c5ceb8c09ea3a06'
+ '0477272fe6697644053a2eb33f9f41a8'
+ 'c09987e5fbee6e7520cc9f696c37dbb1')
+sha256sums=('3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97'
+'b9be3ad81abece44b92f4ac3b931a8e2c42773f4addb8ddfb96b0783ec1335c2'
+'cd1f918482951c6f437dc356eb87c8325e6ac34c6a9dd3af9fe546ea21bfc8fa')
 
 prepare() {
+  # https://github.com/PythonCharmers/python-future/pull/168
+  patch -d future-$pkgver -Np1 
<0001-Remove-duplicate-assertion-in-builtins-tests.patch
+
   cp -a future-$pkgver{,-py2}
+
+  # Drop expected failure decorators from two tests that succeed on Python 3.5
+  patch -d future-$pkgver -Np1 

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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:44:21
  Author: fyan
Revision: 141214

upgpkg: python-nltk 3.0.4-2

rebuild for python 3.5

Modified:
  python-nltk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:33:09 UTC (rev 141213)
+++ PKGBUILD2015-09-20 09:44:21 UTC (rev 141214)
@@ -6,7 +6,7 @@
 pkgbase=python-nltk
 pkgname=('python2-nltk' 'python-nltk')
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Natural language processing in Python'
 arch=('any')
 url='http://www.nltk.org/'


[arch-commits] Commit in python-nltk/repos (2 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 11:44:36
  Author: fyan
Revision: 141215

archrelease: copy trunk to community-staging-any

Added:
  python-nltk/repos/community-staging-any/
  python-nltk/repos/community-staging-any/PKGBUILD
(from rev 141214, python-nltk/trunk/PKGBUILD)

--+
 PKGBUILD |   53 +
 1 file changed, 53 insertions(+)

Copied: python-nltk/repos/community-staging-any/PKGBUILD (from rev 141214, 
python-nltk/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 09:44:36 UTC (rev 141215)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Chris Baker 
+
+pkgbase=python-nltk
+pkgname=('python2-nltk' 'python-nltk')
+pkgver=3.0.4
+pkgrel=2
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='http://www.nltk.org/'
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/nltk/nltk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -r nltk nltk-py2
+  # python 2 fix
+  cd nltk-py2
+  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
+}
+
+build() {
+  cd nltk
+  python setup.py build
+  cd "$srcdir/nltk-py2"
+  python2 setup.py build
+}
+
+package_python-nltk() {
+  optdepends=('nltk-data: test data'
+  'python-numpy: used for calculations'
+  'python-matplotlib: used for plotting')
+  depends=('python-yaml')
+
+  cd nltk
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-nltk() {
+  optdepends=('nltk-data: test data'
+  'python2-numpy: used for calculations'
+  'python2-matplotlib: used for plotting')
+  depends=('python2-yaml')
+
+  cd nltk-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: pypi.python.org/pypi/nltk
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in eric/repos (5 files)

2015-09-20 Thread Evgeniy Alekseev
Date: Sunday, September 20, 2015 @ 12:33:51
  Author: arcanis
Revision: 141236

archrelease: copy trunk to community-staging-any

Added:
  eric/repos/community-staging-any/
  eric/repos/community-staging-any/.contrib
(from rev 141235, eric/trunk/.contrib)
  eric/repos/community-staging-any/ChangeLog
(from rev 141235, eric/trunk/ChangeLog)
  eric/repos/community-staging-any/PKGBUILD
(from rev 141235, eric/trunk/PKGBUILD)
  eric/repos/community-staging-any/eric.install
(from rev 141235, eric/trunk/eric.install)

--+
 .contrib |7 ++
 ChangeLog|   50 
 PKGBUILD |  139 +
 eric.install |9 +++
 4 files changed, 205 insertions(+)

Copied: eric/repos/community-staging-any/.contrib (from rev 141235, 
eric/trunk/.contrib)
===
--- community-staging-any/.contrib  (rev 0)
+++ community-staging-any/.contrib  2015-09-20 10:33:51 UTC (rev 141236)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Copied: eric/repos/community-staging-any/ChangeLog (from rev 141235, 
eric/trunk/ChangeLog)
===
--- community-staging-any/ChangeLog (rev 0)
+++ community-staging-any/ChangeLog 2015-09-20 10:33:51 UTC (rev 141236)
@@ -0,0 +1,50 @@
+6.0.9-1:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Copied: eric/repos/community-staging-any/PKGBUILD (from rev 141235, 
eric/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 10:33:51 UTC (rev 141236)
@@ -0,0 +1,139 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Ray Rashif 
+# Contributor: Brad Fanella 
+# See .contrib for older/other contributors
+
+pkgbase=eric
+pkgname=('eric-common' 'eric' 'python2-eric'
+ 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
+pkgver=6.0.9
+pkgrel=2
+pkgdesc="A full-featured Python and Ruby IDE in PyQt"
+arch=('any')
+url="http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla' 'python2-qscintilla'
+ 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
+ 'qt5-svg' 'qt5-webkit')
+install=${pkgbase}.install
+source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
+md5sums=('0c2163bf01cd8f3dd8657730f075a625')
+changelog=ChangeLog
+
+prepare() {
+  cp -r "${srcdir}/eric6-${pkgver}"{,_py2}
+
+  cd "${srcdir}/eric6-${pkgver}_py2/eric"
+  find . -name '*.py' -exec \
+sed -i -r "s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2:" {} \;
+
+  cp -r "${srcdir}/eric6-${pkgver}"{,-qt4}
+  cp -r "${srcdir}/eric6-${pkgver}_py2"{,-qt4}
+}
+
+package_eric-common-qt4() {
+  depends=()
+
+  cd "${srcdir}/eric6-${pkgver}/eric"
+  # eric APIs
+  install -Dm644 "APIs/Python3/eric6.api" \
+ "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.api"
+  install -Dm644 "APIs/Python3/eric6.bas" \
+ "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.bas"
+  # pyqt APIs
+  install -Dm644 "APIs/Python3/PyQt4.bas" \
+ "${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas"
+  # qss APIs
+  install -Dm644 "APIs/QSS/qss.api" \
+ "${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api"
+  # qscintilla APIs
+  install -Dm644 "APIs/Python3/QScintilla2.bas" \
+ "${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas"
+  # zope APIs
+  install -Dm644 "APIs/Python/zope-2.10.7.api" \
+ "${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api"
+  install -Dm644 "APIs/Python/zope-2.11.2.api" \
+ "${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api"
+  install -Dm644 "APIs/Python/zope-3.3.1.api" \
+ "${pkgdir}/usr/share/qt4/qsci/api/python/zope-3.3.1.api"
+  # ruby APIs
+  install -Dm644 "APIs/Ruby/Ruby-1.8.7.api" \
+ "${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api"
+  install -Dm644 "APIs/Ruby/Ruby-1.8.7.bas" \
+ "${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.bas"
+  install -Dm644 

[arch-commits] Commit in eric/trunk (ChangeLog PKGBUILD)

2015-09-20 Thread Evgeniy Alekseev
Date: Sunday, September 20, 2015 @ 12:33:37
  Author: arcanis
Revision: 141235

upgpkg: eric 6.0.9-2
python3.5 rebuild

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: ChangeLog
===
--- ChangeLog   2015-09-20 10:25:27 UTC (rev 141234)
+++ ChangeLog   2015-09-20 10:33:37 UTC (rev 141235)
@@ -1,4 +1,7 @@
 6.0.9-1:
+python3.5 rebuild
+
+6.0.9-1:
 upstream update
 
 6.0.8-1:

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:25:27 UTC (rev 141234)
+++ PKGBUILD2015-09-20 10:33:37 UTC (rev 141235)
@@ -8,7 +8,7 @@
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
 pkgver=6.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
 url="http://eric-ide.python-projects.org/;


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

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 12:54:08
  Author: fyan
Revision: 141237

upgpkg: python-boto 2.38.0-2

rebuild for python 3.5

Modified:
  python-boto/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:33:51 UTC (rev 141236)
+++ PKGBUILD2015-09-20 10:54:08 UTC (rev 141237)
@@ -6,7 +6,7 @@
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
 pkgver=2.38.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
 url='https://github.com/boto/boto'
@@ -28,7 +28,8 @@
 
 check() {
   cd boto
-  python tests/test.py default
+  # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
+  python tests/test.py default || warning 'Tests failed'
 
   cd ../boto-py2
   python2 tests/test.py default


[arch-commits] Commit in python-boto/repos (2 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 12:54:19
  Author: fyan
Revision: 141238

archrelease: copy trunk to community-staging-any

Added:
  python-boto/repos/community-staging-any/
  python-boto/repos/community-staging-any/PKGBUILD
(from rev 141237, python-boto/trunk/PKGBUILD)

--+
 PKGBUILD |   59 +++
 1 file changed, 59 insertions(+)

Copied: python-boto/repos/community-staging-any/PKGBUILD (from rev 141237, 
python-boto/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 10:54:19 UTC (rev 141238)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.38.0
+pkgrel=2
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
+  'python2-requests' 'python-httpretty' 'python2-httpretty')
+source=("git+https://github.com/boto/boto.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a boto{,-py2}
+
+  cd boto-py2
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd boto
+  # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
+  python tests/test.py default || warning 'Tests failed'
+
+  cd ../boto-py2
+  python2 tests/test.py default
+}
+
+package_python-boto() {
+  depends=('python')
+
+  cd boto
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
+  rm -r "$pkgdir/usr/bin"
+}
+
+package_python2-boto() {
+  depends=('python2')
+  conflicts=('python-boto<2.32.1-1')
+  replaces=('python-boto<2.32.1-1')
+
+  cd boto-py2
+
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-09-20 Thread Fabio Castelli
Date: Sunday, September 20, 2015 @ 13:21:07
  Author: muflone
Revision: 141239

upgpkg: spyder 2.3.6-2

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:54:19 UTC (rev 141238)
+++ PKGBUILD2015-09-20 11:21:07 UTC (rev 141239)
@@ -6,7 +6,7 @@
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
 pkgver=2.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
@@ -21,7 +21,7 @@
 package_spyder() {
   pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
   depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'ipython2-notebook'
-   'gtk-update-icon-cache')
+   'icu' 'gtk-update-icon-cache')
   optdepends=('python2-pylint: powerful code analysis'
   'python2-rope: editor code completion, calltips and 
go-to-definition'
   'python2-sphinx: rich text help on the object inspector'
@@ -52,7 +52,7 @@
 package_spyder3() {
   pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
   depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'jupyter'
-   'gtk-update-icon-cache')
+   'icu' 'gtk-update-icon-cache')
   optdepends=('python-pylint: powerful code analysis'
   'python-rope: editor code completion, calltips and 
go-to-definition'
   'python-sphinx: rich text help on the object inspector'


[arch-commits] Commit in profanity/repos (4 files)

2015-09-20 Thread Levente Polyak
Date: Sunday, September 20, 2015 @ 20:14:00
  Author: anthraxx
Revision: 141322

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

Added:
  profanity/repos/community-i686/PKGBUILD
(from rev 141321, profanity/trunk/PKGBUILD)
  profanity/repos/community-x86_64/PKGBUILD
(from rev 141321, profanity/trunk/PKGBUILD)
Deleted:
  profanity/repos/community-i686/PKGBUILD
  profanity/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-20 18:13:49 UTC (rev 141321)
+++ community-i686/PKGBUILD 2015-09-20 18:14:00 UTC (rev 141322)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: jason ryan 
-
-pkgname=profanity
-pkgver=0.4.6
-pkgrel=2
-epoch=1
-pkgdesc='Console based XMPP client'
-arch=('i686' 'x86_64')
-url='http://www.profanity.im'
-license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify')
-source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
-md5sums=('fda246e678f81f089126f92017774c00')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: profanity/repos/community-i686/PKGBUILD (from rev 141321, 
profanity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-20 18:14:00 UTC (rev 141322)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: jason ryan 
+
+pkgname=profanity
+pkgver=0.4.7
+pkgrel=1
+epoch=1
+pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify' 'gpgme')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('805adddbdf41334a2903707ce871f39c36c70639dc4c872cfd36769af36aa3597b05aa9ba719452bcbe8011cc73ac717cee7016c928083cd46c922732ca10568')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-20 18:13:49 UTC (rev 141321)
+++ community-x86_64/PKGBUILD   2015-09-20 18:14:00 UTC (rev 141322)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: jason ryan 
-
-pkgname=profanity
-pkgver=0.4.6
-pkgrel=2
-epoch=1
-pkgdesc='Console based XMPP client'
-arch=('i686' 'x86_64')
-url='http://www.profanity.im'
-license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify')
-source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
-md5sums=('fda246e678f81f089126f92017774c00')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: profanity/repos/community-x86_64/PKGBUILD (from rev 141321, 
profanity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-20 18:14:00 UTC (rev 141322)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: jason ryan 
+
+pkgname=profanity
+pkgver=0.4.7
+pkgrel=1
+epoch=1
+pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify' 'gpgme')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('805adddbdf41334a2903707ce871f39c36c70639dc4c872cfd36769af36aa3597b05aa9ba719452bcbe8011cc73ac717cee7016c928083cd46c922732ca10568')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" install
+}


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

2015-09-20 Thread Levente Polyak
Date: Sunday, September 20, 2015 @ 20:13:49
  Author: anthraxx
Revision: 141321

upgpkg: profanity 1:0.4.7-1

upgpkg: profanity 1:0.4.7-1

Modified:
  profanity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 16:24:48 UTC (rev 141320)
+++ PKGBUILD2015-09-20 18:13:49 UTC (rev 141321)
@@ -1,25 +1,25 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Levente Polyak 
+# Contributor:  Bartłomiej Piotrowski 
 # Contributor: jason ryan 
 
 pkgname=profanity
-pkgver=0.4.6
-pkgrel=2
+pkgver=0.4.7
+pkgrel=1
 epoch=1
 pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
 arch=('i686' 'x86_64')
-url='http://www.profanity.im'
 license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify')
-source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
-md5sums=('fda246e678f81f089126f92017774c00')
+depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify' 'gpgme')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('805adddbdf41334a2903707ce871f39c36c70639dc4c872cfd36769af36aa3597b05aa9ba719452bcbe8011cc73ac717cee7016c928083cd46c922732ca10568')
 
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in libnewt/repos (staging-i686)

2015-09-20 Thread Florian Pritz
Date: Sunday, September 20, 2015 @ 21:33:42
  Author: bluewind
Revision: 141323

remove wrong repo

Deleted:
  libnewt/repos/staging-i686/


[arch-commits] Commit in btrfs-progs/repos (16 files)

2015-09-20 Thread Sébastien Luttringer
Date: Monday, September 21, 2015 @ 00:44:49
  Author: seblu
Revision: 247018

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

Added:
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 247017, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 247017, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 247017, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 247017, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 247017, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 247017, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 247017, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 247017, btrfs-progs/trunk/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/testing-i686/PKGBUILD
  btrfs-progs/repos/testing-i686/btrfs-progs.install
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/PKGBUILD
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs

---+
 /PKGBUILD |  104 
 /btrfs-progs.install  |   18 +
 /initcpio-hook-btrfs  |   14 
 /initcpio-install-btrfs   |   34 ++
 testing-i686/PKGBUILD |   52 
 testing-i686/btrfs-progs.install  |9 --
 testing-i686/initcpio-hook-btrfs  |7 --
 testing-i686/initcpio-install-btrfs   |   17 -
 testing-x86_64/PKGBUILD   |   52 
 testing-x86_64/btrfs-progs.install|9 --
 testing-x86_64/initcpio-hook-btrfs|7 --
 testing-x86_64/initcpio-install-btrfs |   17 -
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-09-20 21:46:40 UTC (rev 247017)
+++ testing-i686/PKGBUILD   2015-09-20 22:44:49 UTC (rev 247018)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.2.1
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 247017, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-20 22:44:49 UTC (rev 247018)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.2.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)

[arch-commits] Commit in python-wikipedia/repos (2 files)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 14:07:00
  Author: jelle
Revision: 141252

archrelease: copy trunk to community-staging-any

Added:
  python-wikipedia/repos/community-staging-any/
  python-wikipedia/repos/community-staging-any/PKGBUILD
(from rev 141251, python-wikipedia/trunk/PKGBUILD)

--+
 PKGBUILD |   52 
 1 file changed, 52 insertions(+)

Copied: python-wikipedia/repos/community-staging-any/PKGBUILD (from rev 141251, 
python-wikipedia/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 12:07:00 UTC (rev 141252)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Chuan Ji 
+
+pkgbase=python-wikipedia
+pkgname=('python-wikipedia' 'python2-wikipedia')
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='A Pythonic wrapper for the Wikipedia API'
+arch=('any')
+url='https://github.com/goldsmith/Wikipedia'
+license=('MIT')
+depends=('python-beautifulsoup4' 'python-requests')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/w/wikipedia/wikipedia-${pkgver}.tar.gz;)
+sha256sums=('db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2')
+
+prepare() {
+  cp -r wikipedia-${pkgver} python-wikipedia-${pkgver}
+  mv wikipedia-${pkgver} python2-wikipedia-${pkgver}
+}
+
+build() {
+  cd python-wikipedia-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-wikipedia-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-wikipedia() {
+  cd python-wikipedia-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python-wikipedia
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python-wikipedia/
+
+}
+
+package_python2-wikipedia() {
+  cd python2-wikipedia-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-wikipedia
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python2-wikipedia/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 14:17:56
  Author: jelle
Revision: 141257

upgpkg: archey3 0.5-4

Python 3.5 rebuild

Modified:
  archey3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 12:14:22 UTC (rev 141256)
+++ PKGBUILD2015-09-20 12:17:56 UTC (rev 141257)
@@ -5,7 +5,7 @@
 
 pkgname=archey3
 pkgver=0.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Output a logo and various system information'
 arch=('any')
 url='http://bluepeppers.github.com/archey3'


[arch-commits] Commit in archey3/repos (2 files)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 14:18:01
  Author: jelle
Revision: 141258

archrelease: copy trunk to community-staging-any

Added:
  archey3/repos/community-staging-any/
  archey3/repos/community-staging-any/PKGBUILD
(from rev 141257, archey3/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: archey3/repos/community-staging-any/PKGBUILD (from rev 141257, 
archey3/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 12:18:01 UTC (rev 141258)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurie Clark-Michalek 
+# Contributor: graysky 
+
+pkgname=archey3
+pkgver=0.5
+pkgrel=4
+pkgdesc='Output a logo and various system information'
+arch=('any')
+url='http://bluepeppers.github.com/archey3'
+license=('GPL')
+depends=('python')
+makedepends=('git' 'python-distribute')
+optdepends=('imagemagick: for default screenshot command')
+# AUR optdeps: python-logbook-git and python-mpd-git
+source=('git://github.com/bluepeppers/archey3.git#commit=94b3d549ef')
+md5sums=('SKIP')
+
+pkgver() {
+  # Fetch the version number from the PKGBUILD in the upstream git repo
+  grep pkgver= "$pkgname/PKGBUILD" | cut -d'=' -f2
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --root="$pkgdir"
+} 
+
+# getver: -d 2 -u 5
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-reportlab/repos (7 files)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 14:05:10
  Author: jelle
Revision: 141250

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

Added:
  python-reportlab/repos/community-staging-i686/
  python-reportlab/repos/community-staging-i686/ChangeLog
(from rev 141249, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-staging-i686/PKGBUILD
(from rev 141249, python-reportlab/trunk/PKGBUILD)
  python-reportlab/repos/community-staging-x86_64/ChangeLog
(from rev 141249, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-staging-x86_64/PKGBUILD
(from rev 141249, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-staging-x86_64/ChangeLog
  python-reportlab/repos/community-staging-x86_64/PKGBUILD

+
 /ChangeLog |   18 +
 /PKGBUILD  |   47 +++
 community-staging-i686/ChangeLog   |   18 +
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-x86_64/ChangeLog |   18 -
 community-staging-x86_64/PKGBUILD  |   47 ---
 6 files changed, 130 insertions(+), 65 deletions(-)

Copied: python-reportlab/repos/community-staging-i686/ChangeLog (from rev 
141249, python-reportlab/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-09-20 12:05:10 UTC (rev 141250)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Copied: python-reportlab/repos/community-staging-i686/PKGBUILD (from rev 
141249, python-reportlab/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 12:05:10 UTC (rev 141250)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+_origname=reportlab
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('i686' 'x86_64')
+url="http://www.reportlab.org/rl_toolkit.html;
+depends=('freetype2')
+conflicts=('python-reportlab<=2.5-2')
+makedepends=('python' 'python2')
+checkdepends=('python2-pillow' 'python-pillow')
+replaces=('python-reportlab<=2.5-2')
+license=('CUSTOM')
+source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz;)
+md5sums=('79d059e797c557aed4b40c68dd6c7eae')
+
+build() {
+cd $srcdir
+cp -rf ${_origname}-$pkgver "${_origname}2-$pkgver"
+}
+
+package_python2-reportlab() {
+depends=('python2')
+cd "$srcdir/${_origname}2-$pkgver"
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python-reportlab() {
+depends=('python3')
+cd "$srcdir/${_origname}-$pkgver"
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+
+check() {
+cd ${srcdir}/${_origname}-${pkgver}
+python2 setup.py tests
+python setup.py tests
+}

Deleted: community-staging-x86_64/ChangeLog
===
--- community-staging-x86_64/ChangeLog  2015-09-20 11:59:49 UTC (rev 141249)
+++ community-staging-x86_64/ChangeLog  2015-09-20 12:05:10 UTC (rev 141250)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-staging-x86_64/ChangeLog (from rev 
141249, python-reportlab/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-09-20 12:05:10 UTC (rev 141250)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  

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

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 14:06:54
  Author: jelle
Revision: 141251

Python 3.5 rebuild

Modified:
  python-wikipedia/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 12:05:10 UTC (rev 141250)
+++ PKGBUILD2015-09-20 12:06:54 UTC (rev 141251)
@@ -5,7 +5,7 @@
 pkgbase=python-wikipedia
 pkgname=('python-wikipedia' 'python2-wikipedia')
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A Pythonic wrapper for the Wikipedia API'
 arch=('any')
 url='https://github.com/goldsmith/Wikipedia'


[arch-commits] Commit in ruby-mime-types/trunk (PKGBUILD)

2015-09-20 Thread Maxime Gauduin
Date: Sunday, September 20, 2015 @ 14:30:41
  Author: alucryd
Revision: 141261

upgpkg: ruby-mime-types 2.6.2-1

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 12:27:25 UTC (rev 141260)
+++ PKGBUILD2015-09-20 12:30:41 UTC (rev 141261)
@@ -3,8 +3,8 @@
 # Contributor: Alexsandr Pavlov 
 
 pkgname=ruby-mime-types
-pkgver=2.6.1
-pkgrel=2
+pkgver=2.6.2
+pkgrel=1
 pkgdesc='MIME Content-Type database'
 arch=('any')
 url='http://mime-types.rubyforge.org'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("http://rubygems.org/downloads/mime-types-${pkgver}.gem;)
 noextract=("mime-types-${pkgver}.gem")
-sha256sums=('5b16d655397aa5cd8b4108494f60f64b4e18a2c92dc9257ff74ec64284dbd9ee')
+sha256sums=('b595583540f1228dd24978c0f87cf1918e4f2c709fe5d517fb6706cbb35ede8c')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-mime-types/repos/community-any (PKGBUILD PKGBUILD)

2015-09-20 Thread Maxime Gauduin
Date: Sunday, September 20, 2015 @ 14:30:53
  Author: alucryd
Revision: 141262

archrelease: copy trunk to community-any

Added:
  ruby-mime-types/repos/community-any/PKGBUILD
(from rev 141261, ruby-mime-types/trunk/PKGBUILD)
Deleted:
  ruby-mime-types/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-20 12:30:41 UTC (rev 141261)
+++ PKGBUILD2015-09-20 12:30:53 UTC (rev 141262)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-mime-types
-pkgver=2.6.1
-pkgrel=2
-pkgdesc='MIME Content-Type database'
-arch=('any')
-url='http://mime-types.rubyforge.org'
-license=('GPL2' 'MIT' 'PerlArtistic')
-depends=('ruby')
-options=('!emptydirs')
-source=("http://rubygems.org/downloads/mime-types-${pkgver}.gem;)
-noextract=("mime-types-${pkgver}.gem")
-sha256sums=('5b16d655397aa5cd8b4108494f60f64b4e18a2c92dc9257ff74ec64284dbd9ee')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} mime-types-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-mime-types
-  ln -s ${_gemdir}/gems/mime-types-${pkgver}/Licence.rdoc 
"${pkgdir}"/usr/share/licenses/ruby-mime-types/
-  ln -s ${_gemdir}/gems/mime-types-${pkgver}/docs/COPYING.txt 
"${pkgdir}"/usr/share/licenses/ruby-mime-types/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mime-types/repos/community-any/PKGBUILD (from rev 141261, 
ruby-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-20 12:30:53 UTC (rev 141262)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-mime-types
+pkgver=2.6.2
+pkgrel=1
+pkgdesc='MIME Content-Type database'
+arch=('any')
+url='http://mime-types.rubyforge.org'
+license=('GPL2' 'MIT' 'PerlArtistic')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/mime-types-${pkgver}.gem;)
+noextract=("mime-types-${pkgver}.gem")
+sha256sums=('b595583540f1228dd24978c0f87cf1918e4f2c709fe5d517fb6706cbb35ede8c')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} mime-types-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-mime-types
+  ln -s ${_gemdir}/gems/mime-types-${pkgver}/Licence.rdoc 
"${pkgdir}"/usr/share/licenses/ruby-mime-types/
+  ln -s ${_gemdir}/gems/mime-types-${pkgver}/docs/COPYING.txt 
"${pkgdir}"/usr/share/licenses/ruby-mime-types/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-mock/repos/community-staging-any (PKGBUILD PKGBUILD)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 16:51:37
  Author: jelle
Revision: 141278

archrelease: copy trunk to community-staging-any

Added:
  python-mock/repos/community-staging-any/PKGBUILD
(from rev 141277, python-mock/trunk/PKGBUILD)
Deleted:
  python-mock/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-20 14:50:11 UTC (rev 141277)
+++ PKGBUILD2015-09-20 14:51:37 UTC (rev 141278)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: jelle van der Waa 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-mock
-pkgname=(python2-mock python-mock)
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Mocking and Patching Library for Testing'
-url='http://www.voidspace.org.uk/python/mock/'
-makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-pbr' 'python2-pbr' 
'python-six' 'python2-six' 'git')
-license=('BSD')
-arch=('any')
-source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz;)
-md5sums=('73ee8a4afb3ff4da1b4afa287f39fdeb')
-
-build() {
-  cd "$srcdir"
-  cp -rf "mock-$pkgver" "mock2-$pkgver"
-
-  cd "$srcdir/mock-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/mock2-$pkgver"
-  python2 setup.py build
-}
-
-package_python-mock() {
-depends=('python' 'python-six')
-  cd "$srcdir/mock-$pkgver"
-  python3 setup.py install --optimize=1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-mock() {
-depends=('python2' 'python2-six' 'python2-funcsigs') # Backported Py > 3.3 
functionality
-  cd "$srcdir/mock2-$pkgver"
-  python2 setup.py install --optimize=1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-check() {
-  cd "$srcdir/mock2-$pkgver/"
-  sed -i 's/unittest2/unittest/g'  mock/tests/*.py
-
-  echo 'python tests'
-  python -m unittest discover
-  
-  # Does not run because of self.assertRaisesRegex() usage in unitests, which 
is self.assertRaisesRegexp() in Python 2.7
-  #echo 'python2 tests'
-  #python2 -m unittest discover
-}

Copied: python-mock/repos/community-staging-any/PKGBUILD (from rev 141277, 
python-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-20 14:51:37 UTC (rev 141278)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: jelle van der Waa 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-mock
+pkgname=(python2-mock python-mock)
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Mocking and Patching Library for Testing'
+url='http://www.voidspace.org.uk/python/mock/'
+makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-pbr' 'python2-pbr' 
'python-six' 'python2-six' 'git')
+license=('BSD')
+arch=('any')
+source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz;)
+md5sums=('73ee8a4afb3ff4da1b4afa287f39fdeb')
+
+build() {
+  cd "$srcdir"
+  cp -rf "mock-$pkgver" "mock2-$pkgver"
+
+  cd "$srcdir/mock-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/mock2-$pkgver"
+  python2 setup.py build
+}
+
+package_python-mock() {
+depends=('python' 'python-six' 'python2-pbr')
+  cd "$srcdir/mock-$pkgver"
+  python3 setup.py install --optimize=1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-mock() {
+depends=('python2' 'python2-six' 'python2-pbr' 'python2-funcsigs') # 
Backported Py > 3.3 functionality
+  cd "$srcdir/mock2-$pkgver"
+  python2 setup.py install --optimize=1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+check() {
+  cd "$srcdir/mock2-$pkgver/"
+  sed -i 's/unittest2/unittest/g'  mock/tests/*.py
+
+  echo 'python tests'
+  python -m unittest discover
+  
+  # Does not run because of self.assertRaisesRegex() usage in unitests, which 
is self.assertRaisesRegexp() in Python 2.7
+  #echo 'python2 tests'
+  #python2 -m unittest discover
+}


[arch-commits] Commit in libgexiv2/repos (4 files)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 17:08:25
  Author: jelle
Revision: 141288

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

Added:
  libgexiv2/repos/community-staging-i686/
  libgexiv2/repos/community-staging-i686/PKGBUILD
(from rev 141287, libgexiv2/trunk/PKGBUILD)
  libgexiv2/repos/community-staging-x86_64/
  libgexiv2/repos/community-staging-x86_64/PKGBUILD
(from rev 141287, libgexiv2/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libgexiv2/repos/community-staging-i686/PKGBUILD (from rev 141287, 
libgexiv2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 15:08:25 UTC (rev 141288)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=libgexiv2
+pkgver=0.10.3
+pkgrel=3
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('exiv2' 'glib2')
+makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
+sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988')
+
+build() {
+  cd "${pkgname/lib/}-$pkgver"
+
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-staging-x86_64/PKGBUILD (from rev 141287, 
libgexiv2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-20 15:08:25 UTC (rev 141288)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=libgexiv2
+pkgver=0.10.3
+pkgrel=3
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('exiv2' 'glib2')
+makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
+sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988')
+
+build() {
+  cd "${pkgname/lib/}-$pkgver"
+
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 17:08:17
  Author: jelle
Revision: 141287

upgpkg: libgexiv2 0.10.3-3

python 3.5 rebuild

Modified:
  libgexiv2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 15:06:17 UTC (rev 141286)
+++ PKGBUILD2015-09-20 15:08:17 UTC (rev 141287)
@@ -4,7 +4,7 @@
 
 pkgname=libgexiv2
 pkgver=0.10.3
-pkgrel=2
+pkgrel=3
 pkgdesc='GObject-based wrapper around the Exiv2 library'
 url='https://wiki.gnome.org/Projects/gexiv2'
 arch=('x86_64' 'i686')


[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD nvidia-340xx-lts.install)

2015-09-20 Thread Andreas Radke
Date: Sunday, September 20, 2015 @ 17:57:56
  Author: andyrtr
Revision: 247013

upgpkg: nvidia-340xx-lts 340.93-2

rebuild for 4.1.7

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD
  nvidia-340xx-lts/trunk/nvidia-340xx-lts.install

--+
 PKGBUILD |8 
 nvidia-340xx-lts.install |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 15:53:14 UTC (rev 247012)
+++ PKGBUILD2015-09-20 15:57:56 UTC (rev 247013)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia-340xx-lts
 pkgver=340.93
-_extramodules=extramodules-3.14-lts
-pkgrel=1
+_extramodules=extramodules-4.1-lts
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=3.14.42' "nvidia-340xx-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=3.14.42')
+depends=('linux-lts>=4.1.7' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=4.1.7')
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')

Modified: nvidia-340xx-lts.install
===
--- nvidia-340xx-lts.install2015-09-20 15:53:14 UTC (rev 247012)
+++ nvidia-340xx-lts.install2015-09-20 15:57:56 UTC (rev 247013)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.14-lts'
+EXTRAMODULES='extramodules-4.1-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.14-lts'
+EXTRAMODULES='extramodules-4.1-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.14-lts'
+EXTRAMODULES='extramodules-4.1-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


[arch-commits] Commit in nvidia-340xx-lts/repos (8 files)

2015-09-20 Thread Andreas Radke
Date: Sunday, September 20, 2015 @ 17:58:08
  Author: andyrtr
Revision: 247014

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

Added:
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
(from rev 247013, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
(from rev 247013, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 247013, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 247013, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
Deleted:
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install

-+
 /PKGBUILD   |   98 ++
 /nvidia-340xx-lts.install   |   30 +
 testing-i686/PKGBUILD   |   49 ---
 testing-i686/nvidia-340xx-lts.install   |   15 
 testing-x86_64/PKGBUILD |   49 ---
 testing-x86_64/nvidia-340xx-lts.install |   15 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-09-20 15:57:56 UTC (rev 247013)
+++ testing-i686/PKGBUILD   2015-09-20 15:58:08 UTC (rev 247014)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-340xx-lts
-pkgver=340.93
-_extramodules=extramodules-3.14-lts
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-depends=('linux-lts>=3.14.42' "nvidia-340xx-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=3.14.42')
-provides=('nvidia-340xx')
-conflicts=('nvidia-lts')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437'
- 'cb80e3f1cb6f2fb6e6eab35fad0884e4')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-  cd "${_pkg}/kernel"
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-  cd uvm
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 247013, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-20 15:58:08 UTC (rev 247014)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.93
+_extramodules=extramodules-4.1-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.1.7' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=4.1.7')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437'
+ 'cb80e3f1cb6f2fb6e6eab35fad0884e4')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}

[arch-commits] Commit in lightdm-gtk-greeter-settings/repos (3 files)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 18:04:09
  Author: jelle
Revision: 141302

archrelease: copy trunk to community-staging-any

Added:
  lightdm-gtk-greeter-settings/repos/community-staging-any/
  lightdm-gtk-greeter-settings/repos/community-staging-any/PKGBUILD
(from rev 141301, lightdm-gtk-greeter-settings/trunk/PKGBUILD)
  
lightdm-gtk-greeter-settings/repos/community-staging-any/lightdm-gtk-greeter-settings.install
(from rev 141301, 
lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install)

--+
 PKGBUILD |   31 +++
 lightdm-gtk-greeter-settings.install |   13 +
 2 files changed, 44 insertions(+)

Copied: lightdm-gtk-greeter-settings/repos/community-staging-any/PKGBUILD (from 
rev 141301, lightdm-gtk-greeter-settings/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 16:04:09 UTC (rev 141302)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Arthur Zamarin 
+# Contributor: andrew.p 
+
+pkgname=lightdm-gtk-greeter-settings
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='Settings editor for the LightDM GTK+ Greeter'
+arch=('any')
+url='https://launchpad.net/lightdm-gtk-greeter-settings'
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'lightdm-gtk-greeter' 'python-gobject')
+makedepends=('python-distutils-extra')
+install='lightdm-gtk-greeter-settings.install'
+source=("https://launchpad.net/lightdm-gtk-greeter-settings/${pkgver%.*}/${pkgver}/+download/lightdm-gtk-greeter-settings-${pkgver}.tar.gz;)
+sha256sums=('0450202639b947434695d5ff60b4c4b655d7399f52e5b56db4593241c8080a55')
+
+build() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
lightdm-gtk-greeter-settings/repos/community-staging-any/lightdm-gtk-greeter-settings.install
 (from rev 141301, 
lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install)
===
--- community-staging-any/lightdm-gtk-greeter-settings.install  
(rev 0)
+++ community-staging-any/lightdm-gtk-greeter-settings.install  2015-09-20 
16:04:09 UTC (rev 141302)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lightdm-gtk-greeter-settings/trunk (PKGBUILD)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 18:04:04
  Author: jelle
Revision: 141301

upgpkg: lightdm-gtk-greeter-settings 1.2.0-3

python 3.5 rebuild

Modified:
  lightdm-gtk-greeter-settings/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 16:02:13 UTC (rev 141300)
+++ PKGBUILD2015-09-20 16:04:04 UTC (rev 141301)
@@ -5,7 +5,7 @@
 
 pkgname=lightdm-gtk-greeter-settings
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Settings editor for the LightDM GTK+ Greeter'
 arch=('any')
 url='https://launchpad.net/lightdm-gtk-greeter-settings'


[arch-commits] Commit in virtualbox-modules-lts/trunk (3 files)

2015-09-20 Thread Andreas Radke
Date: Sunday, September 20, 2015 @ 18:21:44
  Author: andyrtr
Revision: 141317

upgpkg: virtualbox-modules-lts 5.0.4-3

rebuild for 4.1.7

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD
  virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install
  virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install

--+
 PKGBUILD |   12 ++--
 virtualbox-guest-modules-lts.install |2 +-
 virtualbox-host-modules-lts.install  |2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 16:17:52 UTC (rev 141316)
+++ PKGBUILD2015-09-20 16:21:44 UTC (rev 141317)
@@ -6,17 +6,17 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=5.0.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux-lts>=3.14.42' 'linux-lts<3.15'
- 'linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15'
+makedepends=('linux-lts>=4.1.7' 'linux-lts<4.2'
+ 'linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
+_extramodules=extramodules-4.1-lts
 
 build() {
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
@@ -34,7 +34,7 @@
 package_virtualbox-host-modules-lts(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
+  depends=('linux-lts>=4.1.7' 'linux-lts<4.2')
   replaces=('virtualbox-modules-lts')
   conflicts=('virtualbox-modules-lts')
   provides=("virtualbox-host-modules=$pkgver")
@@ -50,7 +50,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
+  depends=('linux-lts>=4.1.7' 'linux-lts<4.2')
   replaces=('virtualbox-archlinux-modules-lts')
   conflicts=('virtualbox-archlinux-modules-lts')
   provides=("virtualbox-guest-modules=$pkgver")

Modified: virtualbox-guest-modules-lts.install
===
--- virtualbox-guest-modules-lts.install2015-09-20 16:17:52 UTC (rev 
141316)
+++ virtualbox-guest-modules-lts.install2015-09-20 16:21:44 UTC (rev 
141317)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.14-lts
+  EXTRAMODULES=extramodules-4.1-lts
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules-lts.install
===
--- virtualbox-host-modules-lts.install 2015-09-20 16:17:52 UTC (rev 141316)
+++ virtualbox-host-modules-lts.install 2015-09-20 16:21:44 UTC (rev 141317)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.14-lts
+  EXTRAMODULES=extramodules-4.1-lts
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 13:59:40
  Author: jelle
Revision: 141248

Python 3.5 rebuild

Modified:
  python-reportlab/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 11:43:23 UTC (rev 141247)
+++ PKGBUILD2015-09-20 11:59:40 UTC (rev 141248)
@@ -7,7 +7,7 @@
 pkgname=(python2-reportlab python-reportlab)
 _origname=reportlab
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('i686' 'x86_64')
 url="http://www.reportlab.org/rl_toolkit.html;


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

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 14:27:18
  Author: jelle
Revision: 141259

Python 3.5 rebuild and update of Python-mock to 1.3

Python2-mock now requires python-funcsigs which is in [community]

Modified:
  python-mock/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 19 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 12:18:01 UTC (rev 141258)
+++ PKGBUILD2015-09-20 12:27:18 UTC (rev 141259)
@@ -4,15 +4,16 @@
 
 pkgbase=python-mock
 pkgname=(python2-mock python-mock)
-pkgver=1.0.1
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Mocking and Patching Library for Testing'
 url='http://www.voidspace.org.uk/python/mock/'
-makedepends=('python2' 'python')
+makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-pbr' 'python2-pbr' 
'python-six' 'python2-six' 'git')
 license=('BSD')
 arch=('any')
 source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz;)
-md5sums=('c3971991738caa55ec7c356bbc154ee2')
+md5sums=('73ee8a4afb3ff4da1b4afa287f39fdeb')
 
 build() {
   cd "$srcdir"
@@ -26,7 +27,7 @@
 }
 
 package_python-mock() {
-depends=('python')
+depends=('python' 'python-six')
   cd "$srcdir/mock-$pkgver"
   python3 setup.py install --optimize=1 --root="$pkgdir"
   install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
@@ -33,8 +34,20 @@
 }
 
 package_python2-mock() {
-depends=('python2')
+depends=('python2' 'python2-six' 'python2-funcsigs') # Backported Py > 3.3 
functionality
   cd "$srcdir/mock2-$pkgver"
   python2 setup.py install --optimize=1 --root="$pkgdir"
   install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
+
+check() {
+  cd "$srcdir/mock2-$pkgver/"
+  sed -i 's/unittest2/unittest/g'  mock/tests/*.py
+
+  echo 'python tests'
+  python -m unittest discover
+  
+  # Does not run because of self.assertRaisesRegex() usage in unitests, which 
is self.assertRaisesRegexp() in Python 2.7
+  #echo 'python2 tests'
+  #python2 -m unittest discover
+}


[arch-commits] Commit in python-mock/repos/community-staging-any (PKGBUILD PKGBUILD)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 14:27:25
  Author: jelle
Revision: 141260

archrelease: copy trunk to community-staging-any

Added:
  python-mock/repos/community-staging-any/PKGBUILD
(from rev 141259, python-mock/trunk/PKGBUILD)
Deleted:
  python-mock/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   93 ++---
 1 file changed, 53 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-20 12:27:18 UTC (rev 141259)
+++ PKGBUILD2015-09-20 12:27:25 UTC (rev 141260)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: jelle van der Waa 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-mock
-pkgname=(python2-mock python-mock)
-pkgver=1.0.1
-pkgrel=4
-pkgdesc='Mocking and Patching Library for Testing'
-url='http://www.voidspace.org.uk/python/mock/'
-makedepends=('python2' 'python')
-license=('BSD')
-arch=('any')
-source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz;)
-md5sums=('c3971991738caa55ec7c356bbc154ee2')
-
-build() {
-  cd "$srcdir"
-  cp -rf "mock-$pkgver" "mock2-$pkgver"
-
-  cd "$srcdir/mock-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/mock2-$pkgver"
-  python2 setup.py build
-}
-
-package_python-mock() {
-depends=('python')
-  cd "$srcdir/mock-$pkgver"
-  python3 setup.py install --optimize=1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-mock() {
-depends=('python2')
-  cd "$srcdir/mock2-$pkgver"
-  python2 setup.py install --optimize=1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-mock/repos/community-staging-any/PKGBUILD (from rev 141259, 
python-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-20 12:27:25 UTC (rev 141260)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: jelle van der Waa 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-mock
+pkgname=(python2-mock python-mock)
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Mocking and Patching Library for Testing'
+url='http://www.voidspace.org.uk/python/mock/'
+makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-pbr' 'python2-pbr' 
'python-six' 'python2-six' 'git')
+license=('BSD')
+arch=('any')
+source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz;)
+md5sums=('73ee8a4afb3ff4da1b4afa287f39fdeb')
+
+build() {
+  cd "$srcdir"
+  cp -rf "mock-$pkgver" "mock2-$pkgver"
+
+  cd "$srcdir/mock-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/mock2-$pkgver"
+  python2 setup.py build
+}
+
+package_python-mock() {
+depends=('python' 'python-six')
+  cd "$srcdir/mock-$pkgver"
+  python3 setup.py install --optimize=1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-mock() {
+depends=('python2' 'python2-six' 'python2-funcsigs') # Backported Py > 3.3 
functionality
+  cd "$srcdir/mock2-$pkgver"
+  python2 setup.py install --optimize=1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+check() {
+  cd "$srcdir/mock2-$pkgver/"
+  sed -i 's/unittest2/unittest/g'  mock/tests/*.py
+
+  echo 'python tests'
+  python -m unittest discover
+  
+  # Does not run because of self.assertRaisesRegex() usage in unitests, which 
is self.assertRaisesRegexp() in Python 2.7
+  #echo 'python2 tests'
+  #python2 -m unittest discover
+}


[arch-commits] Commit in udiskie/repos (2 files)

2015-09-20 Thread Jelle van der Waa
Date: Sunday, September 20, 2015 @ 14:38:19
  Author: jelle
Revision: 141266

archrelease: copy trunk to community-staging-any

Added:
  udiskie/repos/community-staging-any/
  udiskie/repos/community-staging-any/PKGBUILD
(from rev 141265, udiskie/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: udiskie/repos/community-staging-any/PKGBUILD (from rev 141265, 
udiskie/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 12:38:19 UTC (rev 141266)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace 
+# Contributor: Byron Clark 
+pkgname=udiskie
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Removable disk automounter using udisks"
+arch=('any')
+url="https://pypi.python.org/pypi/udiskie;
+license=('MIT')
+depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+'pygtk: for tray icon'
+'udisks: optional for use with old backend'
+'notification-daemon: for notifications')
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e61f1c18e909ff8b4c83d8e0d21dc1f7')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export LC_ALL=en_US.utf8
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  make -C doc
+  install -m 0644 -D "doc/${pkgname}.8" 
"$pkgdir/usr/share/man/man8/${pkgname}.8"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}
+
+# vim:set ts=2 sw=2 et:


  1   2   3   >