mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
removed aur/python-flask, now upstream in community
This commit is contained in:
parent
77f7005862
commit
d400575fec
1 changed files with 0 additions and 22 deletions
|
@ -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:
|
Loading…
Reference in a new issue