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

Allan McRae allan at archlinux.org
Wed Aug 18 03:37:41 UTC 2010


    Date: Tuesday, August 17, 2010 @ 23:37:40
  Author: allan
Revision: 87715

upgpkg: python-beaker 1.5.4-2
python rebuild

Modified:
  python-beaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-18 03:21:09 UTC (rev 87714)
+++ PKGBUILD	2010-08-18 03:37:40 UTC (rev 87715)
@@ -1,21 +1,22 @@
-# $id:$
+# $Id$
 # Maintainer : Ionut Biru <ibiru at archlinux.org>
 # Contributor: Massimiliano Torromeo < massimiliano DOT torromeo AT gmail DOT com >
 pkgname=python-beaker
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 arch=('any')
 license=('custom')
 pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
 url="http://beaker.groovie.org/"
-depends=('python>=2.6')
+depends=('python2')
 makedepends=('setuptools')
 source=("http://cheeseshop.python.org/packages/source/B/Beaker/Beaker-$pkgver.tar.gz")
 md5sums=('de84e7511119dc0b8eb4ac177d3e2512')
 
 build() {
     cd ${srcdir}/Beaker-${pkgver}
-    python setup.py install --root=${pkgdir} --optimize=1
+    sed -i "s#/usr/bin/python#/usr/bin/python2#" beaker/crypto/pbkdf2.py
+    python2 setup.py install --root=${pkgdir} --optimize=1
     install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
 




More information about the arch-commits mailing list