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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:05:15
  Author: fyan
Revision: 208018

upgpkg: python-chardet 2.2.1-2

- python 3.4 rebuild

Modified:
  python-chardet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 05:56:18 UTC (rev 208017)
+++ PKGBUILD2014-03-17 06:05:15 UTC (rev 208018)
@@ -6,15 +6,11 @@
 pkgbase=python-chardet
 pkgname=('python-chardet' 'python2-chardet')
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 arch=('any')
 url=https://github.com/chardet/chardet;
 license=('LGPL')
 makedepends=('python-setuptools' 'python2-setuptools')
-#source=(http://chardet.feedparser.org/download/python2-chardet-${pkgver}.tgz
-#http://chardet.feedparser.org/download/python3-chardet-${pkgver}.tgz)
-#source=(ftp://ftp.archlinux.org/other/$pkgbase/python2-chardet-${pkgver}.tgz
-#ftp://ftp.archlinux.org/other/$pkgbase/python3-chardet-${pkgver}.tgz)
 
source=(https://pypi.python.org/packages/source/c/chardet/chardet-${pkgver}.tar.gz;)
 md5sums=('4a758402eaefd0331bdedc7ecb6f452c')
 
@@ -23,7 +19,7 @@
 }
 
 package_python-chardet() {
-   depends=('python=3.3')
+   depends=('python')
pkgdesc=Python3 module for character encoding auto-detection
cd chardet-${pkgver}
python setup.py install --root=${pkgdir} --optimize=1
@@ -30,7 +26,7 @@
 }
 
 package_python2-chardet() {
-   depends=('python2=2.7.1')
+   depends=('python2')
pkgdesc=Python2 module for character encoding auto-detection
cd python2-chardet-${pkgver}
python2 setup.py install --root=${pkgdir} --optimize=1



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:05:46
  Author: fyan
Revision: 107342

upgpkg: python-sympy 0.7.5-2

- python 3.4 rebuild

Modified:
  python-sympy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 05:57:13 UTC (rev 107341)
+++ PKGBUILD2014-03-17 06:05:46 UTC (rev 107342)
@@ -8,7 +8,7 @@
 pkgbase=python-sympy
 pkgname=('python2-sympy' 'python-sympy')
 pkgver=0.7.5
-pkgrel=1
+pkgrel=2
 arch=('any')
 pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
 url='http://sympy.org/en/index.html'



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:06:13
  Author: fyan
Revision: 208019

archrelease: copy trunk to staging-any

Added:
  python-chardet/repos/staging-any/
  python-chardet/repos/staging-any/PKGBUILD
(from rev 208018, python-chardet/trunk/PKGBUILD)

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

Copied: python-chardet/repos/staging-any/PKGBUILD (from rev 208018, 
python-chardet/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 06:06:13 UTC (rev 208019)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgbase=python-chardet
+pkgname=('python-chardet' 'python2-chardet')
+pkgver=2.2.1
+pkgrel=2
+arch=('any')
+url=https://github.com/chardet/chardet;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/c/chardet/chardet-${pkgver}.tar.gz;)
+md5sums=('4a758402eaefd0331bdedc7ecb6f452c')
+
+prepare() {
+   cp -r chardet-${pkgver} python2-chardet-${pkgver}
+}
+
+package_python-chardet() {
+   depends=('python')
+   pkgdesc=Python3 module for character encoding auto-detection
+   cd chardet-${pkgver}
+   python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-chardet() {
+   depends=('python2')
+   pkgdesc=Python2 module for character encoding auto-detection
+   cd python2-chardet-${pkgver}
+   python2 setup.py install --root=${pkgdir} --optimize=1
+
+   # To avoid file conflict with the python3 version
+   mv $pkgdir/usr/bin/chardetect $pkgdir/usr/bin/chardetect-py2
+}



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:06:48
  Author: fyan
Revision: 107343

archrelease: copy trunk to community-staging-any

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

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

Copied: python-sympy/repos/community-staging-any/PKGBUILD (from rev 107342, 
python-sympy/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 06:06:48 UTC (rev 107343)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: Peter Garceau rockych...@gmail.com
+
+pkgbase=python-sympy
+pkgname=('python2-sympy' 'python-sympy')
+pkgver=0.7.5
+pkgrel=2
+arch=('any')
+pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
+url='http://sympy.org/en/index.html'
+license=('BSD')
+makedepends=('python2' 'python' 'git')
+source=(git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver};)
+
+prepare() {
+  cp -r sympy py3-sympy
+
+  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+ -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+
sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
+sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
+sympy/sympy/utilities/tests/diagnose_imports.py
+  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python3|' \
+ -e 's|#!/usr/bin/python|#!/usr/bin/python3|' \
+
py3-sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
+py3-sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
+py3-sympy/sympy/utilities/tests/diagnose_imports.py
+}
+
+build() {
+  cd sympy
+  python2 setup.py build
+
+  cd ../py3-sympy
+  python3 setup.py build
+}
+
+#check() {
+#  cd sympy
+#  python2 setup.py test
+#
+#  cd ../py3-sympy
+#  python3 setup.py test
+#}
+
+package_python2-sympy() {
+  depends=('python2=2.7')
+  optdepends=('python2-pyglet: plotting'
+  'ipython2: user friendly interface for isympy')
+
+  cd sympy
+
+  python2 setup.py install --root ${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sympy() {
+  depends=('python=3.3')
+  optdepends=('ipython: user friendly interface for isympy')
+
+  cd py3-sympy
+
+  python3 setup.py install --root ${pkgdir} --optimize=1
+
+  # rename files that exists in both 'python2-sympy' and 'python-sympy'
+  mv ${pkgdir}/usr/bin/isympy{,-py3}
+  mv ${pkgdir}/usr/share/man/man1/isympy{,-py3}.1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+sha512sums=('SKIP')



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:11:39
  Author: fyan
Revision: 208020

upgpkg: python-cssselect 0.9.1-2

- python 3.4 rebuild

Modified:
  python-cssselect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:06:13 UTC (rev 208019)
+++ PKGBUILD2014-03-17 06:11:39 UTC (rev 208020)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: Simon Sapin simon dot sapin at exyr dot org
 
 pkgbase=python-cssselect
 pkgname=('python-cssselect' 'python2-cssselect')
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 license=('BSD')
 arch=('any')
 url=http://pypi.python.org/pypi/cssselect;



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:12:49
  Author: fyan
Revision: 208021

archrelease: copy trunk to staging-any

Added:
  python-cssselect/repos/staging-any/
  python-cssselect/repos/staging-any/PKGBUILD
(from rev 208020, python-cssselect/trunk/PKGBUILD)

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

Copied: python-cssselect/repos/staging-any/PKGBUILD (from rev 208020, 
python-cssselect/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 06:12:49 UTC (rev 208021)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Simon Sapin simon dot sapin at exyr dot org
+
+pkgbase=python-cssselect
+pkgname=('python-cssselect' 'python2-cssselect')
+pkgver=0.9.1
+pkgrel=2
+license=('BSD')
+arch=('any')
+url=http://pypi.python.org/pypi/cssselect;
+makedepends=('python2' 'python')
+source=(http://pypi.python.org/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
+md5sums=('c74f45966277dc7a0f768b9b0f3522ac')
+
+prepare() {
+  cp -r cssselect-${pkgver} python2-cssselect-${pkgver}
+}
+
+package_python-cssselect() {
+  pkgdesc=A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python')
+
+  cd cssselect-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-cssselect() {
+  pkgdesc=A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python2')
+
+  cd python2-cssselect-${pkgver}
+
+  # Fix python2 shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' cssselect/tests.py
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:13:45
  Author: fyan
Revision: 107344

upgpkg: python-pymongo 2.6.3-3

- python 3.4 rebuild

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:06:48 UTC (rev 107343)
+++ PKGBUILD2014-03-17 06:13:45 UTC (rev 107344)
@@ -7,7 +7,7 @@
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
 pkgver=2.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
 license=('APACHE')



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:14:22
  Author: fyan
Revision: 208022

upgpkg: python-pycparser 2.10-4

- python 3.4 rebuild

Modified:
  python-pycparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:12:49 UTC (rev 208021)
+++ PKGBUILD2014-03-17 06:14:22 UTC (rev 208022)
@@ -7,7 +7,7 @@
 pkgbase=python-pycparser
 pkgname=(python-pycparser python2-pycparser)
 pkgver=2.10
-pkgrel=3
+pkgrel=4
 pkgdesc='C parser and AST generator written in Python'
 url='https://github.com/eliben/pycparser'
 makedepends=('python-ply' 'python2-ply' 'git')



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:15:27
  Author: fyan
Revision: 107345

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

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

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

Copied: python-pymongo/repos/community-staging-i686/PKGBUILD (from rev 107344, 
python-pymongo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 06:15:27 UTC (rev 107345)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=2.6.3
+pkgrel=3
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('mongodb: High-performance schema-free document-oriented database')
+source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
+sha256sums=('cabe1d785ad5db6ed8ff70dcb9c987958fc75400f066ec78911ca3f37184a4e2')
+
+build() {
+  cp -a pymongo-$pkgver pymongo2-$pkgver
+}
+
+package_python2-pymongo() {
+  depends=('python2')
+
+  cd pymongo2-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python-pymongo() {
+  depends=('python')
+
+  cd pymongo-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-staging-x86_64/PKGBUILD (from rev 
107344, python-pymongo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-17 06:15:27 UTC (rev 107345)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=2.6.3
+pkgrel=3
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('mongodb: High-performance schema-free document-oriented database')
+source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
+sha256sums=('cabe1d785ad5db6ed8ff70dcb9c987958fc75400f066ec78911ca3f37184a4e2')
+
+build() {
+  cp -a pymongo-$pkgver pymongo2-$pkgver
+}
+
+package_python2-pymongo() {
+  depends=('python2')
+
+  cd pymongo2-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python-pymongo() {
+  depends=('python')
+
+  cd pymongo-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:15:24
  Author: fyan
Revision: 208023

archrelease: copy trunk to staging-any

Added:
  python-pycparser/repos/staging-any/
  python-pycparser/repos/staging-any/PKGBUILD
(from rev 208022, python-pycparser/trunk/PKGBUILD)

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

Copied: python-pycparser/repos/staging-any/PKGBUILD (from rev 208022, 
python-pycparser/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 06:15:24 UTC (rev 208023)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Justin Dray jus...@dray.be
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: lang2 wenzhi.li...@gmail.com
+
+pkgbase=python-pycparser
+pkgname=(python-pycparser python2-pycparser)
+pkgver=2.10
+pkgrel=4
+pkgdesc='C parser and AST generator written in Python'
+url='https://github.com/eliben/pycparser'
+makedepends=('python-ply' 'python2-ply' 'git')
+arch=('any')
+license=('BSD')
+source=('https://github.com/eliben/pycparser/archive/release_v2.10.zip')
+sha256sums=('1217244f882c330782f4762a1fb37cef21a929ce0123ac388e7e367c35ddbae3')
+
+prepare() {
+  cp -r pycparser-release_v${pkgver}{,-py2}
+}
+
+build() {
+  cd pycparser-release_v${pkgver}
+  python setup.py build
+
+  cd pycparser
+  python _build_tables.py
+
+  cd $srcdir/pycparser-release_v${pkgver}-py2
+  python2 setup.py build
+
+  cd pycparser
+  python2 _build_tables.py
+}
+
+package_python-pycparser() {
+  depends=('python-ply')
+
+  cd pycparser-release_v${pkgver}
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pycparser() {
+  depends=('python2-ply')
+
+  cd pycparser-release_v${pkgver}-py2
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:20:01
  Author: fyan
Revision: 208024

upgpkg: pyopengl 3.0.2-6

- python 3.4 rebuild

Modified:
  pyopengl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:15:24 UTC (rev 208023)
+++ PKGBUILD2014-03-17 06:20:01 UTC (rev 208024)
@@ -8,7 +8,7 @@
 pkgbase=pyopengl
 pkgname=('python2-opengl' 'python-opengl')
 pkgver=3.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc=The cross platform Python binding to OpenGL and related APIs
 url=http://pyopengl.sourceforge.net/;
 license=('BSD')



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:20:28
  Author: fyan
Revision: 107346

upgpkg: python-tornado 3.2.0-2

- python 3.4 rebuild

Modified:
  python-tornado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:15:27 UTC (rev 107345)
+++ PKGBUILD2014-03-17 06:20:28 UTC (rev 107346)
@@ -4,7 +4,7 @@
 
 pkgname=('python-tornado' 'python2-tornado')
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
 arch=('i686' 'x86_64')
 url='http://www.tornadoweb.org/'



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:20:59
  Author: fyan
Revision: 208025

archrelease: copy trunk to staging-any

Added:
  pyopengl/repos/staging-any/
  pyopengl/repos/staging-any/LICENSE
(from rev 208024, pyopengl/trunk/LICENSE)
  pyopengl/repos/staging-any/PKGBUILD
(from rev 208024, pyopengl/trunk/PKGBUILD)

--+
 LICENSE  |   30 ++
 PKGBUILD |   51 +++
 2 files changed, 81 insertions(+)

Copied: pyopengl/repos/staging-any/LICENSE (from rev 208024, 
pyopengl/trunk/LICENSE)
===
--- staging-any/LICENSE (rev 0)
+++ staging-any/LICENSE 2014-03-17 06:20:59 UTC (rev 208025)
@@ -0,0 +1,30 @@
+# Copyright (c) 2006-2008 Alex Holkner
+# All rights reserved.
+# 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions 
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above copyright 
+#notice, this list of conditions and the following disclaimer in
+#the documentation and/or other materials provided with the
+#distribution.
+#  * Neither the name of pyglet nor the names of its
+#contributors may be used to endorse or promote products
+#derived from this software without specific prior written
+#permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Copied: pyopengl/repos/staging-any/PKGBUILD (from rev 208024, 
pyopengl/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 06:20:59 UTC (rev 208025)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh Taylor joshtaylor.m...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=pyopengl
+pkgname=('python2-opengl' 'python-opengl')
+pkgver=3.0.2
+pkgrel=6
+pkgdesc=The cross platform Python binding to OpenGL and related APIs
+url=http://pyopengl.sourceforge.net/;
+license=('BSD')
+arch=('any')
+makedepends=('freeglut' 'python2-setuptools' 'python-setuptools')
+source=(http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-${pkgver}.tar.gz;
+'LICENSE')
+md5sums=('77becc24ffc0a6b28030aa109ad7ff8b'
+ '0b53c508a63e5dbaf44cdfb0fa103b3a')
+
+prepare() {
+cp -r PyOpenGL-${pkgver} python-PyOpenGL-${pkgver}
+
+# Fix the shebang
+sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' \
+PyOpenGL-${pkgver}/OpenGL/Tk/__init__.py
+sed -i 's|#! /usr/bin/env python|#!/usr/bin/python2|' \
+PyOpenGL-${pkgver}/OpenGL/arrays/{_,}buffers.py
+}
+
+package_python2-opengl() {
+depends=('python2' 'freeglut')
+   conflicts=('python-pyopengl' 'python-opengl=3.0.1-4')
+   replaces=('python-pyopengl' 'python-opengl=3.0.1-4')
+
+cd PyOpenGL-${pkgver}
+   python2 setup.py install --root=${pkgdir} --optimize=1
+   install -Dm644 ${srcdir}/LICENSE \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-opengl() {
+depends=('python' 'freeglut')
+ 
+cd python-PyOpenGL-${pkgver}
+   python setup.py install --root=${pkgdir} --optimize=1
+   install -Dm644 ${srcdir}/LICENSE \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:22:11
  Author: fyan
Revision: 208026

upgpkg: python-ply 3.4-4

- python 3.4 rebuild

Modified:
  python-ply/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:20:59 UTC (rev 208025)
+++ PKGBUILD2014-03-17 06:22:11 UTC (rev 208026)
@@ -7,7 +7,7 @@
 pkgbase=python-ply
 pkgname=(python-ply python2-ply)
 pkgver=3.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Implementation of lex and yacc parsing tools'
 arch=('any')
 url='http://www.dabeaz.com/ply/'



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:22:32
  Author: fyan
Revision: 107347

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

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

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

Copied: python-tornado/repos/community-staging-i686/PKGBUILD (from rev 107346, 
python-tornado/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 06:22:32 UTC (rev 107347)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=('python-tornado' 'python2-tornado')
+pkgver=3.2.0
+pkgrel=2
+pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
+arch=('i686' 'x86_64')
+url='http://www.tornadoweb.org/'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname')
+source=(https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz;)
+
+build() {
+  cp -r tornado-${pkgver} python2-tornado-${pkgver}
+
+  cd tornado-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-tornado-${pkgver}
+
+  # python - python2 rename
+  find -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i {} \;
+
+  python2 setup.py build
+}
+
+package_python-tornado() {
+  depends=('python')
+
+  cd tornado-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-tornado() {
+  depends=('python2' 'python2-backports.ssl_match_hostname')
+
+  cd python2-tornado-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+
+sha512sums=('1703178be34060a6c36e9e0aa742b87ad905dfb0f565e43a1158edfe5c7800fe35aff9168b60aabd3b831b339af6ef95aaa144a9fb167c5d93f548eb59fc2557')

Copied: python-tornado/repos/community-staging-x86_64/PKGBUILD (from rev 
107346, python-tornado/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-17 06:22:32 UTC (rev 107347)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=('python-tornado' 'python2-tornado')
+pkgver=3.2.0
+pkgrel=2
+pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
+arch=('i686' 'x86_64')
+url='http://www.tornadoweb.org/'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname')
+source=(https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz;)
+
+build() {
+  cp -r tornado-${pkgver} python2-tornado-${pkgver}
+
+  cd tornado-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-tornado-${pkgver}
+
+  # python - python2 rename
+  find -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i {} \;
+
+  python2 setup.py build
+}
+
+package_python-tornado() {
+  depends=('python')
+
+  cd tornado-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-tornado() {
+  depends=('python2' 'python2-backports.ssl_match_hostname')
+
+  cd python2-tornado-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+
+sha512sums=('1703178be34060a6c36e9e0aa742b87ad905dfb0f565e43a1158edfe5c7800fe35aff9168b60aabd3b831b339af6ef95aaa144a9fb167c5d93f548eb59fc2557')



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:23:46
  Author: fyan
Revision: 208027

archrelease: copy trunk to staging-any

Added:
  python-ply/repos/staging-any/
  python-ply/repos/staging-any/PKGBUILD
(from rev 208026, python-ply/trunk/PKGBUILD)

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

Copied: python-ply/repos/staging-any/PKGBUILD (from rev 208026, 
python-ply/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 06:23:46 UTC (rev 208027)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Marcin avalan Falkiewicz avalat...@gmail.com
+# Contributor: C Anthony Risinger anth...@xtfx.me
+
+pkgbase=python-ply
+pkgname=(python-ply python2-ply)
+pkgver=3.4
+pkgrel=4
+pkgdesc='Implementation of lex and yacc parsing tools'
+arch=('any')
+url='http://www.dabeaz.com/ply/'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(${url}ply-$pkgver.tar.gz)
+sha256sums=('af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b')
+
+prepare() {
+  cp -r ${pkgbase#python-}-$pkgver{,-py2}
+}
+
+package_python-ply() {
+  depends=('python')
+
+  cd ${pkgbase#python-}-$pkgver
+
+  python setup.py install --root=$pkgdir
+  
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  head -n30 README  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ply() {
+  depends=('python2')
+
+  cd ${pkgbase#python-}-$pkgver-py2
+
+  python2 setup.py install --root=$pkgdir
+  
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  head -n30 README  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:28:43
  Author: fyan
Revision: 107348

upgpkg: python-greenlet 0.4.2-3

- python 3.4 rebuild

Modified:
  python-greenlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:22:32 UTC (rev 107347)
+++ PKGBUILD2014-03-17 06:28:43 UTC (rev 107348)
@@ -6,7 +6,7 @@
 pkgbase=python-greenlet
 pkgname=(python-greenlet python2-greenlet)
 pkgver=0.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Lightweight in-process concurrent programming
 license=(MIT)
 url=http://pypi.python.org/pypi/greenlet;



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:30:23
  Author: fyan
Revision: 107349

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

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

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

Copied: python-greenlet/repos/community-staging-i686/PKGBUILD (from rev 107348, 
python-greenlet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 06:30:23 UTC (rev 107349)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ralf Schmitt r...@systemexit.de
+
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
+pkgver=0.4.2
+pkgrel=3
+pkgdesc=Lightweight in-process concurrent programming
+license=(MIT)
+url=http://pypi.python.org/pypi/greenlet;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip;)
+arch=('i686' 'x86_64')
+
+prepare() {
+cp -r greenlet-$pkgver greenlet-$pkgver-py2
+}
+
+build() {
+   cd greenlet-$pkgver
+   python setup.py build
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py build
+}
+
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root=$pkgdir
+install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root=$pkgdir
+   install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+sha512sums=('9596b740921e4a80bcb43adb725a7a4ea428dadc10ba55f8840837ba685b010c273a4a2bd62c5ba4bfdf27ce87c914a83714d762bacafb8e0a3cd7e2a9675992')

Copied: python-greenlet/repos/community-staging-x86_64/PKGBUILD (from rev 
107348, python-greenlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-17 06:30:23 UTC (rev 107349)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ralf Schmitt r...@systemexit.de
+
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
+pkgver=0.4.2
+pkgrel=3
+pkgdesc=Lightweight in-process concurrent programming
+license=(MIT)
+url=http://pypi.python.org/pypi/greenlet;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip;)
+arch=('i686' 'x86_64')
+
+prepare() {
+cp -r greenlet-$pkgver greenlet-$pkgver-py2
+}
+
+build() {
+   cd greenlet-$pkgver
+   python setup.py build
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py build
+}
+
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root=$pkgdir
+install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root=$pkgdir
+   install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+sha512sums=('9596b740921e4a80bcb43adb725a7a4ea428dadc10ba55f8840837ba685b010c273a4a2bd62c5ba4bfdf27ce87c914a83714d762bacafb8e0a3cd7e2a9675992')



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:32:31
  Author: fyan
Revision: 208028

upgpkg: python-pycurl 7.19.3.1-2

- python 3.4 rebuild

Modified:
  python-pycurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:23:46 UTC (rev 208027)
+++ PKGBUILD2014-03-17 06:32:31 UTC (rev 208028)
@@ -7,7 +7,7 @@
 pkgbase=python-$_pypiname
 pkgname=('python-pycurl' 'python2-pycurl')
 pkgver=7.19.3.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://pycurl.sourceforge.net/;
 license=('LGPL' 'MIT')



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:34:15
  Author: fyan
Revision: 208029

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

Added:
  python-pycurl/repos/staging-i686/
  python-pycurl/repos/staging-i686/PKGBUILD
(from rev 208028, python-pycurl/trunk/PKGBUILD)
  python-pycurl/repos/staging-x86_64/
  python-pycurl/repos/staging-x86_64/PKGBUILD
(from rev 208028, python-pycurl/trunk/PKGBUILD)

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

Copied: python-pycurl/repos/staging-i686/PKGBUILD (from rev 208028, 
python-pycurl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 06:34:15 UTC (rev 208029)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+_pypiname=pycurl
+pkgbase=python-$_pypiname
+pkgname=('python-pycurl' 'python2-pycurl')
+pkgver=7.19.3.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://pycurl.sourceforge.net/;
+license=('LGPL' 'MIT')
+makedepends=('python' 'python2' 'curl' 'git')
+source=(git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_};)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -r ${_pypiname} python2-${_pypiname}
+
+  cd ${srcdir}/${_pypiname}
+  find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python3| {} +
+sed -i 's/share, doc, PACKAGE/share, doc, python-pycurl/' 
setup.py
+
+  cd ${srcdir}/python2-${_pypiname}
+  find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python2| {} +
+sed -i 's/share, doc, PACKAGE/share, doc, python2-pycurl/' 
setup.py
+}
+
+build() {
+  cd ${srcdir}/${_pypiname}
+  python3 setup.py build --with-ssl
+
+  cd ${srcdir}/python2-${_pypiname}
+  python2 setup.py build --with-ssl
+}
+
+package_python-pycurl() {
+  pkgdesc=A Python 3.x interface to libcurl
+  depends=('python' 'curl')
+
+  cd ${_pypiname}
+  python setup.py install -O1 --root=${pkgdir}
+  install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pycurl() {
+  pkgdesc=A Python 2.x interface to libcurl
+  depends=('python2' 'curl')
+
+  cd python2-${_pypiname}
+  python2 setup.py install -O1 --root=${pkgdir}
+  install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python-pycurl/repos/staging-x86_64/PKGBUILD (from rev 208028, 
python-pycurl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 06:34:15 UTC (rev 208029)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+_pypiname=pycurl
+pkgbase=python-$_pypiname
+pkgname=('python-pycurl' 'python2-pycurl')
+pkgver=7.19.3.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://pycurl.sourceforge.net/;
+license=('LGPL' 'MIT')
+makedepends=('python' 'python2' 'curl' 'git')
+source=(git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_};)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -r ${_pypiname} python2-${_pypiname}
+
+  cd ${srcdir}/${_pypiname}
+  find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python3| {} +
+sed -i 's/share, doc, PACKAGE/share, doc, python-pycurl/' 
setup.py
+
+  cd ${srcdir}/python2-${_pypiname}
+  find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python2| {} +
+sed -i 's/share, doc, PACKAGE/share, doc, python2-pycurl/' 
setup.py
+}
+
+build() {
+  cd ${srcdir}/${_pypiname}
+  python3 setup.py build --with-ssl
+
+  cd ${srcdir}/python2-${_pypiname}
+  python2 setup.py build --with-ssl
+}
+
+package_python-pycurl() {
+  pkgdesc=A Python 3.x interface to libcurl
+  depends=('python' 'curl')
+
+  cd ${_pypiname}
+  python setup.py install -O1 --root=${pkgdir}
+  install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pycurl() {
+  pkgdesc=A Python 2.x interface to libcurl
+  depends=('python2' 'curl')
+
+  cd python2-${_pypiname}
+  python2 setup.py install -O1 --root=${pkgdir}
+  install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:41:19
  Author: fyan
Revision: 107350

upgpkg: python-levenshtein 0.11.2-2

- python 3.4 rebuild

Modified:
  python-levenshtein/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:30:23 UTC (rev 107349)
+++ PKGBUILD2014-03-17 06:41:19 UTC (rev 107350)
@@ -7,7 +7,7 @@
 pkgbase=python-levenshtein
 pkgname=(python-levenshtein python2-levenshtein)
 pkgver=0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Python extension for computing string edit distances and similarities
 url=http://pypi.python.org/pypi/python-Levenshtein/;
 license=(GPL)



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:41:44
  Author: fyan
Revision: 208030

upgpkg: python-cffi 0.8.2-4

- python 3.4 rebuild

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:34:15 UTC (rev 208029)
+++ PKGBUILD2014-03-17 06:41:44 UTC (rev 208030)
@@ -6,7 +6,7 @@
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
 pkgver=0.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Foreign Function Interface for Python calling C code
 arch=('i686' 'x86_64')
 url=http://cffi.readthedocs.org/;



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:42:55
  Author: fyan
Revision: 107351

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

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

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

Copied: python-levenshtein/repos/community-staging-i686/PKGBUILD (from rev 
107350, python-levenshtein/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 06:42:55 UTC (rev 107351)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: shamrok szam...@gmail.com
+# Contributor: scj scj archlinux us
+
+pkgbase=python-levenshtein
+pkgname=(python-levenshtein python2-levenshtein)
+pkgver=0.11.2
+pkgrel=2
+pkgdesc=Python extension for computing string edit distances and similarities
+url=http://pypi.python.org/pypi/python-Levenshtein/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
+}
+
+package_python-levenshtein() {
+  depends=('python')
+
+  cd python-Levenshtein-$pkgver
+  python setup.py build install -O1 --prefix=/usr --root=$pkgdir
+}
+
+package_python2-levenshtein() {
+  depends=('python2')
+
+  cd python2-Levenshtein-$pkgver
+  python2 setup.py build install -O1 --prefix=/usr --root=$pkgdir
+}
+
+sha512sums=('67d701e841c9a846948a1f2c70ea06c6473e3ae1437f73df2a2747d576024889a12e00c4a61e95b6c14826554b1ebaf65375cf5be4f26df3b208568403192bf3')

Copied: python-levenshtein/repos/community-staging-x86_64/PKGBUILD (from rev 
107350, python-levenshtein/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-17 06:42:55 UTC (rev 107351)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: shamrok szam...@gmail.com
+# Contributor: scj scj archlinux us
+
+pkgbase=python-levenshtein
+pkgname=(python-levenshtein python2-levenshtein)
+pkgver=0.11.2
+pkgrel=2
+pkgdesc=Python extension for computing string edit distances and similarities
+url=http://pypi.python.org/pypi/python-Levenshtein/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
+}
+
+package_python-levenshtein() {
+  depends=('python')
+
+  cd python-Levenshtein-$pkgver
+  python setup.py build install -O1 --prefix=/usr --root=$pkgdir
+}
+
+package_python2-levenshtein() {
+  depends=('python2')
+
+  cd python2-Levenshtein-$pkgver
+  python2 setup.py build install -O1 --prefix=/usr --root=$pkgdir
+}
+
+sha512sums=('67d701e841c9a846948a1f2c70ea06c6473e3ae1437f73df2a2747d576024889a12e00c4a61e95b6c14826554b1ebaf65375cf5be4f26df3b208568403192bf3')



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:43:26
  Author: fyan
Revision: 208031

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

Added:
  python-cffi/repos/staging-i686/
  python-cffi/repos/staging-i686/PKGBUILD
(from rev 208030, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/staging-x86_64/
  python-cffi/repos/staging-x86_64/PKGBUILD
(from rev 208030, python-cffi/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   44 
 staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: python-cffi/repos/staging-i686/PKGBUILD (from rev 208030, 
python-cffi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 06:43:26 UTC (rev 208031)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=0.8.2
+pkgrel=4
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+md5sums=('37fc88c62f40d04e8a18192433f951ec')
+source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+
+prepare() {
+  cp -r $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-cffi/repos/staging-x86_64/PKGBUILD (from rev 208030, 
python-cffi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 06:43:26 UTC (rev 208031)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=0.8.2
+pkgrel=4
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+md5sums=('37fc88c62f40d04e8a18192433f951ec')
+source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+
+prepare() {
+  cp -r $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:49:27
  Author: fyan
Revision: 208032

upgpkg: python-cryptography 0.2.2-2

- python 3.4 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:43:26 UTC (rev 208031)
+++ PKGBUILD2014-03-17 06:49:27 UTC (rev 208032)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
 license=('Apache')



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:51:07
  Author: fyan
Revision: 208033

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

Added:
  python-cryptography/repos/staging-i686/
  python-cryptography/repos/staging-i686/PKGBUILD
(from rev 208032, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/staging-x86_64/
  python-cryptography/repos/staging-x86_64/PKGBUILD
(from rev 208032, python-cryptography/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   53 ++
 staging-x86_64/PKGBUILD |   53 ++
 2 files changed, 106 insertions(+)

Copied: python-cryptography/repos/staging-i686/PKGBUILD (from rev 208032, 
python-cryptography/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 06:51:07 UTC (rev 208033)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.2.2
+pkgrel=2
+pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
+arch=('i686' 'x86_64')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
+md5sums=('f002a442c8c5c7463bf8d2f11f6c3128')
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}

Copied: python-cryptography/repos/staging-x86_64/PKGBUILD (from rev 208032, 
python-cryptography/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 06:51:07 UTC (rev 208033)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.2.2
+pkgrel=2
+pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
+arch=('i686' 'x86_64')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
+md5sums=('f002a442c8c5c7463bf8d2f11f6c3128')
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:28:36
  Author: fyan
Revision: 208034

upgpkg: python-cairo 1.10.0-4

- python 3.4 rebuild

Added:
  python-cairo/trunk/pycairo-1.10.0-waf-python3.4.patch
Modified:
  python-cairo/trunk/PKGBUILD

+
 PKGBUILD   |   15 ++-
 pycairo-1.10.0-waf-python3.4.patch |1 +
 2 files changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:51:07 UTC (rev 208033)
+++ PKGBUILD2014-03-17 07:28:36 UTC (rev 208034)
@@ -4,17 +4,22 @@
 
 pkgname=python-cairo
 pkgver=1.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Python bindings for the cairo graphics library
 arch=('i686' 'x86_64')
 url=http://www.cairographics.org/pycairo;
 license=('LGPL3')
 depends=('python' 'cairo')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
-md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
+source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
+pycairo-1.10.0-waf-python3.4.patch)
+md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
+ '418e36055c75392f6501918d1c33d448')
 
 build() {
-  cd ${srcdir}/pycairo-${pkgver}
+  cd pycairo-${pkgver}
+  
+  # https://bugs.gentoo.org/show_bug.cgi?id=504342
+  patch -i $srcdir/pycairo-1.10.0-waf-python3.4.patch
 
   # Ensure that ./waf has created the cached unpacked version
   # of the wafadmin source tree.
@@ -27,6 +32,6 @@
 }
 
 package() {
-  cd ${srcdir}/pycairo-${pkgver}
+  cd pycairo-${pkgver}
   ./waf install --destdir=${pkgdir}
 }

Added: pycairo-1.10.0-waf-python3.4.patch
===
(Binary files differ)

Index: python-cairo/trunk/pycairo-1.10.0-waf-python3.4.patch
===
--- pycairo-1.10.0-waf-python3.4.patch  2014-03-17 06:51:07 UTC (rev 208033)
+++ pycairo-1.10.0-waf-python3.4.patch  2014-03-17 07:28:36 UTC (rev 208034)

Property changes on: python-cairo/trunk/pycairo-1.10.0-waf-python3.4.patch
___
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property


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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:30:13
  Author: fyan
Revision: 208035

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

Added:
  python-cairo/repos/staging-i686/
  python-cairo/repos/staging-i686/PKGBUILD
(from rev 208034, python-cairo/trunk/PKGBUILD)
  python-cairo/repos/staging-i686/pycairo-1.10.0-waf-python3.4.patch
(from rev 208034, python-cairo/trunk/pycairo-1.10.0-waf-python3.4.patch)
  python-cairo/repos/staging-x86_64/
  python-cairo/repos/staging-x86_64/PKGBUILD
(from rev 208034, python-cairo/trunk/PKGBUILD)
  python-cairo/repos/staging-x86_64/pycairo-1.10.0-waf-python3.4.patch
(from rev 208034, python-cairo/trunk/pycairo-1.10.0-waf-python3.4.patch)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: python-cairo/repos/staging-i686/PKGBUILD (from rev 208034, 
python-cairo/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 07:30:13 UTC (rev 208035)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=python-cairo
+pkgver=1.10.0
+pkgrel=4
+pkgdesc=Python bindings for the cairo graphics library
+arch=('i686' 'x86_64')
+url=http://www.cairographics.org/pycairo;
+license=('LGPL3')
+depends=('python' 'cairo')
+source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
+pycairo-1.10.0-waf-python3.4.patch)
+md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
+ '418e36055c75392f6501918d1c33d448')
+
+build() {
+  cd pycairo-${pkgver}
+  
+  # https://bugs.gentoo.org/show_bug.cgi?id=504342
+  patch -i $srcdir/pycairo-1.10.0-waf-python3.4.patch
+
+  # Ensure that ./waf has created the cached unpacked version
+  # of the wafadmin source tree.
+  # This will be created to a subdirectory like
+  #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
+  python3 ./waf --version
+
+  ./waf configure --prefix=/usr
+  ./waf build
+}
+
+package() {
+  cd pycairo-${pkgver}
+  ./waf install --destdir=${pkgdir}
+}

Copied: python-cairo/repos/staging-i686/pycairo-1.10.0-waf-python3.4.patch 
(from rev 208034, python-cairo/trunk/pycairo-1.10.0-waf-python3.4.patch)
===
(Binary files differ)

Copied: python-cairo/repos/staging-x86_64/PKGBUILD (from rev 208034, 
python-cairo/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 07:30:13 UTC (rev 208035)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=python-cairo
+pkgver=1.10.0
+pkgrel=4
+pkgdesc=Python bindings for the cairo graphics library
+arch=('i686' 'x86_64')
+url=http://www.cairographics.org/pycairo;
+license=('LGPL3')
+depends=('python' 'cairo')
+source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
+pycairo-1.10.0-waf-python3.4.patch)
+md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
+ '418e36055c75392f6501918d1c33d448')
+
+build() {
+  cd pycairo-${pkgver}
+  
+  # https://bugs.gentoo.org/show_bug.cgi?id=504342
+  patch -i $srcdir/pycairo-1.10.0-waf-python3.4.patch
+
+  # Ensure that ./waf has created the cached unpacked version
+  # of the wafadmin source tree.
+  # This will be created to a subdirectory like
+  #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
+  python3 ./waf --version
+
+  ./waf configure --prefix=/usr
+  ./waf build
+}
+
+package() {
+  cd pycairo-${pkgver}
+  ./waf install --destdir=${pkgdir}
+}

Copied: python-cairo/repos/staging-x86_64/pycairo-1.10.0-waf-python3.4.patch 
(from rev 208034, python-cairo/trunk/pycairo-1.10.0-waf-python3.4.patch)
===
(Binary files differ)



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

2014-03-17 Thread Jelle van der Waa
Date: Monday, March 17, 2014 @ 08:35:13
  Author: jelle
Revision: 107352

upgpkg: python-six 1.6.1-2

Modified:
  python-six/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:42:55 UTC (rev 107351)
+++ PKGBUILD2014-03-17 07:35:13 UTC (rev 107352)
@@ -4,7 +4,7 @@
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Python 2 and 3 compatibility utilities
 arch=('any')
 url=http://pypi.python.org/pypi/six/;



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

2014-03-17 Thread Jelle van der Waa
Date: Monday, March 17, 2014 @ 08:35:20
  Author: jelle
Revision: 107353

archrelease: copy trunk to community-staging-any

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

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

Copied: python-six/repos/community-staging-any/PKGBUILD (from rev 107352, 
python-six/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 07:35:20 UTC (rev 107353)
@@ -0,0 +1,41 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.6.1
+pkgrel=2
+pkgdesc=Python 2 and 3 compatibility utilities
+arch=('any')
+url=http://pypi.python.org/pypi/six/;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
+md5sums=('07d606ac08595d795bf926cc9985674f')
+
+build() {
+  cd $srcdir
+  cp -r six-$pkgver six2-$pkgver
+}
+
+check() {
+  cd $srcdir/six-$pkgver 
+  python3 setup.py check
+
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py check
+}
+
+package_python-six() {
+  depends=('python')
+  cd $srcdir/six-$pkgver 
+  python3 setup.py install --root ${pkgdir} --optimize=1
+  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-six() {
+  depends=('python2')
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py install --root ${pkgdir} --optimize=1
+  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-03-17 Thread Jelle van der Waa
Date: Monday, March 17, 2014 @ 08:38:39
  Author: jelle
Revision: 107355

archrelease: copy trunk to community-staging-any

Added:
  python-cherrypy/repos/community-staging-any/
  python-cherrypy/repos/community-staging-any/PKGBUILD
(from rev 107354, python-cherrypy/trunk/PKGBUILD)
  python-cherrypy/repos/community-staging-any/cherrypy-python33.patch
(from rev 107354, python-cherrypy/trunk/cherrypy-python33.patch)

-+
 PKGBUILD|   64 ++
 cherrypy-python33.patch |   50 +++
 2 files changed, 114 insertions(+)

Copied: python-cherrypy/repos/community-staging-any/PKGBUILD (from rev 107354, 
python-cherrypy/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 07:38:39 UTC (rev 107355)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Armando M. Baratti amblis...@ajato.com.br
+# Contributor: Florian Richter florian_rich...@gmx.de
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=3.2.5
+pkgrel=2
+pkgdesc=A pythonic, object-oriented web development framework
+arch=('any')
+url=http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
+md5sums=('bb130fbd5b6fa38d4e9f5c5597ea9800')
+
+build() {
+  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
+
+  cd CherryPy-${pkgver}
+  python ./setup.py build
+
+  cd ${srcdir}/CherryPy2-${pkgver}
+  sed \
+-e 's_#! /usr/bin/env python_2_' \
+-i cherrypy/cherryd
+  sed \
+-e 's_#!/usr/bin/python_2_' \
+-i cherrypy/test/sessiondemo.py
+  python2 ./setup.py build
+
+}
+
+package_python-cherrypy() {
+  depends=('python')
+
+  cd CherryPy-${pkgver}
+
+  python ./setup.py install --root=${pkgdir} --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd CherryPy2-${pkgver}
+
+  python2 ./setup.py install --root=${pkgdir} --optimize=1
+  mv ${pkgdir}/usr/bin/cherryd ${pkgdir}/usr/bin/cherryd2
+
+  install -Dm644 cherrypy/LICENSE.txt \
+${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt
+}
+
+check() {
+  cd CherryPy2-${pkgver}
+  python2 ./setup.py check
+
+  cd ../CherryPy-${pkgver}
+  python3 ./setup.py check
+}

Copied: python-cherrypy/repos/community-staging-any/cherrypy-python33.patch 
(from rev 107354, python-cherrypy/trunk/cherrypy-python33.patch)
===
--- community-staging-any/cherrypy-python33.patch   
(rev 0)
+++ community-staging-any/cherrypy-python33.patch   2014-03-17 07:38:39 UTC 
(rev 107355)
@@ -0,0 +1,50 @@
+# HG changeset patch
+# User Jason R. Coombs jar...@jaraco.com
+# Date 1349660887 14400
+# Branch cherrypy-3.2.x
+# Node ID 01b6adcb3849b2ff4fa31e3298b494f6b136369e
+# Parent  9820107d4ffb8058fd507888f90e28c695f6b4c0
+Timer class was renamed from _Timer to Timer in Python 3.3. This change adds a 
compatibility shim to detect this change and reference the base class 
accordingly. Fixes #1163.
+
+diff -r 9820107d4ffb8058fd507888f90e28c695f6b4c0 -r 
01b6adcb3849b2ff4fa31e3298b494f6b136369e cherrypy/_cpcompat.py
+--- a/cherrypy/_cpcompat.pyWed Oct 03 08:02:12 2012 -0400
 b/cherrypy/_cpcompat.pySun Oct 07 21:48:07 2012 -0400
+@@ -18,6 +18,7 @@
+ import os
+ import re
+ import sys
++import threading
+ 
+ if sys.version_info = (3, 0):
+ py3k = True
+@@ -325,3 +326,9 @@
+ # Python 2
+ def next(i):
+ return i.next()
++
++if sys.version_info = (3,3):
++Timer = threading.Timer
++else:
++# Python 3.2 and earlier
++Timer = threading._Timer
+diff -r 9820107d4ffb8058fd507888f90e28c695f6b4c0 -r 
01b6adcb3849b2ff4fa31e3298b494f6b136369e cherrypy/process/plugins.py
+--- a/cherrypy/process/plugins.py  Wed Oct 03 08:02:12 2012 -0400
 b/cherrypy/process/plugins.py  Sun Oct 07 21:48:07 2012 -0400
+@@ -7,7 +7,7 @@
+ import time
+ import threading
+ 
+-from cherrypy._cpcompat import basestring, get_daemon, get_thread_ident, 
ntob, set
++from cherrypy._cpcompat import basestring, get_daemon, get_thread_ident, 
ntob, set, Timer
+ 
+ # _module__file__base is used by Autoreload to make
+ # absolute any filenames retrieved from sys.modules which are not
+@@ -421,7 +421,7 @@
+ pass
+ 
+ 
+-class PerpetualTimer(threading._Timer):
++class PerpetualTimer(Timer):
+ A responsive subclass of threading._Timer whose run() method repeats.
+ 
+ Use this timer only when you really need a very interruptible timer;



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

2014-03-17 Thread Jelle van der Waa
Date: Monday, March 17, 2014 @ 08:38:36
  Author: jelle
Revision: 107354

upgpkg: python-cherrypy 3.2.5-2

python 3.4 rebuild

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 07:35:20 UTC (rev 107353)
+++ PKGBUILD2014-03-17 07:38:36 UTC (rev 107354)
@@ -6,7 +6,7 @@
 # Contributor: Florian Richter florian_rich...@gmx.de
 pkgname=('python-cherrypy' 'python2-cherrypy')
 pkgver=3.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A pythonic, object-oriented web development framework
 arch=('any')
 url=http://www.cherrypy.org;



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:40:32
  Author: fyan
Revision: 208036

upgpkg: python-markupsafe 0.19-1

Modified:
  python-markupsafe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 07:30:13 UTC (rev 208035)
+++ PKGBUILD2014-03-17 07:40:32 UTC (rev 208036)
@@ -3,8 +3,8 @@
 # Contributor: Alex Anthony alex.anthony28...@gmail.com
 
 pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.18
-pkgrel=3
+pkgver=0.19
+pkgrel=1
 pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
 arch=('i686' 'x86_64')
 url=http://pypi.python.org/pypi/MarkupSafe;
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-md5sums=('f8d252fd05371e51dec2fe9a36890687')
+md5sums=('ccb3f746c807c5500850987006854a6d')
 
 build() {
   cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:42:18
  Author: fyan
Revision: 208037

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

Added:
  python-markupsafe/repos/extra-i686/PKGBUILD
(from rev 208036, python-markupsafe/trunk/PKGBUILD)
  python-markupsafe/repos/extra-x86_64/PKGBUILD
(from rev 208036, python-markupsafe/trunk/PKGBUILD)
Deleted:
  python-markupsafe/repos/extra-i686/PKGBUILD
  python-markupsafe/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 extra-i686/PKGBUILD   |   49 
 extra-x86_64/PKGBUILD |   49 
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-17 07:40:32 UTC (rev 208036)
+++ extra-i686/PKGBUILD 2014-03-17 07:42:18 UTC (rev 208037)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alex Anthony alex.anthony28...@gmail.com
-
-pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.18
-pkgrel=2
-pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/MarkupSafe;
-license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-md5sums=('f8d252fd05371e51dec2fe9a36890687')
-
-build() {
-  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py test
-}
-
-package_python-markupsafe() {
-  depends=('python')
-
-  cd MarkupSafe-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
-}
-
-package_python2-markupsafe() {
-  depends=('python2')
-
-  cd python2-MarkupSafe-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
-}

Copied: python-markupsafe/repos/extra-i686/PKGBUILD (from rev 208036, 
python-markupsafe/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-17 07:42:18 UTC (rev 208037)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Alex Anthony alex.anthony28...@gmail.com
+
+pkgname=('python-markupsafe' 'python2-markupsafe')
+pkgver=0.19
+pkgrel=1
+pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/MarkupSafe;
+license=('custom')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
+md5sums=('ccb3f746c807c5500850987006854a6d')
+
+build() {
+  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py test
+}
+
+package_python-markupsafe() {
+  depends=('python')
+
+  cd MarkupSafe-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
+}
+
+package_python2-markupsafe() {
+  depends=('python2')
+
+  cd python2-MarkupSafe-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-17 07:40:32 UTC (rev 208036)
+++ extra-x86_64/PKGBUILD   2014-03-17 07:42:18 UTC (rev 208037)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alex Anthony alex.anthony28...@gmail.com
-
-pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.18
-pkgrel=2
-pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/MarkupSafe;
-license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-md5sums=('f8d252fd05371e51dec2fe9a36890687')
-
-build() {
-  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py build
-}

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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:46:01
  Author: fyan
Revision: 208038

upgpkg: python-markupsafe 0.19-2

- python 3.4 rebuild

Modified:
  python-markupsafe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 07:42:18 UTC (rev 208037)
+++ PKGBUILD2014-03-17 07:46:01 UTC (rev 208038)
@@ -4,7 +4,7 @@
 
 pkgname=('python-markupsafe' 'python2-markupsafe')
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
 arch=('i686' 'x86_64')
 url=http://pypi.python.org/pypi/MarkupSafe;



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:47:50
  Author: fyan
Revision: 208039

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

Added:
  python-markupsafe/repos/staging-i686/PKGBUILD
(from rev 208038, python-markupsafe/trunk/PKGBUILD)
  python-markupsafe/repos/staging-x86_64/PKGBUILD
(from rev 208038, python-markupsafe/trunk/PKGBUILD)
Deleted:
  python-markupsafe/repos/staging-i686/PKGBUILD
  python-markupsafe/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   98 ++
 staging-i686/PKGBUILD   |   49 ---
 staging-x86_64/PKGBUILD |   49 ---
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-03-17 07:46:01 UTC (rev 208038)
+++ staging-i686/PKGBUILD   2014-03-17 07:47:50 UTC (rev 208039)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alex Anthony alex.anthony28...@gmail.com
-
-pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.18
-pkgrel=3
-pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/MarkupSafe;
-license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-md5sums=('f8d252fd05371e51dec2fe9a36890687')
-
-build() {
-  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py test
-}
-
-package_python-markupsafe() {
-  depends=('python')
-
-  cd MarkupSafe-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
-}
-
-package_python2-markupsafe() {
-  depends=('python2')
-
-  cd python2-MarkupSafe-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
-}

Copied: python-markupsafe/repos/staging-i686/PKGBUILD (from rev 208038, 
python-markupsafe/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 07:47:50 UTC (rev 208039)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Alex Anthony alex.anthony28...@gmail.com
+
+pkgname=('python-markupsafe' 'python2-markupsafe')
+pkgver=0.19
+pkgrel=2
+pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/MarkupSafe;
+license=('custom')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
+md5sums=('ccb3f746c807c5500850987006854a6d')
+
+build() {
+  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py test
+}
+
+package_python-markupsafe() {
+  depends=('python')
+
+  cd MarkupSafe-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
+}
+
+package_python2-markupsafe() {
+  depends=('python2')
+
+  cd python2-MarkupSafe-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-03-17 07:46:01 UTC (rev 208038)
+++ staging-x86_64/PKGBUILD 2014-03-17 07:47:50 UTC (rev 208039)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alex Anthony alex.anthony28...@gmail.com
-
-pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.18
-pkgrel=3
-pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/MarkupSafe;
-license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-md5sums=('f8d252fd05371e51dec2fe9a36890687')
-
-build() {
-  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py build
-
-  cd 

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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:53:44
  Author: fyan
Revision: 208040

upgpkg: python-astroid 1.0.1-2

- python 3.4 rebuild

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 07:47:50 UTC (rev 208039)
+++ PKGBUILD2014-03-17 07:53:44 UTC (rev 208040)
@@ -4,7 +4,7 @@
 pkgbase=python-astroid
 pkgname=('python2-astroid' 'python-astroid')
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
 url=http://www.logilab.org/project/logilab-common;



[arch-commits] Commit in fail2ban/trunk (PKGBUILD failban-0.9.0-fix-indentation.patch)

2014-03-17 Thread Bartłomiej Piotrowski
Date: Monday, March 17, 2014 @ 08:53:49
  Author: bpiotrowski
Revision: 107356

upgpkg: fail2ban 0.9.0-1

new upstream release

Added:
  fail2ban/trunk/failban-0.9.0-fix-indentation.patch
Modified:
  fail2ban/trunk/PKGBUILD

-+
 PKGBUILD|   19 +++-
 failban-0.9.0-fix-indentation.patch |   39 ++
 2 files changed, 52 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 07:38:39 UTC (rev 107355)
+++ PKGBUILD2014-03-17 07:53:49 UTC (rev 107356)
@@ -5,8 +5,8 @@
 # Contributor: nbags neilb...@gmail.com
 
 pkgname=fail2ban
-pkgver=0.8.12
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
@@ -16,11 +16,18 @@
 etc/fail2ban/jail.conf)
 install=fail2ban.install
 source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
-service tmpfiles.conf)
-sha256sums=('4844d17296861c39647c6053b1dc146fe80691f3833dd116ea9197059946f467'
-'1bce54ad435b7dd3547baceea050a1d66745010b28a4ded269f6707cebdc99b1'
-'ce8922c4734a56c88f22ffa4f2ad5819d113c7d4e439b142c984816599ebc1f4')
+service tmpfiles.conf
+failban-0.9.0-fix-indentation.patch)
+md5sums=('c8e0df39cbc32ee8646b82be9b7b5e53'
+ 'b4af226eb2d3029241a70e005ec7b3ac'
+ '88d51ecc760ad2e017a165c632f49892'
+ '3b22b9d826c82a503df31a24f10d58a6')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../failban-0.9.0-fix-indentation.patch
+}
+
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root $pkgdir

Added: failban-0.9.0-fix-indentation.patch
===
--- failban-0.9.0-fix-indentation.patch (rev 0)
+++ failban-0.9.0-fix-indentation.patch 2014-03-17 07:53:49 UTC (rev 107356)
@@ -0,0 +1,39 @@
+From e193e67718b77a1603a91079d7ab4d2307570a8e Mon Sep 17 00:00:00 2001
+From: Steven Hiscocks ste...@hiscocks.me.uk
+Date: Sun, 16 Mar 2014 18:25:16 +
+Subject: [PATCH] BF: fail2ban-regex mix of tabs and spaces
+
+---
+ bin/fail2ban-regex | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/bin/fail2ban-regex b/bin/fail2ban-regex
+index 270b70d..4317d06 100755
+--- a/bin/fail2ban-regex
 b/bin/fail2ban-regex
+@@ -395,7 +395,7 @@ class Fail2banRegex(object):
+   if lines  self._maxlines or getattr(self, 
'_print_all_' + ltype):
+   ans = [[]]
+   for arg in [l, regexlist]:
+-  ans = [ x + [y] for x in ans for y 
in arg ]
++  ans = [ x + [y] for x in ans 
for y in arg ]
+   b = map(lambda a: a[0] +  ' | ' + 
a[1].getFailRegex() + ' |  ' + debuggexURL(a[0], a[1].getFailRegex()), ans)
+   pprint_list([x.rstrip() for x in b], 
header)
+   else:
+@@ -466,11 +466,11 @@ if __name__ == __main__:
+   if opts.print_no_missed and opts.print_all_missed:
+   sys.stderr.write(ERROR: --print-no-missed and 
--print-all-missed are mutually exclusive.\n\n)
+   parser.print_help()
+-  sys.exit(-1)
++  sys.exit(-1)
+   if opts.print_no_ignored and opts.print_all_ignored:
+   sys.stderr.write(ERROR: --print-no-ignored and 
--print-all-ignored are mutually exclusive.\n\n)
+   parser.print_help()
+-  sys.exit(-1)
++  sys.exit(-1)
+ 
+   print
+   print Running tests
+-- 
+1.8.5.5
+



[arch-commits] Commit in fail2ban/repos/community-any (9 files)

2014-03-17 Thread Bartłomiej Piotrowski
Date: Monday, March 17, 2014 @ 08:53:56
  Author: bpiotrowski
Revision: 107357

archrelease: copy trunk to community-any

Added:
  fail2ban/repos/community-any/PKGBUILD
(from rev 107356, fail2ban/trunk/PKGBUILD)
  fail2ban/repos/community-any/fail2ban.install
(from rev 107356, fail2ban/trunk/fail2ban.install)
  fail2ban/repos/community-any/failban-0.9.0-fix-indentation.patch
(from rev 107356, fail2ban/trunk/failban-0.9.0-fix-indentation.patch)
  fail2ban/repos/community-any/service
(from rev 107356, fail2ban/trunk/service)
  fail2ban/repos/community-any/tmpfiles.conf
(from rev 107356, fail2ban/trunk/tmpfiles.conf)
Deleted:
  fail2ban/repos/community-any/PKGBUILD
  fail2ban/repos/community-any/fail2ban.install
  fail2ban/repos/community-any/service
  fail2ban/repos/community-any/tmpfiles.conf

-+
 PKGBUILD|  105 ++
 fail2ban.install|6 -
 failban-0.9.0-fix-indentation.patch |   39 
 service |   26 
 tmpfiles.conf   |2 
 5 files changed, 112 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 07:53:49 UTC (rev 107356)
+++ PKGBUILD2014-03-17 07:53:56 UTC (rev 107357)
@@ -1,49 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: michalzxc
-# Contributor: nbags neilb...@gmail.com
-
-pkgname=fail2ban
-pkgver=0.8.12
-pkgrel=2
-pkgdesc='Bans IPs after too many failed authentication attempts'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('python2' 'iptables' 'python2-pyinotify' 'whois')
-backup=(etc/fail2ban/fail2ban.conf
-etc/fail2ban/jail.conf)
-install=fail2ban.install
-source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
-service tmpfiles.conf)
-sha256sums=('4844d17296861c39647c6053b1dc146fe80691f3833dd116ea9197059946f467'
-'1bce54ad435b7dd3547baceea050a1d66745010b28a4ded269f6707cebdc99b1'
-'ce8922c4734a56c88f22ffa4f2ad5819d113c7d4e439b142c984816599ebc1f4')
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root $pkgdir
-
-  install -Dm644 files/fail2ban.service \
-  $pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 files/fail2ban-tmpfiles.conf \
-  $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-  install -Dm644 files/bash-completion \
-  $pkgdir/usr/share/bash-completion/completions/fail2ban
-
-  # avoid conflict with filesystem=2012.06
-  rm -r $pkgdir/var/run
-
-  # fix sendmail location
-  sed -i 's/sbin/bin/g' $pkgdir/etc/fail2ban/action.d/sendmail*.conf
-
-  install -Dm644 man/fail2ban.1 $pkgdir/usr/share/man/man1/fail2ban.1
-  install -Dm644 man/fail2ban-client.1 \
-  $pkgdir/usr/share/man/man1/fail2ban-client.1
-  install -Dm644 man/fail2ban-regex.1 \
-  $pkgdir/usr/share/man/man1/fail2ban-regex.1
-  install -Dm644 man/fail2ban-server.1 \
-  $pkgdir/usr/share/man/man1/fail2ban-server.1
-  install -Dm644 man/jail.conf.5 $pkgdir/usr/share/man/man5/jail.conf.5
-}

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 107356, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 07:53:56 UTC (rev 107357)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: michalzxc
+# Contributor: nbags neilb...@gmail.com
+
+pkgname=fail2ban
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('python2' 'iptables' 'python2-pyinotify' 'whois')
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf)
+install=fail2ban.install
+source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
+service tmpfiles.conf
+failban-0.9.0-fix-indentation.patch)
+md5sums=('c8e0df39cbc32ee8646b82be9b7b5e53'
+ 'b4af226eb2d3029241a70e005ec7b3ac'
+ '88d51ecc760ad2e017a165c632f49892'
+ '3b22b9d826c82a503df31a24f10d58a6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../failban-0.9.0-fix-indentation.patch
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root $pkgdir
+
+  install -Dm644 files/fail2ban.service \
+  $pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+  $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 files/bash-completion \
+  $pkgdir/usr/share/bash-completion/completions/fail2ban
+
+  # avoid conflict with filesystem=2012.06
+  rm -r $pkgdir/var/run
+
+  # fix sendmail location
+  

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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:54:46
  Author: fyan
Revision: 208041

archrelease: copy trunk to staging-any

Added:
  python-astroid/repos/staging-any/
  python-astroid/repos/staging-any/PKGBUILD
(from rev 208040, python-astroid/trunk/PKGBUILD)

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

Copied: python-astroid/repos/staging-any/PKGBUILD (from rev 208040, 
python-astroid/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 07:54:46 UTC (rev 208041)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python2' 'python')
+source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz)
+sha1sums=('4b0080576174cc0a3519a6c6e9025a8ee853956a')
+
+build() {
+  cd ${srcdir}
+
+  cp -a astroid-${pkgver}{,-py3}
+
+  cd astroid-${pkgver}
+  python2 setup.py build
+
+  cd ../astroid-${pkgver}-py3
+  python3 setup.py build
+}
+
+package_python2-astroid() {
+  depends=('python2' 'python2-logilab-common')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+  cd ${srcdir}/astroid-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}
+
+package_python-astroid() {
+  depends=('python' 'python-logilab-common')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+  cd ${srcdir}/astroid-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:57:03
  Author: fyan
Revision: 208042

upgpkg: python-logilab-common 0.61.0-2

- python 3.4 rebuild

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 07:54:46 UTC (rev 208041)
+++ PKGBUILD2014-03-17 07:57:03 UTC (rev 208042)
@@ -6,7 +6,7 @@
 pkgbase=python-logilab-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
 pkgver=0.61.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
 url=http://www.logilab.org/project/logilab-common;



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 08:57:55
  Author: fyan
Revision: 208043

archrelease: copy trunk to staging-any

Added:
  python-logilab-common/repos/staging-any/
  python-logilab-common/repos/staging-any/PKGBUILD
(from rev 208042, python-logilab-common/trunk/PKGBUILD)

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

Copied: python-logilab-common/repos/staging-any/PKGBUILD (from rev 208042, 
python-logilab-common/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 07:57:55 UTC (rev 208043)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=python-logilab-common
+pkgname=('python2-logilab-common' 'python-logilab-common')
+pkgver=0.61.0
+pkgrel=2
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python2' 'python')
+source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz)
+sha1sums=('700c87f45133a8a20e1ac815f197cc1a5a408e27')
+
+build() {
+  cd ${srcdir}
+
+  cp -a logilab-common-${pkgver}{,-py3}
+
+  cd logilab-common-${pkgver}
+  python2 setup.py build
+
+  cd ../logilab-common-${pkgver}-py3
+  python3 setup.py build
+}
+
+package_python2-logilab-common() {
+  depends=('python2')
+  cd ${srcdir}/logilab-common-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  mv ${pkgdir}/usr/bin/pytest{,2}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}
+
+package_python-logilab-common() {
+  depends=('python')
+  cd ${srcdir}/logilab-common-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}



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

2014-03-17 Thread Andrea Scarpino
Date: Monday, March 17, 2014 @ 09:05:49
  Author: andrea
Revision: 208044

upgpkg: prison 1.1.0-1

Upstream release

Modified:
  prison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 07:57:55 UTC (rev 208043)
+++ PKGBUILD2014-03-17 08:05:49 UTC (rev 208044)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=prison
-pkgver=1.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/prison'
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('qt4' 'libdmtx' 'qrencode')
 makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8baac61506e37a31482a0df4a5d02cd2')
+source=(http://download.kde.org/stable/${pkgname}/1.1/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d809eaf66b0954dc28e8d63afca838ed')
 
 prepare() {
   mkdir build



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

2014-03-17 Thread Andrea Scarpino
Date: Monday, March 17, 2014 @ 09:06:03
  Author: andrea
Revision: 208045

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

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-17 08:05:49 UTC (rev 208044)
+++ extra-i686/PKGBUILD 2014-03-17 08:06:03 UTC (rev 208045)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=prison
-pkgver=1.0
-pkgrel=2
-pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/prison'
-license=('GPL')
-depends=('qt4' 'libdmtx' 'qrencode')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8baac61506e37a31482a0df4a5d02cd2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: prison/repos/extra-i686/PKGBUILD (from rev 208044, 
prison/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-17 08:06:03 UTC (rev 208045)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt4' 'libdmtx' 'qrencode')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/1.1/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d809eaf66b0954dc28e8d63afca838ed')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-17 08:05:49 UTC (rev 208044)
+++ extra-x86_64/PKGBUILD   2014-03-17 08:06:03 UTC (rev 208045)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=prison
-pkgver=1.0
-pkgrel=2
-pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/prison'
-license=('GPL')
-depends=('qt4' 'libdmtx' 'qrencode')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8baac61506e37a31482a0df4a5d02cd2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: prison/repos/extra-x86_64/PKGBUILD (from rev 208044, 
prison/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-17 08:06:03 UTC (rev 208045)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt4' 'libdmtx' 'qrencode')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/1.1/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d809eaf66b0954dc28e8d63afca838ed')
+
+prepare() {
+  mkdir 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 python-lxml/trunk (PKGBUILD)

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:11:04
  Author: fyan
Revision: 208046

upgpkg: python-lxml 3.3.3-1

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:06:03 UTC (rev 208045)
+++ PKGBUILD2014-03-17 08:11:04 UTC (rev 208046)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.3.1
+pkgver=3.3.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
@@ -9,15 +9,15 @@
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('09401c787d9b2660b0d76c4c6baec0f3'
+md5sums=('f2675837b4358a5ecab5fd9a783fd0e5'
  'SKIP')
 
-# Temporary commented due a conflict with devtools and lxml
-#check() {
-#  cd lxml-$pkgver
-#  make PYTHON=python2 test
-#  make PYTHON=python test
-#}
+check() {
+  cd lxml-$pkgver
+  # Workaround encoding issue
+  LANG=en_US.UTF-8 make PYTHON=python2 test
+  LANG=en_US.UTF-8 make PYTHON=python test
+}
 
 package_python2-lxml() {
   pkgdesc=Python2 binding for the libxml2 and libxslt libraries



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:12:53
  Author: fyan
Revision: 208047

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 208046, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 208046, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  138 
 extra-i686/PKGBUILD   |   69 
 extra-x86_64/PKGBUILD |   69 
 3 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-17 08:11:04 UTC (rev 208046)
+++ extra-i686/PKGBUILD 2014-03-17 08:12:53 UTC (rev 208047)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('09401c787d9b2660b0d76c4c6baec0f3'
- 'SKIP')
-
-# Temporary commented due a conflict with devtools and lxml
-#check() {
-#  cd lxml-$pkgver
-#  make PYTHON=python2 test
-#  make PYTHON=python test
-#}
-
-package_python2-lxml() {
-  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
-  depends=('python' 'libxslt')
-  optdepends=('python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 208046, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-17 08:12:53 UTC (rev 208047)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.3.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('f2675837b4358a5ecab5fd9a783fd0e5'
+ 'SKIP')
+
+check() {
+  cd lxml-$pkgver
+  # Workaround encoding issue
+  LANG=en_US.UTF-8 make PYTHON=python2 test
+  LANG=en_US.UTF-8 make PYTHON=python test
+}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python 

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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:16:23
  Author: fyan
Revision: 107358

upgpkg: python-ecdsa 0.11-1

Modified:
  python-ecdsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 07:53:56 UTC (rev 107357)
+++ PKGBUILD2014-03-17 08:16:23 UTC (rev 107358)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org  
 pkgbase=python-ecdsa
 pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc=Implementation of ECDSA in Python
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz; 
LICENSE)
-md5sums=('e95941b3bcbf1726472bb724d7478551'
+md5sums=('8ef586fe4dbb156697d756900cb41d7c'
  '66ffc5e30f76cbb5358fe54b645e5a1d')
 
 build() {



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:17:22
  Author: fyan
Revision: 107359

archrelease: copy trunk to community-any

Added:
  python-ecdsa/repos/community-any/LICENSE
(from rev 107358, python-ecdsa/trunk/LICENSE)
  python-ecdsa/repos/community-any/PKGBUILD
(from rev 107358, python-ecdsa/trunk/PKGBUILD)
Deleted:
  python-ecdsa/repos/community-any/LICENSE
  python-ecdsa/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 -
 PKGBUILD |   70 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-03-17 08:16:23 UTC (rev 107358)
+++ LICENSE 2014-03-17 08:17:22 UTC (rev 107359)
@@ -1,24 +0,0 @@
-python-ecdsa Copyright (c) 2010 Brian Warner
-
-Portions written in 2005 by Peter Pearson and placed in the public domain.
-
-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-ecdsa/repos/community-any/LICENSE (from rev 107358, 
python-ecdsa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-03-17 08:17:22 UTC (rev 107359)
@@ -0,0 +1,24 @@
+python-ecdsa Copyright (c) 2010 Brian Warner
+
+Portions written in 2005 by Peter Pearson and placed in the public domain.
+
+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.

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 08:16:23 UTC (rev 107358)
+++ PKGBUILD2014-03-17 08:17:22 UTC (rev 107359)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
-pkgbase=python-ecdsa
-pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.10
-pkgrel=1
-pkgdesc=Implementation of ECDSA in Python
-arch=('any')
-url=https://github.com/warner/python-ecdsa;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz; 
LICENSE)
-md5sums=('e95941b3bcbf1726472bb724d7478551'
- '66ffc5e30f76cbb5358fe54b645e5a1d')
-
-build() {
-  cp -R $srcdir/ecdsa-$pkgver $srcdir/ecdsa-$pkgver-py2
-  cd $srcdir/ecdsa-$pkgver-py2
-  sed -ie 's#/usr/bin/env python#/usr/bin/env python2#' ecdsa/*.py
-}
-
-package_python-ecdsa() {
-  depends=('python')
-  cd $srcdir/ecdsa-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-ecdsa() {
-  depends=('python2')
-  cd $srcdir/ecdsa-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ecdsa/repos/community-any/PKGBUILD (from rev 107358, 
python-ecdsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 

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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:20:13
  Author: fyan
Revision: 107360

upgpkg: python-ecdsa 0.11-2

- python 3.4 rebuild

Modified:
  python-ecdsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:17:22 UTC (rev 107359)
+++ PKGBUILD2014-03-17 08:20:13 UTC (rev 107360)
@@ -3,7 +3,7 @@
 pkgbase=python-ecdsa
 pkgname=('python-ecdsa' 'python2-ecdsa')
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc=Implementation of ECDSA in Python
 arch=('any')
 url=https://github.com/warner/python-ecdsa;



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:21:09
  Author: fyan
Revision: 107361

archrelease: copy trunk to community-staging-any

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

--+
 LICENSE  |   24 
 PKGBUILD |   35 +++
 2 files changed, 59 insertions(+)

Copied: python-ecdsa/repos/community-staging-any/LICENSE (from rev 107360, 
python-ecdsa/trunk/LICENSE)
===
--- community-staging-any/LICENSE   (rev 0)
+++ community-staging-any/LICENSE   2014-03-17 08:21:09 UTC (rev 107361)
@@ -0,0 +1,24 @@
+python-ecdsa Copyright (c) 2010 Brian Warner
+
+Portions written in 2005 by Peter Pearson and placed in the public domain.
+
+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-ecdsa/repos/community-staging-any/PKGBUILD (from rev 107360, 
python-ecdsa/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 08:21:09 UTC (rev 107361)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
+pkgbase=python-ecdsa
+pkgname=('python-ecdsa' 'python2-ecdsa')
+pkgver=0.11
+pkgrel=2
+pkgdesc=Implementation of ECDSA in Python
+arch=('any')
+url=https://github.com/warner/python-ecdsa;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz; 
LICENSE)
+md5sums=('8ef586fe4dbb156697d756900cb41d7c'
+ '66ffc5e30f76cbb5358fe54b645e5a1d')
+
+build() {
+  cp -R $srcdir/ecdsa-$pkgver $srcdir/ecdsa-$pkgver-py2
+  cd $srcdir/ecdsa-$pkgver-py2
+  sed -ie 's#/usr/bin/env python#/usr/bin/env python2#' ecdsa/*.py
+}
+
+package_python-ecdsa() {
+  depends=('python')
+  cd $srcdir/ecdsa-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ecdsa() {
+  depends=('python2')
+  cd $srcdir/ecdsa-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-03-17 Thread Bartłomiej Piotrowski
Date: Monday, March 17, 2014 @ 09:24:33
  Author: bpiotrowski
Revision: 107363

archrelease: copy trunk to community-any

Deleted:
  fail2ban/repos/community-any/PKGBUILD
  fail2ban/repos/community-any/fail2ban.install
  fail2ban/repos/community-any/service
  fail2ban/repos/community-any/tmpfiles.conf

--+
 PKGBUILD |   56 -
 fail2ban.install |3 --
 service  |   13 
 tmpfiles.conf|1 
 4 files changed, 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 08:24:28 UTC (rev 107362)
+++ PKGBUILD2014-03-17 08:24:33 UTC (rev 107363)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: michalzxc
-# Contributor: nbags neilb...@gmail.com
-
-pkgname=fail2ban
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Bans IPs after too many failed authentication attempts'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('python2' 'iptables' 'python2-pyinotify' 'whois')
-backup=(etc/fail2ban/fail2ban.conf
-etc/fail2ban/jail.conf)
-install=fail2ban.install
-source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
-service tmpfiles.conf
-failban-0.9.0-fix-indentation.patch)
-md5sums=('c8e0df39cbc32ee8646b82be9b7b5e53'
- 'b4af226eb2d3029241a70e005ec7b3ac'
- '88d51ecc760ad2e017a165c632f49892'
- '3b22b9d826c82a503df31a24f10d58a6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../failban-0.9.0-fix-indentation.patch
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root $pkgdir
-
-  install -Dm644 files/fail2ban.service \
-  $pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 files/fail2ban-tmpfiles.conf \
-  $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-  install -Dm644 files/bash-completion \
-  $pkgdir/usr/share/bash-completion/completions/fail2ban
-
-  # avoid conflict with filesystem=2012.06
-  rm -r $pkgdir/var/run
-
-  # fix sendmail location
-  sed -i 's/sbin/bin/g' $pkgdir/etc/fail2ban/action.d/sendmail*.conf
-
-  install -Dm644 man/fail2ban.1 $pkgdir/usr/share/man/man1/fail2ban.1
-  install -Dm644 man/fail2ban-client.1 \
-  $pkgdir/usr/share/man/man1/fail2ban-client.1
-  install -Dm644 man/fail2ban-regex.1 \
-  $pkgdir/usr/share/man/man1/fail2ban-regex.1
-  install -Dm644 man/fail2ban-server.1 \
-  $pkgdir/usr/share/man/man1/fail2ban-server.1
-  install -Dm644 man/jail.conf.5 $pkgdir/usr/share/man/man5/jail.conf.5
-}

Deleted: fail2ban.install
===
--- fail2ban.install2014-03-17 08:24:28 UTC (rev 107362)
+++ fail2ban.install2014-03-17 08:24:33 UTC (rev 107363)
@@ -1,3 +0,0 @@
-post_install() {
-  usr/bin/systemd-tmpfiles --create fail2ban.conf
-}

Deleted: service
===
--- service 2014-03-17 08:24:28 UTC (rev 107362)
+++ service 2014-03-17 08:24:33 UTC (rev 107363)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Ban IPs that make too many password failures
-After=syslog.target network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/fail2ban-client start
-ExecReload=/usr/bin/fail2ban-client reload
-ExecStop=/usr/bin/fail2ban-client stop
-PIDFile=/var/run/fail2ban/fail2ban.pid
-
-[Install]
-WantedBy=multi-user.target

Deleted: tmpfiles.conf
===
--- tmpfiles.conf   2014-03-17 08:24:28 UTC (rev 107362)
+++ tmpfiles.conf   2014-03-17 08:24:33 UTC (rev 107363)
@@ -1 +0,0 @@
-d /run/fail2ban 0755 root root - -



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

2014-03-17 Thread Bartłomiej Piotrowski
Date: Monday, March 17, 2014 @ 09:24:28
  Author: bpiotrowski
Revision: 107362

upgpkg: fail2ban 0.9.0-2

add missing python2-systemd dependency

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:21:09 UTC (rev 107361)
+++ PKGBUILD2014-03-17 08:24:28 UTC (rev 107362)
@@ -6,12 +6,12 @@
 
 pkgname=fail2ban
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
 arch=('any')
-depends=('python2' 'iptables' 'python2-pyinotify' 'whois')
+depends=('python2' 'iptables' 'python2-pyinotify' 'whois' 'python2-systemd')
 backup=(etc/fail2ban/fail2ban.conf
 etc/fail2ban/jail.conf)
 install=fail2ban.install



[arch-commits] Commit in fail2ban/repos/community-any (6 files)

2014-03-17 Thread Bartłomiej Piotrowski
Date: Monday, March 17, 2014 @ 09:25:44
  Author: bpiotrowski
Revision: 107364

archrelease: copy trunk to community-any

Added:
  fail2ban/repos/community-any/PKGBUILD
(from rev 107363, fail2ban/trunk/PKGBUILD)
  fail2ban/repos/community-any/fail2ban.install
(from rev 107363, fail2ban/trunk/fail2ban.install)
  fail2ban/repos/community-any/failban-0.9.0-fix-indentation.patch
(from rev 107363, fail2ban/trunk/failban-0.9.0-fix-indentation.patch)
  fail2ban/repos/community-any/service
(from rev 107363, fail2ban/trunk/service)
  fail2ban/repos/community-any/tmpfiles.conf
(from rev 107363, fail2ban/trunk/tmpfiles.conf)
Deleted:
  fail2ban/repos/community-any/failban-0.9.0-fix-indentation.patch

-+
 PKGBUILD|   56 
 fail2ban.install|3 +
 failban-0.9.0-fix-indentation.patch |   78 +-
 service |   13 +
 tmpfiles.conf   |1 
 5 files changed, 112 insertions(+), 39 deletions(-)

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 107363, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 08:25:44 UTC (rev 107364)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: michalzxc
+# Contributor: nbags neilb...@gmail.com
+
+pkgname=fail2ban
+pkgver=0.9.0
+pkgrel=2
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('python2' 'iptables' 'python2-pyinotify' 'whois' 'python2-systemd')
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf)
+install=fail2ban.install
+source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
+service tmpfiles.conf
+failban-0.9.0-fix-indentation.patch)
+md5sums=('c8e0df39cbc32ee8646b82be9b7b5e53'
+ 'b4af226eb2d3029241a70e005ec7b3ac'
+ '88d51ecc760ad2e017a165c632f49892'
+ '3b22b9d826c82a503df31a24f10d58a6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../failban-0.9.0-fix-indentation.patch
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root $pkgdir
+
+  install -Dm644 files/fail2ban.service \
+  $pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+  $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 files/bash-completion \
+  $pkgdir/usr/share/bash-completion/completions/fail2ban
+
+  # avoid conflict with filesystem=2012.06
+  rm -r $pkgdir/var/run
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' $pkgdir/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 $pkgdir/usr/share/man/man1/fail2ban.1
+  install -Dm644 man/fail2ban-client.1 \
+  $pkgdir/usr/share/man/man1/fail2ban-client.1
+  install -Dm644 man/fail2ban-regex.1 \
+  $pkgdir/usr/share/man/man1/fail2ban-regex.1
+  install -Dm644 man/fail2ban-server.1 \
+  $pkgdir/usr/share/man/man1/fail2ban-server.1
+  install -Dm644 man/jail.conf.5 $pkgdir/usr/share/man/man5/jail.conf.5
+}

Copied: fail2ban/repos/community-any/fail2ban.install (from rev 107363, 
fail2ban/trunk/fail2ban.install)
===
--- fail2ban.install(rev 0)
+++ fail2ban.install2014-03-17 08:25:44 UTC (rev 107364)
@@ -0,0 +1,3 @@
+post_install() {
+  usr/bin/systemd-tmpfiles --create fail2ban.conf
+}

Deleted: failban-0.9.0-fix-indentation.patch
===
--- failban-0.9.0-fix-indentation.patch 2014-03-17 08:24:33 UTC (rev 107363)
+++ failban-0.9.0-fix-indentation.patch 2014-03-17 08:25:44 UTC (rev 107364)
@@ -1,39 +0,0 @@
-From e193e67718b77a1603a91079d7ab4d2307570a8e Mon Sep 17 00:00:00 2001
-From: Steven Hiscocks ste...@hiscocks.me.uk
-Date: Sun, 16 Mar 2014 18:25:16 +
-Subject: [PATCH] BF: fail2ban-regex mix of tabs and spaces
-

- bin/fail2ban-regex | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/bin/fail2ban-regex b/bin/fail2ban-regex
-index 270b70d..4317d06 100755
 a/bin/fail2ban-regex
-+++ b/bin/fail2ban-regex
-@@ -395,7 +395,7 @@ class Fail2banRegex(object):
-   if lines  self._maxlines or getattr(self, 
'_print_all_' + ltype):
-   ans = [[]]
-   for arg in [l, regexlist]:
--  ans = [ x + [y] for x in ans for y 
in arg ]
-+  ans = [ x + [y] for x in ans 
for y in arg ]
-   b = map(lambda a: a[0] +  ' | ' + 

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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:26:08
  Author: fyan
Revision: 208048

upgpkg: python-lxml 3.3.3-2

- python 3.4 rebuild

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:12:53 UTC (rev 208047)
+++ PKGBUILD2014-03-17 08:26:08 UTC (rev 208048)
@@ -3,7 +3,7 @@
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
 pkgver=3.3.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
 url=http://lxml.de/;



[arch-commits] Commit in python-lxml/repos (staging-i686 staging-x86_64)

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:29:06
  Author: fyan
Revision: 208049

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

Added:
  python-lxml/repos/staging-i686/
  python-lxml/repos/staging-x86_64/



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:32:31
  Author: fyan
Revision: 208050

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

Added:
  python-lxml/repos/staging-i686/PKGBUILD
(from rev 208049, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/staging-x86_64/PKGBUILD
(from rev 208049, python-lxml/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   69 ++
 staging-x86_64/PKGBUILD |   69 ++
 2 files changed, 138 insertions(+)

Copied: python-lxml/repos/staging-i686/PKGBUILD (from rev 208049, 
python-lxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 08:32:31 UTC (rev 208050)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.3.3
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('f2675837b4358a5ecab5fd9a783fd0e5'
+ 'SKIP')
+
+check() {
+  cd lxml-$pkgver
+  # Workaround encoding issue
+  LANG=en_US.UTF-8 make PYTHON=python2 test
+  LANG=en_US.UTF-8 make PYTHON=python test
+}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python setup.py install --root=${pkgdir} --optimize=1
+  
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml-docs() {
+  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
+  options=('docs')
+
+  cd lxml-$pkgver
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
+
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}

Copied: python-lxml/repos/staging-x86_64/PKGBUILD (from rev 208049, 
python-lxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 08:32:31 UTC (rev 208050)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.3.3
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('f2675837b4358a5ecab5fd9a783fd0e5'
+ 'SKIP')
+
+check() {
+  cd lxml-$pkgver
+  # Workaround encoding issue
+  LANG=en_US.UTF-8 make PYTHON=python2 test
+  LANG=en_US.UTF-8 make PYTHON=python test
+}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python setup.py install --root=${pkgdir} 

[arch-commits] Commit in ibus-table/trunk (PKGBUILD fix-self-update_property.patch)

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:37:55
  Author: fyan
Revision: 107365

upgpkg: ibus-table 1.5.0-3

- freeze the patch, fixes FS#39488

Added:
  ibus-table/trunk/fix-self-update_property.patch
Modified:
  ibus-table/trunk/PKGBUILD

+
 PKGBUILD   |   22 
 fix-self-update_property.patch |   53 +++
 2 files changed, 65 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:25:44 UTC (rev 107364)
+++ PKGBUILD2014-03-17 08:37:55 UTC (rev 107365)
@@ -6,24 +6,27 @@
 
 pkgname=ibus-table
 pkgver=1.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')
 url=http://code.google.com/p/ibus/;
 license=('LGPL')
+makedepends=('git')
 depends=('python2-pyenchant' 'ibus' 'aspell-en')
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;
-
https://github.com/mike-fabian/ibus-table/commit/573da2ededdb96dc4f6ef6b515a43f416b183e7a.patch)
+source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+fix-self-update_property.patch)
+sha512sums=('SKIP'
+
'ecb1f89ff946309314789aee4b5eb0749a18e881700482df64d1da30ddd438bb115c814fbd67c6c063c6cfdd28a3882aaf6dfdd291e651315ff6f7b58ce5f3ad')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}
 
-  patch -p1 -i ../573da2ededdb96dc4f6ef6b515a43f416b183e7a.patch
-
   # python2 fix
   find -type f -exec sed -i -e 's_exec python_exec python2_' -e 
's_^#!.*/usr/bin/python_#!/usr/bin/python2_' -e 
's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' {} \;
 
-  PYTHON=/usr/bin/python2 ./configure \
+  patch -p1 -i $srcdir/fix-self-update_property.patch
+
+  PYTHON=/usr/bin/python2 ./autogen.sh \
 --prefix=/usr \
 --libexecdir=/usr/lib/ibus
 
@@ -31,9 +34,8 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}
 
   make DESTDIR=${pkgdir} install
 }
-sha512sums=('2c52da1b4d6ae8aec29e97a8a413b388912cfcfd15860ba0e65c97b139b14f8a7d4087eb196d516abe731df03a2e4904666194414242da8cf1f3f0b54696248e'
-
'ecb1f89ff946309314789aee4b5eb0749a18e881700482df64d1da30ddd438bb115c814fbd67c6c063c6cfdd28a3882aaf6dfdd291e651315ff6f7b58ce5f3ad')
+

Added: fix-self-update_property.patch
===
--- fix-self-update_property.patch  (rev 0)
+++ fix-self-update_property.patch  2014-03-17 08:37:55 UTC (rev 107365)
@@ -0,0 +1,53 @@
+From 573da2ededdb96dc4f6ef6b515a43f416b183e7a Mon Sep 17 00:00:00 2001
+From: Mike FABIAN mfab...@redhat.com
+Date: Mon, 4 Feb 2013 19:00:08 +0100
+Subject: [PATCH] Call self.update_property(self._cmode_property) only when the
+ table is Chinese
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+If self.update_property(self._cmode_property) is called for tables
+which are not Chinese, like translit.txt (LANGUAGES = ru_RU)
+or ipa-x-sampa.txt (LANGUAGES=other), these input methods don’t work
+because then there is no _cmode_property. Fails then with the error:
+
+fail to create engine ipa-x-sampa
+Traceback (most recent call last):
+  File /usr/share/ibus-table/engine/factory.py, line 90, in do_create_engine
++ str(self.engine_id), self.dbdict[name])
+  File /usr/share/ibus-table/engine/table.py, line 1165, in __init__
+
+  File /usr/share/ibus-table/engine/table.py, line 1173, in reset
+self._update_ui ()
+  File /usr/share/ibus-table/engine/table.py, line 1235, in _init_properties
+
+  File /usr/share/ibus-table/engine/table.py, line 1291, in 
_refresh_properties
+
+AttributeError: 'tabengine' object has no attribute '_cmode_property'
+Traceback (most recent call last):
+  File /usr/share/ibus-table/engine/factory.py, line 98, in do_create_engine
+raise Exception(Can not create engine %s % engine_name)
+Exception: Can not create engine ipa-x-sampa
+
+I caused this problem when porting to GObjectIntrospection.
+---
+ engine/table.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/engine/table.py b/engine/table.py
+index e171949..6c2ef98 100644
+--- a/engine/table.py
 b/engine/table.py
+@@ -1287,7 +1287,7 @@ def _refresh_properties (self):
+ self._set_property(self._cmode_property, 'tcb-mode.svg', 
_('Traditional Chinese First Big Charset Mode'), _('Switch to Big Charset 
Mode'))
+ elif self._editor._chinese_mode == 4:
+ self._set_property(self._cmode_property, 'cb-mode.svg', 
_('Big Chinese Mode'), _('Switch to Simplified Chinese Mode'))
+-self.update_property(self._cmode_property)
++self.update_property(self._cmode_property)
+ 
+ def _set_property (self, property, icon, label, tooltip):
+ property.set_icon ( u'%s%s' % (self._icon_dir, icon ) )
+-- 

[arch-commits] Commit in ibus-table/repos/community-any (3 files)

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:38:37
  Author: fyan
Revision: 107366

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 107365, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/fix-self-update_property.patch
(from rev 107365, ibus-table/trunk/fix-self-update_property.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD

+
 PKGBUILD   |   80 +++
 fix-self-update_property.patch |   53 +
 2 files changed, 94 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 08:37:55 UTC (rev 107365)
+++ PKGBUILD2014-03-17 08:38:37 UTC (rev 107366)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: coderoar coder...@gmail.com
-# Contributor: leemars leem...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=ibus-table
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url=http://code.google.com/p/ibus/;
-license=('LGPL')
-depends=('python2-pyenchant' 'ibus' 'aspell-en')
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;
-
https://github.com/mike-fabian/ibus-table/commit/573da2ededdb96dc4f6ef6b515a43f416b183e7a.patch)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -p1 -i ../573da2ededdb96dc4f6ef6b515a43f416b183e7a.patch
-
-  # python2 fix
-  find -type f -exec sed -i -e 's_exec python_exec python2_' -e 
's_^#!.*/usr/bin/python_#!/usr/bin/python2_' -e 
's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' {} \;
-
-  PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-sha512sums=('2c52da1b4d6ae8aec29e97a8a413b388912cfcfd15860ba0e65c97b139b14f8a7d4087eb196d516abe731df03a2e4904666194414242da8cf1f3f0b54696248e'
-
'ecb1f89ff946309314789aee4b5eb0749a18e881700482df64d1da30ddd438bb115c814fbd67c6c063c6cfdd28a3882aaf6dfdd291e651315ff6f7b58ce5f3ad')

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 107365, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 08:38:37 UTC (rev 107366)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: coderoar coder...@gmail.com
+# Contributor: leemars leem...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=ibus-table
+pkgver=1.5.0
+pkgrel=3
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url=http://code.google.com/p/ibus/;
+license=('LGPL')
+makedepends=('git')
+depends=('python2-pyenchant' 'ibus' 'aspell-en')
+source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+fix-self-update_property.patch)
+sha512sums=('SKIP'
+
'ecb1f89ff946309314789aee4b5eb0749a18e881700482df64d1da30ddd438bb115c814fbd67c6c063c6cfdd28a3882aaf6dfdd291e651315ff6f7b58ce5f3ad')
+
+build() {
+  cd ${pkgname}
+
+  # python2 fix
+  find -type f -exec sed -i -e 's_exec python_exec python2_' -e 
's_^#!.*/usr/bin/python_#!/usr/bin/python2_' -e 
's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' {} \;
+
+  patch -p1 -i $srcdir/fix-self-update_property.patch
+
+  PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}
+

Copied: ibus-table/repos/community-any/fix-self-update_property.patch (from rev 
107365, ibus-table/trunk/fix-self-update_property.patch)
===
--- fix-self-update_property.patch  (rev 0)
+++ fix-self-update_property.patch  2014-03-17 08:38:37 UTC (rev 107366)
@@ -0,0 +1,53 @@
+From 573da2ededdb96dc4f6ef6b515a43f416b183e7a Mon Sep 17 00:00:00 2001
+From: Mike FABIAN mfab...@redhat.com
+Date: Mon, 4 Feb 2013 19:00:08 +0100
+Subject: [PATCH] Call self.update_property(self._cmode_property) only when the
+ table is Chinese
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+If self.update_property(self._cmode_property) is called for tables
+which are not Chinese, like translit.txt (LANGUAGES = ru_RU)
+or ipa-x-sampa.txt (LANGUAGES=other), these input methods don’t work
+because then there is no _cmode_property. Fails then with the error:
+
+fail to create engine ipa-x-sampa
+Traceback (most recent call last):
+  File /usr/share/ibus-table/engine/factory.py, line 90, in do_create_engine
++ str(self.engine_id), self.dbdict[name])
+  

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

2014-03-17 Thread Jelle van der Waa
Date: Monday, March 17, 2014 @ 09:44:12
  Author: jelle
Revision: 107367

upgpkg: python-jedi 0.7.0-5

python 3.4

Modified:
  python-jedi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:38:37 UTC (rev 107366)
+++ PKGBUILD2014-03-17 08:44:12 UTC (rev 107367)
@@ -5,12 +5,12 @@
 pkgbase=python-jedi
 pkgname=('python2-jedi' 'python-jedi')
 pkgver=0.7.0
-pkgrel=4
+pkgrel=5
 arch=('any')
 url=https://github.com/davidhalter/jedi;
 license=('MIT')
 depends=('python2')
-makedepends=('python2-distribute' 'python-distribute')
+makedepends=('python2-setuptools' 'python-setuptools')
 source=(https://pypi.python.org/packages/source/j/jedi/jedi-${pkgver}.tar.gz;)
 sha256sums=('01f0d070ff3852bb6325f436c87070714ccf3d6edb057d9b562a1b19a601daa9')
 



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

2014-03-17 Thread Jelle van der Waa
Date: Monday, March 17, 2014 @ 09:44:16
  Author: jelle
Revision: 107368

archrelease: copy trunk to community-staging-any

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

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

Copied: python-jedi/repos/community-staging-any/PKGBUILD (from rev 107367, 
python-jedi/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 08:44:16 UTC (rev 107368)
@@ -0,0 +1,41 @@
+# Submitter: Simon Conseil contact+aur at saimon dot org
+# Submitter: Jesus Alvarez
+# Maintainer: Danilo Bargen gez...@gmail.com
+
+pkgbase=python-jedi
+pkgname=('python2-jedi' 'python-jedi')
+pkgver=0.7.0
+pkgrel=5
+arch=('any')
+url=https://github.com/davidhalter/jedi;
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/j/jedi/jedi-${pkgver}.tar.gz;)
+sha256sums=('01f0d070ff3852bb6325f436c87070714ccf3d6edb057d9b562a1b19a601daa9')
+
+build() {
+   cd $srcdir/jedi-$pkgver 
+}
+
+package_python-jedi() {
+pkgdesc=Awesome autocompletion for python
+depends=('python')
+conflicts=('python3-jedi-git')
+cd $srcdir/jedi-$pkgver
+python3 setup.py install --root=$pkgdir/ --optimize=1
+
+install -D -m644 $srcdir/jedi-$pkgver/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jedi() {
+pkgdesc=Awesome autocompletion for python2
+depends=('python2')
+conflicts=('jedi-git' 'python2-jedi-git')
+cd $srcdir/jedi-$pkgver
+python2 setup.py install --root=$pkgdir/ --optimize=1
+
+install -D -m644 $srcdir/jedi-$pkgver/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:48:37
  Author: fyan
Revision: 107369

upgpkg: jenkins 1.555-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:44:16 UTC (rev 107368)
+++ PKGBUILD2014-03-17 08:48:37 UTC (rev 107369)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.554
+pkgver=1.555
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,6 +24,11 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
+sha512sums=('8e1c701665c2276f6d08afdee2697e655233f5ee21768a9e3347dfc3e4e772422155914de73c41069314416b29d81d0d8f1af8db72e7157cf5ed04b7c81fdb93'
+
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
+
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
+
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
+
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
 
 package() {
   install -Dm444 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
@@ -35,8 +40,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('3edda637b3a27ba5da96c5711f0711619edd4ea7b0f94b9de07cf15ea664911ec5023778c194be62ca283359d66faa8ce8507febee907715236e5f84f3eceb15'
-
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
-
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
-
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
-
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 09:49:45
  Author: fyan
Revision: 107370

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 107369, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 107369, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 107369, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 107369, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 107369, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 107369, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-03-17 08:48:37 UTC (rev 107369)
+++ LICENSE 2014-03-17 08:49:45 UTC (rev 107370)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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: jenkins/repos/community-any/LICENSE (from rev 107369, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-03-17 08:49:45 UTC (rev 107370)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 08:48:37 UTC (rev 107369)
+++ PKGBUILD2014-03-17 08:49:45 UTC (rev 107370)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.554
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-03-17 Thread Andrea Scarpino
Date: Monday, March 17, 2014 @ 09:59:48
  Author: andrea
Revision: 208052

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

Added:
  sip/repos/staging-i686/
  sip/repos/staging-i686/PKGBUILD
(from rev 208051, sip/trunk/PKGBUILD)
  sip/repos/staging-x86_64/
  sip/repos/staging-x86_64/PKGBUILD
(from rev 208051, sip/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-x86_64/PKGBUILD |   64 ++
 2 files changed, 128 insertions(+)

Copied: sip/repos/staging-i686/PKGBUILD (from rev 208051, sip/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 08:59:48 UTC (rev 208052)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.15.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:sip')
+makedepends=('python' 'python2')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('4c95447c7b0391b7f183cf9f92ae9bc6')
+
+build() {
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+
+  cd ${pkgbase}-${pkgver}
+  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+
+  ### Python2 version ###
+  cd ../python2-${pkgbase}-${pkgver}
+  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+}
+
+package_sip() {
+  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C sipgen
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python2')
+
+  cd python2-${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: sip/repos/staging-x86_64/PKGBUILD (from rev 208051, sip/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 08:59:48 UTC (rev 208052)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.15.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:sip')
+makedepends=('python' 'python2')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('4c95447c7b0391b7f183cf9f92ae9bc6')
+
+build() {
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+
+  cd ${pkgbase}-${pkgver}
+  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+
+  ### Python2 version ###
+  cd ../python2-${pkgbase}-${pkgver}
+  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+}
+
+package_sip() {
+  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C sipgen
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python2')
+
+  cd python2-${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+
+  install -Dm644 sipconfig.py 

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

2014-03-17 Thread Andrea Scarpino
Date: Monday, March 17, 2014 @ 09:59:41
  Author: andrea
Revision: 208051

upgpkg: sip 4.15.5-1

Upstream release; python 3.4 rebuild

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:32:31 UTC (rev 208050)
+++ PKGBUILD2014-03-17 08:59:41 UTC (rev 208051)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.4
+pkgver=4.15.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('1d5c9e92bc7fca5ac11e088a4cf6c83d')
+md5sums=('4c95447c7b0391b7f183cf9f92ae9bc6')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 10:09:13
  Author: fyan
Revision: 208053

upgpkg: speech-dispatcher 0.8-3

- python 3.4 rebuild

Modified:
  speech-dispatcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:59:48 UTC (rev 208052)
+++ PKGBUILD2014-03-17 09:09:13 UTC (rev 208053)
@@ -8,7 +8,7 @@
 
 pkgname=speech-dispatcher
 pkgver=0.8
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc=High-level device independent layer for speech synthesis interface
 url=http://www.freebsoft.org/speechd;



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 10:12:00
  Author: fyan
Revision: 208054

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

Added:
  speech-dispatcher/repos/staging-i686/
  speech-dispatcher/repos/staging-i686/PKGBUILD
(from rev 208053, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/staging-i686/speech-dispatcher.install
(from rev 208053, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/staging-i686/speech-dispatcherd.service
(from rev 208053, speech-dispatcher/trunk/speech-dispatcherd.service)
  speech-dispatcher/repos/staging-x86_64/
  speech-dispatcher/repos/staging-x86_64/PKGBUILD
(from rev 208053, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/staging-x86_64/speech-dispatcher.install
(from rev 208053, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/staging-x86_64/speech-dispatcherd.service
(from rev 208053, speech-dispatcher/trunk/speech-dispatcherd.service)

---+
 staging-i686/PKGBUILD |   58 
 staging-i686/speech-dispatcher.install|   22 ++
 staging-i686/speech-dispatcherd.service   |   10 
 staging-x86_64/PKGBUILD   |   58 
 staging-x86_64/speech-dispatcher.install  |   22 ++
 staging-x86_64/speech-dispatcherd.service |   10 
 6 files changed, 180 insertions(+)

Copied: speech-dispatcher/repos/staging-i686/PKGBUILD (from rev 208053, 
speech-dispatcher/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 09:12:00 UTC (rev 208054)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Alexander Jenisch n...@divzero.at
+# Contributor: Chris Brannon cmbran...@cox.net
+# Contributor: Andreas Messer a...@bupfen.de
+
+pkgname=speech-dispatcher
+pkgver=0.8
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc=High-level device independent layer for speech synthesis interface
+url=http://www.freebsoft.org/speechd;
+license=('GPL2' 'FDL')
+depends=('glib2' 'libltdl' 'python-xdg' 'dotconf' 'libpulse')
+makedepends=('intltool' 'espeak')
+optdepends=('festival: Speech output using Festival'
+'espeak: Speech output using ESpeak'
+'pulseaudio: PulseAudio support')
+provides=(speechd=${pkgver})
+backup=(etc/speech-dispatcher/clients/gnome-speech.conf
+   etc/speech-dispatcher/clients/emacs.conf
+   etc/speech-dispatcher/modules/ibmtts.conf
+   etc/speech-dispatcher/modules/espeak-generic.conf
+   etc/speech-dispatcher/modules/espeak.conf
+   etc/speech-dispatcher/modules/swift-generic.conf
+   etc/speech-dispatcher/modules/festival.conf
+   etc/speech-dispatcher/modules/cicero.conf
+   etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
+   etc/speech-dispatcher/modules/dtk-generic.conf
+   etc/speech-dispatcher/modules/llia_phon-generic.conf
+   etc/speech-dispatcher/modules/ivona.conf
+   etc/speech-dispatcher/modules/epos-generic.conf
+   etc/speech-dispatcher/modules/flite.conf
+   etc/speech-dispatcher/speechd.conf)
+install=${pkgname}.install
+source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
+'speech-dispatcherd.service')
+md5sums=('d88691a64c676122f996230c107c392f'
+ 'd26f52e2e95a30eaa83560f0e63faca5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--without-flite
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/speech-dispatcherd.service 
${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service
+  install -d ${pkgdir}/var/log/speech-dispatcher
+}

Copied: speech-dispatcher/repos/staging-i686/speech-dispatcher.install (from 
rev 208053, speech-dispatcher/trunk/speech-dispatcher.install)
===
--- staging-i686/speech-dispatcher.install  (rev 0)
+++ staging-i686/speech-dispatcher.install  2014-03-17 09:12:00 UTC (rev 
208054)
@@ -0,0 +1,22 @@
+info_dir=usr/share/info
+info_files=('speech-dispatcher.info'
+'ssip.info'
+'spd-say.info')
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: speech-dispatcher/repos/staging-i686/speech-dispatcherd.service (from 
rev 208053, speech-dispatcher/trunk/speech-dispatcherd.service)

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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:29:30
  Author: spupykin
Revision: 107373

upgpkg: fox 1.7.46-1

upd

Modified:
  fox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:29:27 UTC (rev 107372)
+++ PKGBUILD2014-03-17 09:29:30 UTC (rev 107373)
@@ -3,8 +3,8 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=fox
-pkgver=1.6.49
-pkgrel=4
+pkgver=1.7.46
+pkgrel=1
 pkgdesc=Free Objects for X: GUI Toolkit for C++
 arch=('i686' 'x86_64')
 url=http://www.fox-toolkit.org/;
@@ -13,7 +13,7 @@
 makedepends=('mesa' 'gendesk' 'imagemagick')
 optdepends=('perl')
 source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
-md5sums=('e120647d26a27ed37cd5fed8b75c8a3d')
+md5sums=('e30f45e4fcdc6f4ed655e41d5c4a4df2')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -49,13 +49,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  pushd tests
-  make ControlPanel
-  install -m755 .libs/ControlPanel ${pkgdir}/usr/bin/
-  popd
-
   install -Dm644 LICENSE_ADDENDUM ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-
   install -dm755 ${pkgdir}/usr/share/{applications,pixmaps}
   install -m644 *.png ${pkgdir}/usr/share/pixmaps/
   install -m644 *.desktop ${pkgdir}/usr/share/applications/



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:29:11
  Author: spupykin
Revision: 107371

upgpkg: fbgrab 1.2-1

upd

Modified:
  fbgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:49:45 UTC (rev 107370)
+++ PKGBUILD2014-03-17 09:29:11 UTC (rev 107371)
@@ -3,22 +3,25 @@
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=fbgrab
-pkgver=1.0
-pkgrel=7
+pkgver=1.2
+pkgrel=1
 pkgdesc=A framebuffer screenshot grabber
 arch=(i686 x86_64)
-url=http://hem.bredband.net/gmogmo/fbgrab/;
+url=http://fbgrab.monells.se/;
 license=(GPL)
 depends=('libpng')
 makedepends=('libpng')
-source=(http://hem.bredband.net/gmogmo/fbgrab/fbgrab-1.0.tar.gz)
-md5sums=('7af4d8774684182ed690d5da82d6d234')
+source=(http://fbgrab.monells.se/fbgrab-$pkgver.tar.gz;)
+md5sums=('15b432735d6efd0373722bb96577b945')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i '1,1i#include zlib.h' fbgrab.c
-  gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
-  strip fbgrab
-  install -D -m755 $srcdir/$pkgname-$pkgver/fbgrab $pkgdir/usr/bin/fbgrab
-  install -D -m644 $srcdir/$pkgname-$pkgver/fbgrab.1.man 
$pkgdir/usr/share/man/man1/fbgrab.1
+  cd $srcdir/$pkgname
+  make
 }
+
+package() {
+  cd $srcdir/$pkgname
+  make install DESTDIR=$pkgdir
+  mkdir -p $pkgdir/usr/share
+  mv $pkgdir/usr/man $pkgdir/usr/share/man
+}
\ No newline at end of file



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:29:27
  Author: spupykin
Revision: 107372

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

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

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   24 ---
 community-x86_64/PKGBUILD |   24 ---
 3 files changed, 54 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-17 09:29:11 UTC (rev 107371)
+++ community-i686/PKGBUILD 2014-03-17 09:29:27 UTC (rev 107372)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=fbgrab
-pkgver=1.0
-pkgrel=7
-pkgdesc=A framebuffer screenshot grabber
-arch=(i686 x86_64)
-url=http://hem.bredband.net/gmogmo/fbgrab/;
-license=(GPL)
-depends=('libpng')
-makedepends=('libpng')
-source=(http://hem.bredband.net/gmogmo/fbgrab/fbgrab-1.0.tar.gz)
-md5sums=('7af4d8774684182ed690d5da82d6d234')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i '1,1i#include zlib.h' fbgrab.c
-  gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
-  strip fbgrab
-  install -D -m755 $srcdir/$pkgname-$pkgver/fbgrab $pkgdir/usr/bin/fbgrab
-  install -D -m644 $srcdir/$pkgname-$pkgver/fbgrab.1.man 
$pkgdir/usr/share/man/man1/fbgrab.1
-}

Copied: fbgrab/repos/community-i686/PKGBUILD (from rev 107371, 
fbgrab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-17 09:29:27 UTC (rev 107372)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=fbgrab
+pkgver=1.2
+pkgrel=1
+pkgdesc=A framebuffer screenshot grabber
+arch=(i686 x86_64)
+url=http://fbgrab.monells.se/;
+license=(GPL)
+depends=('libpng')
+makedepends=('libpng')
+source=(http://fbgrab.monells.se/fbgrab-$pkgver.tar.gz;)
+md5sums=('15b432735d6efd0373722bb96577b945')
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make install DESTDIR=$pkgdir
+  mkdir -p $pkgdir/usr/share
+  mv $pkgdir/usr/man $pkgdir/usr/share/man
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-17 09:29:11 UTC (rev 107371)
+++ community-x86_64/PKGBUILD   2014-03-17 09:29:27 UTC (rev 107372)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=fbgrab
-pkgver=1.0
-pkgrel=7
-pkgdesc=A framebuffer screenshot grabber
-arch=(i686 x86_64)
-url=http://hem.bredband.net/gmogmo/fbgrab/;
-license=(GPL)
-depends=('libpng')
-makedepends=('libpng')
-source=(http://hem.bredband.net/gmogmo/fbgrab/fbgrab-1.0.tar.gz)
-md5sums=('7af4d8774684182ed690d5da82d6d234')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i '1,1i#include zlib.h' fbgrab.c
-  gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
-  strip fbgrab
-  install -D -m755 $srcdir/$pkgname-$pkgver/fbgrab $pkgdir/usr/bin/fbgrab
-  install -D -m644 $srcdir/$pkgname-$pkgver/fbgrab.1.man 
$pkgdir/usr/share/man/man1/fbgrab.1
-}

Copied: fbgrab/repos/community-x86_64/PKGBUILD (from rev 107371, 
fbgrab/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-17 09:29:27 UTC (rev 107372)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=fbgrab
+pkgver=1.2
+pkgrel=1
+pkgdesc=A framebuffer screenshot grabber
+arch=(i686 x86_64)
+url=http://fbgrab.monells.se/;
+license=(GPL)
+depends=('libpng')
+makedepends=('libpng')
+source=(http://fbgrab.monells.se/fbgrab-$pkgver.tar.gz;)
+md5sums=('15b432735d6efd0373722bb96577b945')
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make install DESTDIR=$pkgdir
+  mkdir -p $pkgdir/usr/share
+  mv $pkgdir/usr/man $pkgdir/usr/share/man
+}
\ No newline at end of file



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:29:44
  Author: spupykin
Revision: 107375

upgpkg: gogglesmm 0.13.0-1

upd

Modified:
  gogglesmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:29:39 UTC (rev 107374)
+++ PKGBUILD2014-03-17 09:29:44 UTC (rev 107375)
@@ -3,11 +3,11 @@
 # Contributor: Sander Jansen san...@knology.net
 
 pkgname=gogglesmm
-pkgver=0.12.7
-pkgrel=3
+pkgver=0.13.0
+pkgrel=1
 pkgdesc=Music Manager and Player
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/gogglesmm/;
+url=http://gogglesmm.github.io/;
 license=('GPL3')
 install=gogglesmm.install
 depends=('fox=1.6.0' 'xine-lib=1.0' 'sqlite=3.4.0' 'taglib' 'dbus-core' 
'curl' 'expat' 'libgcrypt')
@@ -14,8 +14,8 @@
 makedepends=('pkgconfig' 'glproto' 'dri2proto' 'glu' 'mesa')
 replaces=('musicmanager')
 conflicts=('musicmanager')
-source=(http://gogglesmm.googlecode.com/files/gogglesmm-$pkgver.tar.bz2)
-md5sums=('9ca337ab496b57d79e66d0541c7da970')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz)
+md5sums=('aa912ea42958311412e2300361d15812')
 
 build() {
   cd $srcdir/gogglesmm-$pkgver



[arch-commits] Commit in fox/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:29:39
  Author: spupykin
Revision: 107374

archrelease: copy trunk to community-x86_64

Added:
  fox/repos/community-x86_64/PKGBUILD
(from rev 107373, fox/trunk/PKGBUILD)
Deleted:
  fox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 09:29:30 UTC (rev 107373)
+++ PKGBUILD2014-03-17 09:29:39 UTC (rev 107374)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Ben b...@benmazer.net
-
-pkgname=fox
-pkgver=1.6.49
-pkgrel=4
-pkgdesc=Free Objects for X: GUI Toolkit for C++
-arch=('i686' 'x86_64')
-url=http://www.fox-toolkit.org/;
-license=('LGPL' 'custom')
-depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 
'glu')
-makedepends=('mesa' 'gendesk' 'imagemagick')
-optdepends=('perl')
-source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
-md5sums=('e120647d26a27ed37cd5fed8b75c8a3d')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  gendesk -n -f --pkgname=adie --pkgdesc=Fast and convenient programming text 
editor --categories=Utility;TextEditor
-  gendesk -n -f --pkgname=calculator --name=FOX Calculator --pkgdesc=Simple 
desktop calculator --categories=Utility;Calculator
-  gendesk -n -f --pkgname=ControlPanel --name=FOX Desktop Setup 
--pkgdesc=Setup desktop appearance for FOX applications 
--categories=Settings;DesktopSettings
-  gendesk -n -f --pkgname=PathFinder --pkgdesc=File browser 
--categories=System;FileTools;FileManager
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  convert adie/big_gif.gif adie.png
-  convert calculator/bigcalc.gif calculator.png
-  convert pathfinder/file_gif.gif PathFinder.png
-
-  export CPPFLAGS=$CPPFLAGS -I/usr/include/freetype2
-  ./configure   --prefix=/usr \
---enable-release \
---with-xft=yes \
---with-opengl=yes \
---with-xim \
---with-xshm \
---with-shape \
---with-xcursor \
---with-xrender \
---with-xrandr \
---with-xfixes \
---with-xinput
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  pushd tests
-  make ControlPanel
-  install -m755 .libs/ControlPanel ${pkgdir}/usr/bin/
-  popd
-
-  install -Dm644 LICENSE_ADDENDUM ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m644 *.png ${pkgdir}/usr/share/pixmaps/
-  install -m644 *.desktop ${pkgdir}/usr/share/applications/
-}

Copied: fox/repos/community-x86_64/PKGBUILD (from rev 107373, 
fox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 09:29:39 UTC (rev 107374)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ben b...@benmazer.net
+
+pkgname=fox
+pkgver=1.7.46
+pkgrel=1
+pkgdesc=Free Objects for X: GUI Toolkit for C++
+arch=('i686' 'x86_64')
+url=http://www.fox-toolkit.org/;
+license=('LGPL' 'custom')
+depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 
'glu')
+makedepends=('mesa' 'gendesk' 'imagemagick')
+optdepends=('perl')
+source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
+md5sums=('e30f45e4fcdc6f4ed655e41d5c4a4df2')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  gendesk -n -f --pkgname=adie --pkgdesc=Fast and convenient programming text 
editor --categories=Utility;TextEditor
+  gendesk -n -f --pkgname=calculator --name=FOX Calculator --pkgdesc=Simple 
desktop calculator --categories=Utility;Calculator
+  gendesk -n -f --pkgname=ControlPanel --name=FOX Desktop Setup 
--pkgdesc=Setup desktop appearance for FOX applications 
--categories=Settings;DesktopSettings
+  gendesk -n -f --pkgname=PathFinder --pkgdesc=File browser 
--categories=System;FileTools;FileManager
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  convert adie/big_gif.gif adie.png
+  convert calculator/bigcalc.gif calculator.png
+  convert pathfinder/file_gif.gif PathFinder.png
+
+  export CPPFLAGS=$CPPFLAGS -I/usr/include/freetype2
+  ./configure   --prefix=/usr \
+--enable-release \
+--with-xft=yes \
+--with-opengl=yes \
+--with-xim \
+--with-xshm \
+--with-shape \
+--with-xcursor \
+--with-xrender \
+--with-xrandr \
+--with-xfixes \
+--with-xinput
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE_ADDENDUM 

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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:29:54
  Author: spupykin
Revision: 107377

upgpkg: mediaproxy 2.6.0-1

upd

Modified:
  mediaproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:29:51 UTC (rev 107376)
+++ PKGBUILD2014-03-17 09:29:54 UTC (rev 107377)
@@ -3,8 +3,8 @@
 # Contributor: Colin Pitrat colin.pit...@gmail.com
 
 pkgname=mediaproxy
-pkgver=2.5.2
-pkgrel=5
+pkgver=2.6.0
+pkgrel=1
 pkgdesc=Open-source media proxy for OpenSER
 url=http://mediaproxy.ag-projects.com/;
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
mediaproxy-dispatcher.service
mediaproxy-relay.service
mediaproxy.tmpfiles)
-md5sums=('840de8f52e656991be728c15ec30bb5e'
+md5sums=('726610cf1ee4a3a9855b8cd6adf85502'
  '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
  '23c1a584835de00a958ef963cdd40040'
  '60a25f2cb6429a0a7d62d45d0c75a0ea')



[arch-commits] Commit in gogglesmm/repos/community-x86_64 (4 files)

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:29:51
  Author: spupykin
Revision: 107376

archrelease: copy trunk to community-x86_64

Added:
  gogglesmm/repos/community-x86_64/PKGBUILD
(from rev 107375, gogglesmm/trunk/PKGBUILD)
  gogglesmm/repos/community-x86_64/gogglesmm.install
(from rev 107375, gogglesmm/trunk/gogglesmm.install)
Deleted:
  gogglesmm/repos/community-x86_64/PKGBUILD
  gogglesmm/repos/community-x86_64/gogglesmm.install

---+
 PKGBUILD  |   60 ++--
 gogglesmm.install |   22 +--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 09:29:44 UTC (rev 107375)
+++ PKGBUILD2014-03-17 09:29:51 UTC (rev 107376)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sander Jansen san...@knology.net
-
-pkgname=gogglesmm
-pkgver=0.12.7
-pkgrel=3
-pkgdesc=Music Manager and Player
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/gogglesmm/;
-license=('GPL3')
-install=gogglesmm.install
-depends=('fox=1.6.0' 'xine-lib=1.0' 'sqlite=3.4.0' 'taglib' 'dbus-core' 
'curl' 'expat' 'libgcrypt')
-makedepends=('pkgconfig' 'glproto' 'dri2proto' 'glu' 'mesa')
-replaces=('musicmanager')
-conflicts=('musicmanager')
-source=(http://gogglesmm.googlecode.com/files/gogglesmm-$pkgver.tar.bz2)
-md5sums=('9ca337ab496b57d79e66d0541c7da970')
-
-build() {
-  cd $srcdir/gogglesmm-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gogglesmm-$pkgver
-  mkdir -p $pkgdir/usr/bin
-  make DESTDIR=$pkgdir install
-}

Copied: gogglesmm/repos/community-x86_64/PKGBUILD (from rev 107375, 
gogglesmm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 09:29:51 UTC (rev 107376)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sander Jansen san...@knology.net
+
+pkgname=gogglesmm
+pkgver=0.13.0
+pkgrel=1
+pkgdesc=Music Manager and Player
+arch=('i686' 'x86_64')
+url=http://gogglesmm.github.io/;
+license=('GPL3')
+install=gogglesmm.install
+depends=('fox=1.6.0' 'xine-lib=1.0' 'sqlite=3.4.0' 'taglib' 'dbus-core' 
'curl' 'expat' 'libgcrypt')
+makedepends=('pkgconfig' 'glproto' 'dri2proto' 'glu' 'mesa')
+replaces=('musicmanager')
+conflicts=('musicmanager')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz)
+md5sums=('aa912ea42958311412e2300361d15812')
+
+build() {
+  cd $srcdir/gogglesmm-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gogglesmm-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  make DESTDIR=$pkgdir install
+}

Deleted: gogglesmm.install
===
--- gogglesmm.install   2014-03-17 09:29:44 UTC (rev 107375)
+++ gogglesmm.install   2014-03-17 09:29:51 UTC (rev 107376)
@@ -1,11 +0,0 @@
-post_install() {
-  which gtk-update-icon-cache /dev/null  gtk-update-icon-cache 
/usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gogglesmm/repos/community-x86_64/gogglesmm.install (from rev 107375, 
gogglesmm/trunk/gogglesmm.install)
===
--- gogglesmm.install   (rev 0)
+++ gogglesmm.install   2014-03-17 09:29:51 UTC (rev 107376)
@@ -0,0 +1,11 @@
+post_install() {
+  which gtk-update-icon-cache /dev/null  gtk-update-icon-cache 
/usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in mediaproxy/repos/community-i686 (8 files)

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:30:15
  Author: spupykin
Revision: 107378

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

Added:
  mediaproxy/repos/community-i686/PKGBUILD
(from rev 107377, mediaproxy/trunk/PKGBUILD)
  mediaproxy/repos/community-i686/mediaproxy-dispatcher.service
(from rev 107377, mediaproxy/trunk/mediaproxy-dispatcher.service)
  mediaproxy/repos/community-i686/mediaproxy-relay.service
(from rev 107377, mediaproxy/trunk/mediaproxy-relay.service)
  mediaproxy/repos/community-i686/mediaproxy.tmpfiles
(from rev 107377, mediaproxy/trunk/mediaproxy.tmpfiles)
Deleted:
  mediaproxy/repos/community-i686/PKGBUILD
  mediaproxy/repos/community-i686/mediaproxy-dispatcher.service
  mediaproxy/repos/community-i686/mediaproxy-relay.service
  mediaproxy/repos/community-i686/mediaproxy.tmpfiles

---+
 PKGBUILD  |   74 
 mediaproxy-dispatcher.service |   22 +--
 mediaproxy-relay.service  |   22 +--
 mediaproxy.tmpfiles   |2 -
 4 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 09:29:54 UTC (rev 107377)
+++ PKGBUILD2014-03-17 09:30:15 UTC (rev 107378)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Colin Pitrat colin.pit...@gmail.com
-
-pkgname=mediaproxy
-pkgver=2.5.2
-pkgrel=5
-pkgdesc=Open-source media proxy for OpenSER
-url=http://mediaproxy.ag-projects.com/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python2' 'libnetfilter_conntrack' 'iptables'
-'python2-application' 'python2-cjson' 'python2-gnutls')
-#backup=('opt/mediaproxy/config.ini')
-source=(http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz;
-   mediaproxy-dispatcher.service
-   mediaproxy-relay.service
-   mediaproxy.tmpfiles)
-md5sums=('840de8f52e656991be728c15ec30bb5e'
- '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
- '23c1a584835de00a958ef963cdd40040'
- '60a25f2cb6429a0a7d62d45d0c75a0ea')
-
-build() {
-  cd $srcdir/mediaproxy-$pkgver
-  sed -i s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g setup.py
-}
-
-package() {
-  cd $srcdir/mediaproxy-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-
-  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
-  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: mediaproxy/repos/community-i686/PKGBUILD (from rev 107377, 
mediaproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 09:30:15 UTC (rev 107378)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Colin Pitrat colin.pit...@gmail.com
+
+pkgname=mediaproxy
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=Open-source media proxy for OpenSER
+url=http://mediaproxy.ag-projects.com/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python2' 'libnetfilter_conntrack' 'iptables'
+'python2-application' 'python2-cjson' 'python2-gnutls')
+#backup=('opt/mediaproxy/config.ini')
+source=(http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz;
+   mediaproxy-dispatcher.service
+   mediaproxy-relay.service
+   mediaproxy.tmpfiles)
+md5sums=('726610cf1ee4a3a9855b8cd6adf85502'
+ '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
+ '23c1a584835de00a958ef963cdd40040'
+ '60a25f2cb6429a0a7d62d45d0c75a0ea')
+
+build() {
+  cd $srcdir/mediaproxy-$pkgver
+  sed -i s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g setup.py
+}
+
+package() {
+  cd $srcdir/mediaproxy-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+
+  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
+  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
+  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}

Deleted: mediaproxy-dispatcher.service
===
--- mediaproxy-dispatcher.service   2014-03-17 09:29:54 UTC (rev 107377)
+++ mediaproxy-dispatcher.service   2014-03-17 09:30:15 UTC (rev 107378)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Mediaproxy dispatcher service
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/mediaproxy/dispatcher.pid
-ExecStart=media-dispatcher
-
-[Install]
-WantedBy=multi-user.target

Copied: mediaproxy/repos/community-i686/mediaproxy-dispatcher.service (from rev 
107377, 

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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:30:18
  Author: spupykin
Revision: 107379

upgpkg: opendkim 2.9.1-1

upd

Modified:
  opendkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:30:15 UTC (rev 107378)
+++ PKGBUILD2014-03-17 09:30:18 UTC (rev 107379)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Jost schno...@schnouki.net
 
 pkgname=opendkim
-pkgver=2.9.0
-pkgrel=2
+pkgver=2.9.1
+pkgrel=1
 pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
 arch=(i686 x86_64)
 url=http://www.opendkim.org/;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
opendkim.conf
opendkim.service)
-md5sums=('af682e58877bf9153b6af4400aad6d4d'
+md5sums=('77f688f648026b042fc8a07e725e5358'
  '3e2bb1058ac0662f01e675aa6ac7ee8f'
  '85010750a21954e2d3cf5d57fe210d3f')
 



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:30:35
  Author: spupykin
Revision: 107380

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

Added:
  opendkim/repos/community-i686/PKGBUILD
(from rev 107379, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-i686/opendkim.conf
(from rev 107379, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-i686/opendkim.install
(from rev 107379, opendkim/trunk/opendkim.install)
  opendkim/repos/community-i686/opendkim.service
(from rev 107379, opendkim/trunk/opendkim.service)
  opendkim/repos/community-x86_64/PKGBUILD
(from rev 107379, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-x86_64/opendkim.conf
(from rev 107379, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-x86_64/opendkim.install
(from rev 107379, opendkim/trunk/opendkim.install)
  opendkim/repos/community-x86_64/opendkim.service
(from rev 107379, opendkim/trunk/opendkim.service)
Deleted:
  opendkim/repos/community-i686/PKGBUILD
  opendkim/repos/community-i686/opendkim.conf
  opendkim/repos/community-i686/opendkim.install
  opendkim/repos/community-i686/opendkim.service
  opendkim/repos/community-x86_64/PKGBUILD
  opendkim/repos/community-x86_64/opendkim.conf
  opendkim/repos/community-x86_64/opendkim.install
  opendkim/repos/community-x86_64/opendkim.service

---+
 /PKGBUILD |  108 
 /opendkim.conf|2 
 /opendkim.install |   22 +++
 /opendkim.service |   22 +++
 community-i686/PKGBUILD   |   54 --
 community-i686/opendkim.conf  |1 
 community-i686/opendkim.install   |   11 ---
 community-i686/opendkim.service   |   11 ---
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/opendkim.conf|1 
 community-x86_64/opendkim.install |   11 ---
 community-x86_64/opendkim.service |   11 ---
 12 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-17 09:30:18 UTC (rev 107379)
+++ community-i686/PKGBUILD 2014-03-17 09:30:35 UTC (rev 107380)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Jost schno...@schnouki.net
-
-pkgname=opendkim
-pkgver=2.9.0
-pkgrel=2
-pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
-arch=(i686 x86_64)
-url=http://www.opendkim.org/;
-license=('BSD' 'custom:Sendmail')
-depends=(db openssl libbsd)
-makedepends=(libmilter)
-options=(!emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-   opendkim.conf
-   opendkim.service)
-md5sums=('af682e58877bf9153b6af4400aad6d4d'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '85010750a21954e2d3cf5d57fe210d3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-db
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Sample configuration
-  mkdir -p $pkgdir/etc/opendkim
-  mv $pkgdir/usr/share/doc/opendkim/opendkim.conf.sample 
$pkgdir/etc/opendkim/opendkim.conf.sample
-  chmod 0700 $pkgdir/etc/opendkim
-  chmod 0600 $pkgdir/etc/opendkim/opendkim.conf.sample
-  install -Dm644 $srcdir/opendkim.conf $pkgdir/etc/conf.d/opendkim
-
-  # License
-  mkdir -p $pkgdir/usr/share/licenses/opendkim
-  for f in LICENSE LICENSE.Sendmail; do
-ln -s ../../doc/opendkim/$f $pkgdir/usr/share/licenses/opendkim/$f
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-i686/PKGBUILD (from rev 107379, 
opendkim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-17 09:30:35 UTC (rev 107380)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Jost schno...@schnouki.net
+
+pkgname=opendkim
+pkgver=2.9.1
+pkgrel=1
+pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
+arch=(i686 x86_64)
+url=http://www.opendkim.org/;
+license=('BSD' 'custom:Sendmail')
+depends=(db openssl libbsd)
+makedepends=(libmilter)
+options=(!emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+   opendkim.conf
+   opendkim.service)
+md5sums=('77f688f648026b042fc8a07e725e5358'
+ '3e2bb1058ac0662f01e675aa6ac7ee8f'
+ '85010750a21954e2d3cf5d57fe210d3f')
+
+build() {
+  cd 

[arch-commits] Commit in tablelist/repos/community-any (PKGBUILD PKGBUILD)

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:30:46
  Author: spupykin
Revision: 107382

archrelease: copy trunk to community-any

Added:
  tablelist/repos/community-any/PKGBUILD
(from rev 107381, tablelist/trunk/PKGBUILD)
Deleted:
  tablelist/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 09:30:38 UTC (rev 107381)
+++ PKGBUILD2014-03-17 09:30:46 UTC (rev 107382)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tim Lee tl1234562...@yahoo.com
-
-pkgname=tablelist
-pkgver=5.10
-pkgrel=1
-pkgdesc=A library for Tcl/Tk 8.0 or higher
-arch=('any')
-url=http://www.nemethi.de;
-license=(custom)
-depends=('bash' 'tcl')
-source=(http://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
-http://www.nemethi.de/tablelist/COPYRIGHT.txt )
-md5sums=('51c273f7685f43ac32e1159ae9a00ae9'
- 'aac87705f60cb5188c34838ce3e4925a')
-
-package() {
-  mkdir -p $pkgdir/usr/lib/tcl8.6
-  cp -a $srcdir/$pkgname$pkgver $pkgdir/usr/lib/tcl8.6/
-  install -D COPYRIGHT.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: tablelist/repos/community-any/PKGBUILD (from rev 107381, 
tablelist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 09:30:46 UTC (rev 107382)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tim Lee tl1234562...@yahoo.com
+
+pkgname=tablelist
+pkgver=5.11
+pkgrel=1
+pkgdesc=A library for Tcl/Tk 8.0 or higher
+arch=('any')
+url=http://www.nemethi.de;
+license=(custom)
+depends=('bash' 'tcl')
+source=(http://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
+http://www.nemethi.de/tablelist/COPYRIGHT.txt )
+md5sums=('96d3b06670d685c7c86e66f86b20e663'
+ '39fdeab227738a9c79775fc8e09ade93')
+
+package() {
+  mkdir -p $pkgdir/usr/lib/tcl8.6
+  cp -a $srcdir/$pkgname$pkgver $pkgdir/usr/lib/tcl8.6/
+  install -D COPYRIGHT.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



[arch-commits] Commit in mediaproxy/repos/community-i686 (8 files)

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:31:13
  Author: spupykin
Revision: 107383

archrelease: copy trunk to community-i686

Added:
  mediaproxy/repos/community-i686/PKGBUILD
(from rev 107382, mediaproxy/trunk/PKGBUILD)
  mediaproxy/repos/community-i686/mediaproxy-dispatcher.service
(from rev 107382, mediaproxy/trunk/mediaproxy-dispatcher.service)
  mediaproxy/repos/community-i686/mediaproxy-relay.service
(from rev 107382, mediaproxy/trunk/mediaproxy-relay.service)
  mediaproxy/repos/community-i686/mediaproxy.tmpfiles
(from rev 107382, mediaproxy/trunk/mediaproxy.tmpfiles)
Deleted:
  mediaproxy/repos/community-i686/PKGBUILD
  mediaproxy/repos/community-i686/mediaproxy-dispatcher.service
  mediaproxy/repos/community-i686/mediaproxy-relay.service
  mediaproxy/repos/community-i686/mediaproxy.tmpfiles

---+
 PKGBUILD  |   74 
 mediaproxy-dispatcher.service |   22 +--
 mediaproxy-relay.service  |   22 +--
 mediaproxy.tmpfiles   |2 -
 4 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 09:30:46 UTC (rev 107382)
+++ PKGBUILD2014-03-17 09:31:13 UTC (rev 107383)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Colin Pitrat colin.pit...@gmail.com
-
-pkgname=mediaproxy
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=Open-source media proxy for OpenSER
-url=http://mediaproxy.ag-projects.com/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python2' 'libnetfilter_conntrack' 'iptables'
-'python2-application' 'python2-cjson' 'python2-gnutls')
-#backup=('opt/mediaproxy/config.ini')
-source=(http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz;
-   mediaproxy-dispatcher.service
-   mediaproxy-relay.service
-   mediaproxy.tmpfiles)
-md5sums=('726610cf1ee4a3a9855b8cd6adf85502'
- '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
- '23c1a584835de00a958ef963cdd40040'
- '60a25f2cb6429a0a7d62d45d0c75a0ea')
-
-build() {
-  cd $srcdir/mediaproxy-$pkgver
-  sed -i s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g setup.py
-}
-
-package() {
-  cd $srcdir/mediaproxy-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-
-  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
-  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: mediaproxy/repos/community-i686/PKGBUILD (from rev 107382, 
mediaproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 09:31:13 UTC (rev 107383)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Colin Pitrat colin.pit...@gmail.com
+
+pkgname=mediaproxy
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=Open-source media proxy for OpenSER
+url=http://mediaproxy.ag-projects.com/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python2' 'libnetfilter_conntrack' 'iptables'
+'python2-application' 'python2-cjson' 'python2-gnutls')
+#backup=('opt/mediaproxy/config.ini')
+source=(http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz;
+   mediaproxy-dispatcher.service
+   mediaproxy-relay.service
+   mediaproxy.tmpfiles)
+md5sums=('726610cf1ee4a3a9855b8cd6adf85502'
+ '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
+ '23c1a584835de00a958ef963cdd40040'
+ '60a25f2cb6429a0a7d62d45d0c75a0ea')
+
+build() {
+  cd $srcdir/mediaproxy-$pkgver
+  sed -i s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g setup.py
+}
+
+package() {
+  cd $srcdir/mediaproxy-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+
+  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
+  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
+  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}

Deleted: mediaproxy-dispatcher.service
===
--- mediaproxy-dispatcher.service   2014-03-17 09:30:46 UTC (rev 107382)
+++ mediaproxy-dispatcher.service   2014-03-17 09:31:13 UTC (rev 107383)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Mediaproxy dispatcher service
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/mediaproxy/dispatcher.pid
-ExecStart=media-dispatcher
-
-[Install]
-WantedBy=multi-user.target

Copied: mediaproxy/repos/community-i686/mediaproxy-dispatcher.service (from rev 
107382, 

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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:30:38
  Author: spupykin
Revision: 107381

upgpkg: tablelist 5.11-1

upd

Modified:
  tablelist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:30:35 UTC (rev 107380)
+++ PKGBUILD2014-03-17 09:30:38 UTC (rev 107381)
@@ -3,7 +3,7 @@
 # Contributor: Tim Lee tl1234562...@yahoo.com
 
 pkgname=tablelist
-pkgver=5.10
+pkgver=5.11
 pkgrel=1
 pkgdesc=A library for Tcl/Tk 8.0 or higher
 arch=('any')
@@ -12,8 +12,8 @@
 depends=('bash' 'tcl')
 source=(http://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
 http://www.nemethi.de/tablelist/COPYRIGHT.txt )
-md5sums=('51c273f7685f43ac32e1159ae9a00ae9'
- 'aac87705f60cb5188c34838ce3e4925a')
+md5sums=('96d3b06670d685c7c86e66f86b20e663'
+ '39fdeab227738a9c79775fc8e09ade93')
 
 package() {
   mkdir -p $pkgdir/usr/lib/tcl8.6



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

2014-03-17 Thread Lukas Jirkovsky
Date: Monday, March 17, 2014 @ 10:31:41
  Author: stativ
Revision: 107386

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

Added:
  luxrender/repos/community-staging-i686/
  luxrender/repos/community-staging-i686/PKGBUILD
(from rev 107385, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-i686/force_python3.diff
(from rev 107385, luxrender/trunk/force_python3.diff)
  luxrender/repos/community-staging-x86_64/
  luxrender/repos/community-staging-x86_64/PKGBUILD
(from rev 107385, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-x86_64/force_python3.diff
(from rev 107385, luxrender/trunk/force_python3.diff)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/force_python3.diff   |   12 +
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/force_python3.diff |   12 +
 4 files changed, 132 insertions(+)

Copied: luxrender/repos/community-staging-i686/PKGBUILD (from rev 107385, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 09:31:41 UTC (rev 107386)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.3.1
+_pkgver=d0b0e20c47cc
+pkgrel=4
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: Python interface (pylux)'
+'nvidia-utils: OpenCL support for nVidia GPUs' \
+'amdstream: OpenCL support for AMD GPUs' \
+'intel-opencl-sdk: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
+force_python3.diff)
+md5sums=('cbe749f56a1e1976745f5458100efa8a'
+ '42692e65eabc5828693e2682e94b7c64')
+
+prepare() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+  patch -Np1  $srcdir/force_python3.diff || true
+}
+
+build() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
+.
+  make
+}
+
+package() {
+  cd $srcdir/luxrender-lux-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # fix library path on x86_64
+  [ $CARCH = x86_64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so $pkgdir/usr/lib/python3.3/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-staging-i686/force_python3.diff (from rev 
107385, luxrender/trunk/force_python3.diff)
===
--- community-staging-i686/force_python3.diff   (rev 0)
+++ community-staging-i686/force_python3.diff   2014-03-17 09:31:41 UTC (rev 
107386)
@@ -0,0 +1,12 @@
+diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 
luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
+--- luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake2013-11-04 
22:25:45.0 +0100
 luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake2013-12-05 
19:43:23.414625854 +0100
+@@ -156,7 +156,7 @@ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR ${BOOST_python_LIBRARYDIR})
+ ENDIF(MSVC AND BOOST_python_LIBRARYDIR)
+ 
+-FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python REQUIRED)
++FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python3 REQUIRED)
+ 
+ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR ${_boost_libdir})

Copied: luxrender/repos/community-staging-x86_64/PKGBUILD (from rev 107385, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-17 09:31:41 UTC (rev 107386)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.3.1
+_pkgver=d0b0e20c47cc
+pkgrel=4
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+

[arch-commits] Commit in mediaproxy/repos/community-x86_64 (8 files)

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:31:23
  Author: spupykin
Revision: 107384

archrelease: copy trunk to community-x86_64

Added:
  mediaproxy/repos/community-x86_64/PKGBUILD
(from rev 107383, mediaproxy/trunk/PKGBUILD)
  mediaproxy/repos/community-x86_64/mediaproxy-dispatcher.service
(from rev 107383, mediaproxy/trunk/mediaproxy-dispatcher.service)
  mediaproxy/repos/community-x86_64/mediaproxy-relay.service
(from rev 107383, mediaproxy/trunk/mediaproxy-relay.service)
  mediaproxy/repos/community-x86_64/mediaproxy.tmpfiles
(from rev 107383, mediaproxy/trunk/mediaproxy.tmpfiles)
Deleted:
  mediaproxy/repos/community-x86_64/PKGBUILD
  mediaproxy/repos/community-x86_64/mediaproxy-dispatcher.service
  mediaproxy/repos/community-x86_64/mediaproxy-relay.service
  mediaproxy/repos/community-x86_64/mediaproxy.tmpfiles

---+
 PKGBUILD  |   74 
 mediaproxy-dispatcher.service |   22 +--
 mediaproxy-relay.service  |   22 +--
 mediaproxy.tmpfiles   |2 -
 4 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-17 09:31:13 UTC (rev 107383)
+++ PKGBUILD2014-03-17 09:31:23 UTC (rev 107384)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Colin Pitrat colin.pit...@gmail.com
-
-pkgname=mediaproxy
-pkgver=2.5.2
-pkgrel=5
-pkgdesc=Open-source media proxy for OpenSER
-url=http://mediaproxy.ag-projects.com/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python2' 'libnetfilter_conntrack' 'iptables'
-'python2-application' 'python2-cjson' 'python2-gnutls')
-#backup=('opt/mediaproxy/config.ini')
-source=(http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz;
-   mediaproxy-dispatcher.service
-   mediaproxy-relay.service
-   mediaproxy.tmpfiles)
-md5sums=('840de8f52e656991be728c15ec30bb5e'
- '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
- '23c1a584835de00a958ef963cdd40040'
- '60a25f2cb6429a0a7d62d45d0c75a0ea')
-
-build() {
-  cd $srcdir/mediaproxy-$pkgver
-  sed -i s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g setup.py
-}
-
-package() {
-  cd $srcdir/mediaproxy-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-
-  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
-  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: mediaproxy/repos/community-x86_64/PKGBUILD (from rev 107383, 
mediaproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 09:31:23 UTC (rev 107384)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Colin Pitrat colin.pit...@gmail.com
+
+pkgname=mediaproxy
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=Open-source media proxy for OpenSER
+url=http://mediaproxy.ag-projects.com/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python2' 'libnetfilter_conntrack' 'iptables'
+'python2-application' 'python2-cjson' 'python2-gnutls')
+#backup=('opt/mediaproxy/config.ini')
+source=(http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz;
+   mediaproxy-dispatcher.service
+   mediaproxy-relay.service
+   mediaproxy.tmpfiles)
+md5sums=('726610cf1ee4a3a9855b8cd6adf85502'
+ '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
+ '23c1a584835de00a958ef963cdd40040'
+ '60a25f2cb6429a0a7d62d45d0c75a0ea')
+
+build() {
+  cd $srcdir/mediaproxy-$pkgver
+  sed -i s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g setup.py
+}
+
+package() {
+  cd $srcdir/mediaproxy-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+
+  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
+  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
+  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}

Deleted: mediaproxy-dispatcher.service
===
--- mediaproxy-dispatcher.service   2014-03-17 09:31:13 UTC (rev 107383)
+++ mediaproxy-dispatcher.service   2014-03-17 09:31:23 UTC (rev 107384)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Mediaproxy dispatcher service
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/mediaproxy/dispatcher.pid
-ExecStart=media-dispatcher
-
-[Install]
-WantedBy=multi-user.target

Copied: mediaproxy/repos/community-x86_64/mediaproxy-dispatcher.service (from 
rev 107383, 

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

2014-03-17 Thread Lukas Jirkovsky
Date: Monday, March 17, 2014 @ 10:31:36
  Author: stativ
Revision: 107385

upgpkg: luxrender 1.3.1-4

python 3.4 rebuild, rebuild with gcc

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:31:23 UTC (rev 107384)
+++ PKGBUILD2014-03-17 09:31:36 UTC (rev 107385)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.3.1
 _pkgver=d0b0e20c47cc
-pkgrel=3
+pkgrel=4
 pkgdesc=Rendering system for physically correct, unbiased image synthesis
 arch=('i686' 'x86_64')
 url=http://www.luxrender.net/;
@@ -16,8 +16,7 @@
 'nvidia-utils: OpenCL support for nVidia GPUs' \
 'amdstream: OpenCL support for AMD GPUs' \
 'intel-opencl-sdk: OpenCL support for Intel CPUs')
-makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers' \
- 'clang')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers')
 source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
 force_python3.diff)
 md5sums=('cbe749f56a1e1976745f5458100efa8a'
@@ -32,14 +31,11 @@
 build() {
   cd $srcdir/luxrender-lux-$_pkgver
 
-  export CC=clang
-  export CXX=clang++
-  export CXXFLAGS=$CXXFLAGS -lpthread
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
 -DLUXRAYS_DISABLE_OPENCL=OFF \
 -DPYTHON_CUSTOM=ON \
--DPYTHON_LIBRARIES=/usr/lib/libpython3.3m.so \
--DPYTHON_INCLUDE_PATH=/usr/include/python3.3m/ \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
 .
   make
 }



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

2014-03-17 Thread Martin Wimpress
Date: Monday, March 17, 2014 @ 10:40:47
  Author: flexiondotorg
Revision: 107387

upgpkg: python-qrencode 1.01-6 - Rebuilt with Python 3.4

Modified:
  python-qrencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:31:41 UTC (rev 107386)
+++ PKGBUILD2014-03-17 09:40:47 UTC (rev 107387)
@@ -3,7 +3,7 @@
 
 pkgname=python-qrencode
 pkgver=1.01
-pkgrel=5
+pkgrel=6
 pkgdesc=A simple wrapper for the C qrencode library
 arch=('i686' 'x86_64')
 url=http://pypi.python.org/pypi/qrencode;



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

2014-03-17 Thread Martin Wimpress
Date: Monday, March 17, 2014 @ 10:41:04
  Author: flexiondotorg
Revision: 107388

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

Added:
  python-qrencode/repos/staging-i686/
  python-qrencode/repos/staging-i686/PKGBUILD
(from rev 107387, python-qrencode/trunk/PKGBUILD)
  python-qrencode/repos/staging-x86_64/
  python-qrencode/repos/staging-x86_64/PKGBUILD
(from rev 107387, python-qrencode/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: python-qrencode/repos/staging-i686/PKGBUILD (from rev 107387, 
python-qrencode/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 09:41:04 UTC (rev 107388)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python-qrencode
+pkgver=1.01
+pkgrel=6
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+

Copied: python-qrencode/repos/staging-x86_64/PKGBUILD (from rev 107387, 
python-qrencode/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 09:41:04 UTC (rev 107388)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python-qrencode
+pkgver=1.01
+pkgrel=6
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+



[arch-commits] Commit in cairo-dock-plugins/trunk (PKGBUILD)

2014-03-17 Thread Maxime Gauduin
Date: Monday, March 17, 2014 @ 10:48:24
  Author: alucryd
Revision: 107389

py3.4: cairo-dock-plugins 3.3.2-3

Modified:
  cairo-dock-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:41:04 UTC (rev 107388)
+++ PKGBUILD2014-03-17 09:48:24 UTC (rev 107389)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor: Tofe chris dot chapuis at gmail dot com
-# Contributor: zhuqin zhuqin83 at gmail dot com
-# Contributor: tri1976 trile7 at gmail dot com
-# Contributor: snoopy33 snoopy33 at no dash log dot org
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: zhuqin zhuqi...@gmail.com
+# Contributor: tri1976 tri...@gmail.com
+# Contributor: snoopy33 snoop...@no-log.org
 
 pkgname=cairo-dock-plugins
 pkgver=3.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Cairo-Dock'
 arch=('i686' 'x86_64')
-url=https://launchpad.net/${pkgname%-*}-plug-ins;
+url='https://launchpad.net/cairo-dock-plug-ins'
 license=('GPL')
 depends=('cairo-dock')
 makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 
'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2' 'ruby' 'upower' 'vala' 'vte3' 
'webkitgtk3')



[arch-commits] Commit in cairo-dock-plugins/repos (4 files)

2014-03-17 Thread Maxime Gauduin
Date: Monday, March 17, 2014 @ 10:48:36
  Author: alucryd
Revision: 107390

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

Added:
  cairo-dock-plugins/repos/community-staging-i686/
  cairo-dock-plugins/repos/community-staging-i686/PKGBUILD
(from rev 107389, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-staging-x86_64/
  cairo-dock-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 107389, cairo-dock-plugins/trunk/PKGBUILD)

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

Copied: cairo-dock-plugins/repos/community-staging-i686/PKGBUILD (from rev 
107389, cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 09:48:36 UTC (rev 107390)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: zhuqin zhuqi...@gmail.com
+# Contributor: tri1976 tri...@gmail.com
+# Contributor: snoopy33 snoop...@no-log.org
+
+pkgname=cairo-dock-plugins
+pkgver=3.3.2
+pkgrel=3
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/cairo-dock-plug-ins'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 
'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2' 'ruby' 'upower' 'vala' 'vte3' 
'webkitgtk3')
+optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'fftw: Impulse applet'
+'gnome-menus: Applications Menu applet'
+'gtk-sharp-2: Mono API'
+'gvfs: GVFS integration'
+'libetpan: Mail applet'
+'libexif: Slider applet'
+'libical: Clock applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard Indicator applet'
+'libzeitgeist: Recent Events applet'
+'lm_sensors: System Monitor applet'
+'ndesk-dbus-glib: Mono API'
+'python: Python 3 API'
+'python2: Python 2 API'
+'ruby: Ruby API'
+'upower: Logout, PowerManager applets'
+'vte3: Terminal applet'
+'webkitgtk3: Weblets applet')
+source=(${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('48f0caddb0a563d8a64176f66610ca35df5c952071e5574486d39bb574994643')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 
107389, cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-17 09:48:36 UTC (rev 107390)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: zhuqin zhuqi...@gmail.com
+# Contributor: tri1976 tri...@gmail.com
+# Contributor: snoopy33 snoop...@no-log.org
+
+pkgname=cairo-dock-plugins
+pkgver=3.3.2
+pkgrel=3
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/cairo-dock-plug-ins'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 
'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2' 'ruby' 'upower' 'vala' 'vte3' 
'webkitgtk3')
+optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'fftw: Impulse applet'
+'gnome-menus: Applications Menu applet'
+'gtk-sharp-2: Mono API'
+'gvfs: GVFS integration'
+'libetpan: Mail applet'
+'libexif: Slider applet'
+'libical: Clock applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard Indicator applet'
+'libzeitgeist: Recent Events applet'
+'lm_sensors: System Monitor applet'
+'ndesk-dbus-glib: Mono API'
+'python: Python 3 API'
+'python2: Python 2 API'
+'ruby: Ruby API'
+'upower: Logout, PowerManager applets'
+'vte3: Terminal applet'
+'webkitgtk3: Weblets applet')
+source=(${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)

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

2014-03-17 Thread Bartłomiej Piotrowski
Date: Monday, March 17, 2014 @ 10:50:50
  Author: bpiotrowski
Revision: 208055

upgpkg: python-nose 1.3.1-2

rebuild against python 3.4

Modified:
  python-nose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:12:00 UTC (rev 208054)
+++ PKGBUILD2014-03-17 09:50:50 UTC (rev 208055)
@@ -7,7 +7,7 @@
 pkgbase=python-nose
 pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A discovery-based unittest extension
 arch=('any')
 url='http://readthedocs.org/docs/nose/'



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

2014-03-17 Thread Bartłomiej Piotrowski
Date: Monday, March 17, 2014 @ 10:51:02
  Author: bpiotrowski
Revision: 208056

archrelease: copy trunk to staging-any

Added:
  python-nose/repos/staging-any/
  python-nose/repos/staging-any/PKGBUILD
(from rev 208055, python-nose/trunk/PKGBUILD)

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

Copied: python-nose/repos/staging-any/PKGBUILD (from rev 208055, 
python-nose/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 09:51:02 UTC (rev 208056)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Cilyan Olowen gak...@gmail.com
+
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.3.1
+pkgrel=2
+pkgdesc=A discovery-based unittest extension
+arch=('any')
+url='http://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
+source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
+md5sums=('672398801ddf5ba745c55c6eed79c5aa')
+
+build() {
+  cd $srcdir/nose-$pkgver
+  sed -i -e s:man/man1:share/man/man1:g setup.py
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+}
+
+package_python-nose() {
+  depends=('python' 'python-setuptools')
+  cd $srcdir/nose-$pkgver
+  python3 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-setuptools')
+  cd $srcdir/nose2-$pkgver
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
+  rm -rf $pkgdir/usr/share
+}
+
+package_python-nose-doc(){
+  pkgdesc=Nose documentation and examples
+  cd $srcdir/nose-$pkgver/doc
+  make SPHINXBUILD=sphinx-build2 html
+  mkdir -p $pkgdir/usr/share/doc/python-nose
+  cp -r .build/html $pkgdir/usr/share/doc/python-nose
+  cp -r ../examples $pkgdir/usr/share/doc/python-nose
+}



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

2014-03-17 Thread Lukas Jirkovsky
Date: Monday, March 17, 2014 @ 10:58:51
  Author: stativ
Revision: 107392

archrelease: copy trunk to community-staging-any

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

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

Copied: python-ansi2html/repos/community-staging-any/PKGBUILD (from rev 107391, 
python-ansi2html/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 09:58:51 UTC (rev 107392)
@@ -0,0 +1,20 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+pkgname=python-ansi2html
+pkgver=1.0.6
+pkgrel=2
+pkgdesc=Convert text with ANSI color codes to HTML
+arch=('any')
+url=http://pypi.python.org/pypi/ansi2html;
+license=('GPL')
+depends=('python-six')
+makedepends=('python-setuptools')
+source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
+md5sums=('df764afaa8e1167d7e7747ea59705e49'
+ 'SKIP')
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root=$pkgdir  --optimize=1
+}



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

2014-03-17 Thread Lukas Jirkovsky
Date: Monday, March 17, 2014 @ 10:58:47
  Author: stativ
Revision: 107391

upgpkg: python-ansi2html 1.0.6-2

python 3.4 rebuild

Modified:
  python-ansi2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:48:36 UTC (rev 107390)
+++ PKGBUILD2014-03-17 09:58:47 UTC (rev 107391)
@@ -2,13 +2,13 @@
 
 pkgname=python-ansi2html
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
 url=http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
 depends=('python-six')
-makedepends=('python-distribute')
+makedepends=('python-setuptools')
 
source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
 md5sums=('df764afaa8e1167d7e7747ea59705e49'
  'SKIP')



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 10:59:57
  Author: spupykin
Revision: 107393

upgpkg: cython 0.20.1-2

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:58:51 UTC (rev 107392)
+++ PKGBUILD2014-03-17 09:59:57 UTC (rev 107393)
@@ -5,7 +5,7 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc=C-Extensions for Python 
 arch=(i686 x86_64)
 url=http://www.cython.org;



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:00:32
  Author: spupykin
Revision: 107395

upgpkg: ktoblzcheck 1.43-2

upd

Modified:
  ktoblzcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 10:00:20 UTC (rev 107394)
+++ PKGBUILD2014-03-17 10:00:32 UTC (rev 107395)
@@ -4,7 +4,7 @@
 
 pkgname=ktoblzcheck
 pkgver=1.43
-pkgrel=1
+pkgrel=2
 pkgdesc=A library to check account numbers and bank codes of German banks
 arch=(i686 x86_64)
 url=http://ktoblzcheck.sourceforge.net;



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:00:43
  Author: spupykin
Revision: 107396

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

Added:
  ktoblzcheck/repos/community-staging-i686/
  ktoblzcheck/repos/community-staging-i686/PKGBUILD
(from rev 107395, ktoblzcheck/trunk/PKGBUILD)
  ktoblzcheck/repos/community-staging-i686/ktoblzcheck-python3.patch
(from rev 107395, ktoblzcheck/trunk/ktoblzcheck-python3.patch)
  ktoblzcheck/repos/community-staging-x86_64/
  ktoblzcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 107395, ktoblzcheck/trunk/PKGBUILD)
  ktoblzcheck/repos/community-staging-x86_64/ktoblzcheck-python3.patch
(from rev 107395, ktoblzcheck/trunk/ktoblzcheck-python3.patch)

+
 community-staging-i686/PKGBUILD|   29 +
 community-staging-i686/ktoblzcheck-python3.patch   |   57 +++
 community-staging-x86_64/PKGBUILD  |   29 +
 community-staging-x86_64/ktoblzcheck-python3.patch |   57 +++
 4 files changed, 172 insertions(+)

Copied: ktoblzcheck/repos/community-staging-i686/PKGBUILD (from rev 107395, 
ktoblzcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 10:00:43 UTC (rev 107396)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+
+pkgname=ktoblzcheck
+pkgver=1.43
+pkgrel=2
+pkgdesc=A library to check account numbers and bank codes of German banks
+arch=(i686 x86_64)
+url=http://ktoblzcheck.sourceforge.net;
+license=(LGPL)
+depends=('gcc-libs' 'python')
+optdepends=('perl')
+source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
+   ktoblzcheck-python3.patch)
+md5sums=('1052f9a97bd2f9cbf03e316d289acbe3'
+ 'a81a697bb3aaeffb7fac0ad7d9166e3f')
+
+build() {
+  cd $srcdir/ktoblzcheck-$pkgver
+  ./configure --prefix=/usr
+  patch -p1 $srcdir/ktoblzcheck-python3.patch
+  make
+}
+
+package() {
+  cd $srcdir/ktoblzcheck-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: ktoblzcheck/repos/community-staging-i686/ktoblzcheck-python3.patch 
(from rev 107395, ktoblzcheck/trunk/ktoblzcheck-python3.patch)
===
--- community-staging-i686/ktoblzcheck-python3.patch
(rev 0)
+++ community-staging-i686/ktoblzcheck-python3.patch2014-03-17 10:00:43 UTC 
(rev 107396)
@@ -0,0 +1,57 @@
+diff -ur ktoblzcheck-1.28/src/python/ktoblzcheck.py 
ktoblzcheck-1.28.my/src/python/ktoblzcheck.py
+--- ktoblzcheck-1.28/src/python/ktoblzcheck.py 2008-08-12 16:48:54.0 
+
 ktoblzcheck-1.28.my/src/python/ktoblzcheck.py  2010-09-20 
09:08:36.0 +
+@@ -197,35 +197,35 @@
+ 
+ def test():
+ a = AccountNumberCheck()
+-print 'Number of Banks:', a.bankCount
+-print 'find 20010020:', a.findBank('20010020')
+-print 'find 20010033:', a.findBank('20010033')
+-print 'check 20070024/9291394:', a.check('20070024','9291394')
+-print 'check 20070024/9291394:', a.check('20070024','9291394023')
+-print
++print('Number of Banks:', a.bankCount)
++print('find 20010020:', a.findBank('20010020'))
++print('find 20010033:', a.findBank('20010033'))
++print('check 20070024/9291394:', a.check('20070024','9291394'))
++print('check 20070024/9291394:', a.check('20070024','9291394023'))
++print()
+ ck = IbanCheck()
+ if not kto.IbanCheck_selftest(ck):  # not publicly defined
+-  print Self-Test failed!
++print(Self-Test failed!)
+   raise SystemExit
+ s =  iban fr14 2004 1010 0505 0001 3m02 606
+-print test for iban:, s
++print(test for iban:, s)
+ iban = Iban(s)
+-print transmission form:, iban.transmissionForm()
++print(transmission form:, iban.transmissionForm())
+ res = ck.check(iban)
+-print check result :, res, (+IbanCheck.resultText(res)+)
+-print printable form   :, iban.printableForm()
+-print
+-print expect bad checksum:
++print(check result :, res, (+IbanCheck.resultText(res)+))
++print(printable form   :, iban.printableForm())
++print()
++print(expect bad checksum:)
+ s = FR1420041010050500013X02606
+ res = ck.check(s)
+-print s + :, res, (+IbanCheck.resultText(res)+)
+-print
++print(s + :, res, (+IbanCheck.resultText(res)+))
++print()
+ s = IBAN DE66 2007 0024 0929 1394 00
+-print s
++print(s)
+ s = Iban(s).transmissionForm()
+ start, end = ck.bic_position(s)
+-print prefix, checksum, BIC, account:
+-print ', '.join((s[:2], s[2:4], s[start:end], s[end:].lstrip('0')))
++print(prefix, checksum, BIC, account:)
++print(', '.join((s[:2], s[2:4], s[start:end], 

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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:00:46
  Author: spupykin
Revision: 107397

upgpkg: lxc 1:1.0.1-2

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 10:00:43 UTC (rev 107396)
+++ PKGBUILD2014-03-17 10:00:46 UTC (rev 107397)
@@ -8,7 +8,7 @@
 pkgname=lxc
 pkgver=1.0.1
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux Containers
 arch=('i686' 'x86_64')
 url=http://linuxcontainers.org;



[arch-commits] Commit in lxc/repos (10 files)

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:01:01
  Author: spupykin
Revision: 107398

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

Added:
  lxc/repos/community-staging-i686/
  lxc/repos/community-staging-i686/PKGBUILD
(from rev 107397, lxc/trunk/PKGBUILD)
  lxc/repos/community-staging-i686/lxc.install
(from rev 107397, lxc/trunk/lxc.install)
  lxc/repos/community-staging-i686/lxc.tmpfiles.d
(from rev 107397, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-staging-i686/lxc@.service
(from rev 107397, lxc/trunk/lxc@.service)
  lxc/repos/community-staging-x86_64/
  lxc/repos/community-staging-x86_64/PKGBUILD
(from rev 107397, lxc/trunk/PKGBUILD)
  lxc/repos/community-staging-x86_64/lxc.install
(from rev 107397, lxc/trunk/lxc.install)
  lxc/repos/community-staging-x86_64/lxc.tmpfiles.d
(from rev 107397, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-staging-x86_64/lxc@.service
(from rev 107397, lxc/trunk/lxc@.service)

-+
 community-staging-i686/PKGBUILD |   61 ++
 community-staging-i686/lxc.install  |8 +++
 community-staging-i686/lxc.tmpfiles.d   |1 
 community-staging-i686/lxc@.service |   11 +
 community-staging-x86_64/PKGBUILD   |   61 ++
 community-staging-x86_64/lxc.install|8 +++
 community-staging-x86_64/lxc.tmpfiles.d |1 
 community-staging-x86_64/lxc@.service   |   11 +
 8 files changed, 162 insertions(+)

Copied: lxc/repos/community-staging-i686/PKGBUILD (from rev 107397, 
lxc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 10:01:01 UTC (rev 107398)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=lxc
+pkgver=1.0.1
+epoch=1
+pkgrel=2
+pkgdesc=Linux Containers
+arch=('i686' 'x86_64')
+url=http://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python')
+makedepends=('docbook2x')
+optdepends=('arch-install-scripts: for archlinux template')
+license=('LGPL')
+install=lxc.install
+options=('emptydirs')
+source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
+   lxc.tmpfiles.d
+   lxc@.service)
+md5sums=('3c7379891e45713817ec873a167070b0'
+ 'df94c9fb8a753011c86ee664e9f521ff'
+ '32db4ef06b27f36e15ff4b67c049dfeb')
+
+prepare() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  sed -i \
+-e 's|\\-//Davenport//DTD DocBook V3.0//EN\\|\\-//OASIS//DTD DocBook 
XML\\ \\http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\;|' \
+configure.ac
+}
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--disable-apparmor \
+--enable-seccomp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+
+  make DESTDIR=$pkgdir install
+  install -d -m755 $pkgdir/var/lib/lxc
+  install -d -m755 $pkgdir/usr/lib/lxc/rootfs/dev
+  install -D -m644 ${srcdir}/lxc@.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
+  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
+
+  cd doc
+  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
+  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
+  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
+}

Copied: lxc/repos/community-staging-i686/lxc.install (from rev 107397, 
lxc/trunk/lxc.install)
===
--- community-staging-i686/lxc.install  (rev 0)
+++ community-staging-i686/lxc.install  2014-03-17 10:01:01 UTC (rev 107398)
@@ -0,0 +1,8 @@
+post_upgrade() {
+  [[ $(vercmp $1 1:1) -le 0 ]]  return 0
+  cat  EOF
+* Since v1.0, lxc-shutdown(1) is gone and its functionality is provided by
+* lxc-stop(1) by default. The old lxc-stop(1) behavior can be recovered
+* with 'lxc-stop --kill'.
+EOF
+}

Copied: lxc/repos/community-staging-i686/lxc.tmpfiles.d (from rev 107397, 
lxc/trunk/lxc.tmpfiles.d)
===
--- community-staging-i686/lxc.tmpfiles.d   (rev 0)
+++ community-staging-i686/lxc.tmpfiles.d   2014-03-17 10:01:01 UTC (rev 
107398)
@@ -0,0 +1 @@
+w /sys/fs/cgroup/memory/memory.use_hierarchy - - - - 1

Copied: lxc/repos/community-staging-i686/lxc@.service (from rev 107397, 
lxc/trunk/lxc@.service)
===
--- 

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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:00:20
  Author: spupykin
Revision: 107394

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

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

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

Copied: cython/repos/community-staging-i686/PKGBUILD (from rev 107393, 
cython/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 10:00:20 UTC (rev 107394)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.20.1
+pkgrel=2
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('52431696c64e618036537c4d9aa79d99')
+
+package_cython() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python setup.py install --root=$pkgdir
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
+}
+
+package_cython2() {
+  depends=('python2' 'python2-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+}

Copied: cython/repos/community-staging-x86_64/PKGBUILD (from rev 107393, 
cython/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-17 10:00:20 UTC (rev 107394)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.20.1
+pkgrel=2
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('52431696c64e618036537c4d9aa79d99')
+
+package_cython() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python setup.py install --root=$pkgdir
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
+}
+
+package_cython2() {
+  depends=('python2' 'python2-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+}



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:01:05
  Author: spupykin
Revision: 107399

upgpkg: python-babel 1.3-4

upd

Modified:
  python-babel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 10:01:01 UTC (rev 107398)
+++ PKGBUILD2014-03-17 10:01:05 UTC (rev 107399)
@@ -5,7 +5,7 @@
 pkgbase=python-babel
 pkgname=(python-babel python2-babel)
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc=A collection of tools for internationalizing Python applications
 url=http://babel.pocoo.org/;
 license=(BSD)



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:01:12
  Author: spupykin
Revision: 107400

archrelease: copy trunk to community-staging-any

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

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

Copied: python-babel/repos/community-staging-any/PKGBUILD (from rev 107399, 
python-babel/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 10:01:12 UTC (rev 107400)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Giedrius Slavinskas giedriu...@gmail.com
+
+pkgbase=python-babel
+pkgname=(python-babel python2-babel)
+pkgver=1.3
+pkgrel=4
+pkgdesc=A collection of tools for internationalizing Python applications
+url=http://babel.pocoo.org/;
+license=(BSD)
+arch=('any')
+makedepends=('python' 'python2'
+   'python-setuptools' 'python2-setuptools'
+   'python-pytz' 'python2-pytz')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz;)
+md5sums=('752ecd661a4002d64ba07384404a2988')
+
+package_python-babel() {
+  depends=('python' 'python-pytz')
+
+  cd $srcdir/babel-${pkgver}
+  python setup.py import_cldr
+  python setup.py install --root=$pkgdir
+  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-babel() {
+  depends=('python2' 'python2-pytz')
+
+  cd $srcdir/babel-${pkgver}
+  python2 setup.py import_cldr
+  python2 setup.py install --root=$pkgdir
+  mv $pkgdir/usr/bin/pybabel $pkgdir/usr/bin/pybabel2
+  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:01:50
  Author: spupykin
Revision: 107407

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

Added:
  python-psycopg2/repos/community-staging-i686/
  python-psycopg2/repos/community-staging-i686/ChangeLog
(from rev 107405, python-psycopg2/trunk/ChangeLog)
  python-psycopg2/repos/community-staging-i686/PKGBUILD
(from rev 107406, python-psycopg2/trunk/PKGBUILD)
  python-psycopg2/repos/community-staging-x86_64/
  python-psycopg2/repos/community-staging-x86_64/ChangeLog
(from rev 107406, python-psycopg2/trunk/ChangeLog)
  python-psycopg2/repos/community-staging-x86_64/PKGBUILD
(from rev 107406, python-psycopg2/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |   25 +
 community-staging-i686/PKGBUILD|   35 +++
 community-staging-x86_64/ChangeLog |   25 +
 community-staging-x86_64/PKGBUILD  |   35 +++
 4 files changed, 120 insertions(+)

Copied: python-psycopg2/repos/community-staging-i686/ChangeLog (from rev 
107405, python-psycopg2/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-03-17 10:01:50 UTC (rev 107407)
@@ -0,0 +1,25 @@
+
+2009-08-05  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated to: 2.0.11
+
+2009-03-24  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.0.9
+
+2009-01-11  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Rebuilt for python 2.6
+
+2008-04-25  Mateusz Herych heni...@gmail.com
+
+   * Built for x86_64 - 2.0.7
+
+2008-04-23  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Built for i686 - 2.0.7
+
+2007-06-27  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64
+

Copied: python-psycopg2/repos/community-staging-i686/PKGBUILD (from rev 107406, 
python-psycopg2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 10:01:50 UTC (rev 107407)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgbase=python-psycopg2
+pkgname=('python-psycopg2' 'python2-psycopg2')
+pkgver=2.5.2
+pkgrel=2
+pkgdesc=A PostgreSQL database adapter for the Python programming language.
+arch=('i686' 'x86_64')
+url=http://initd.org/psycopg/;
+license=('LGPL3')
+makedepends=('python2' 'python' 'postgresql-libs=8.4.1')
+source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-$pkgver.tar.gz)
+md5sums=('53d81793fbab8fee6e732a0425d50047')
+
+build() {
+  cd $srcdir/psycopg2-$pkgver
+  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
+}
+
+package_python-psycopg2() {
+  depends=('python' 'postgresql-libs=8.4.1')
+
+  cd $srcdir/psycopg2-$pkgver
+  python setup.py install --root=$pkgdir
+}
+
+package_python2-psycopg2() {
+  depends=('python2' 'postgresql-libs=8.4.1')
+
+  cd $srcdir/psycopg2-$pkgver
+  python2 setup.py install --root=$pkgdir
+}

Copied: python-psycopg2/repos/community-staging-x86_64/ChangeLog (from rev 
107406, python-psycopg2/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-03-17 10:01:50 UTC (rev 107407)
@@ -0,0 +1,25 @@
+
+2009-08-05  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated to: 2.0.11
+
+2009-03-24  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.0.9
+
+2009-01-11  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Rebuilt for python 2.6
+
+2008-04-25  Mateusz Herych heni...@gmail.com
+
+   * Built for x86_64 - 2.0.7
+
+2008-04-23  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Built for i686 - 2.0.7
+
+2007-06-27  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64
+

Copied: python-psycopg2/repos/community-staging-x86_64/PKGBUILD (from rev 
107406, python-psycopg2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-17 10:01:50 UTC (rev 107407)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgbase=python-psycopg2
+pkgname=('python-psycopg2' 'python2-psycopg2')
+pkgver=2.5.2
+pkgrel=2
+pkgdesc=A PostgreSQL database adapter for the Python programming language.

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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:01:29
  Author: spupykin
Revision: 107403

upgpkg: python-dnspython 1.10.0-3

upd

Modified:
  python-dnspython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 10:01:26 UTC (rev 107402)
+++ PKGBUILD2014-03-17 10:01:29 UTC (rev 107403)
@@ -4,7 +4,7 @@
 
 pkgname=python-dnspython
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A DNS toolkit for Python
 arch=('any')
 url=http://www.dnspython.org;



  1   2   3   4   >