removed aur/python-werkzeug - now in community

This commit is contained in:
Kevin Mihelich 2011-10-10 20:42:43 -04:00
parent 396d9f426a
commit 8845ec9e06

View file

@ -1,22 +0,0 @@
# Contributer: Richard Murri <admin@richardmurri.com>
plugrel=1
pkgname=python-werkzeug
pkgver=0.6.2
pkgrel=2
pkgdesc="The Swiss Army knife of Python web development"
arch=(any)
url="http://werkzeug.pocoo.org/"
license=('BSD')
depends=('python2>=2.4')
makedepends=('setuptools')
source=(http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz)
md5sums=('519408350346a247333bb5d584371724')
build() {
cd Werkzeug-$pkgver
python2 ./setup.py install --root=$pkgdir --prefix=/usr || return 1
}