removed aur/python-flask, now upstream in community

This commit is contained in:
Kevin Mihelich 2011-10-22 20:58:05 -04:00
parent 77f7005862
commit d400575fec

View file

@ -1,22 +0,0 @@
# Maintainer: Tarmo Heiskanen <turskii@gmail.com>
plugrel=1
pkgname=python-flask
pkgver=0.6.1
pkgrel=2
pkgdesc='Micro webdevelopment framework for Python'
arch=('any')
url='http://flask.pocoo.org/'
license=('BSD')
depends=('python2' 'python-werkzeug' 'python-jinja')
makedepends=('python2-distribute')
source=("http://pypi.python.org/packages/source/F/Flask/Flask-${pkgver}.tar.gz")
md5sums=('7af56e33fb6a35db2818c20e604c8698')
build() {
cd "${srcdir}/Flask-${pkgver}"
python2 ./setup.py install --root="${pkgdir}" --prefix="/usr"
}
# vim:set ts=2 sw=2 et: