Skip to content

Commit

Permalink
Merge pull request #52 from Cthulu201/aax
Browse files Browse the repository at this point in the history
beeswarm dep flask-wtf
  • Loading branch information
archey committed Feb 9, 2015
2 parents 207c12d + fa4a845 commit 1020095
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/python2-flask-wtf/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Maintainer: ArchAssault <[email protected]>
#Automatically generated by pip2arch on 2015-02-01

pkgname=python2-flask-wtf
pkgver=0.11
pkgrel=1
pkgdesc="Simple integration of Flask and WTForms"
arch=('any')
url="http://github.com/lepture/flask-wtf"
license=('BSD')
depends=('python2' 'python2-flask' 'python2-wtforms')
makedepends=('python2-setuptools')
source=("https://pypi.python.org/packages/source/F/Flask-WTF/Flask-WTF-$pkgver.tar.gz")
sha512sums=('213188fd9fb199e4c52cf3e74f5e66846217b817ecf2ffe08ddb5c7cda2ab10a88e3c655364b64393137be1fd105c7d973f82cbd0eca0bfb28bfa3118f5bee15')

build() {
cd "$srcdir/Flask-WTF-$pkgver"
python2 setup.py build
}

package() {
cd "$srcdir/Flask-WTF-$pkgver"
python2 setup.py install --root="$pkgdir" --optimize=1
install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

0 comments on commit 1020095

Please sign in to comment.