Date: Saturday, August 7, 2010 @ 15:12:58 Author: ibiru Revision: 86964
moved in extra, needed by python-mako Added: python-beaker/ python-beaker/repos/ python-beaker/trunk/ python-beaker/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) Added: python-beaker/trunk/PKGBUILD =================================================================== --- python-beaker/trunk/PKGBUILD (rev 0) +++ python-beaker/trunk/PKGBUILD 2010-08-07 19:12:58 UTC (rev 86964) @@ -0,0 +1,21 @@ +# $id:$ +# Maintainer : Ionut Biru <[email protected]> +# Contributor: Massimiliano Torromeo < massimiliano DOT torromeo AT gmail DOT com > +pkgname=python-beaker +pkgver=1.5.4 +pkgrel=1 +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') +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 + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE +} + Property changes on: python-beaker/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
