-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from Cthulu201/aax
beeswarm dep flask-wtf
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |