summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorLaszlo Papp2016-05-11 07:53:13 +0100
committerLaszlo Papp2016-05-11 07:53:13 +0100
commitd45ff2e24676c1064c9961c73f041d1836e25142 (patch)
tree1c4371bcba15383d48a865cc6d144903d271417f /.SRCINFO
downloadaur-d45ff2e24676c1064c9961c73f041d1836e25142.tar.gz
Add the initial version of the PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..892da49f1996
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = python2-flask-httpauth
+ pkgdesc = Simple extension that provides Basic and Digest HTTP authentication for Flask routes
+ pkgver = 3.1.2
+ pkgrel = 1
+ url = https://github.com/miguelgrinberg/Flask-HTTPAuth
+ arch = any
+ license = MIT
+ makedepends = python2-setuptools
+ depends = python
+ depends = python-flask
+ options = !emptydirs
+ source = https://pypi.python.org/packages/fc/f8/2c06d94c9181affe2c31d5d53794358160240bcfe918446c1425f37663eb/Flask-HTTPAuth-3.1.2.tar.gz
+ md5sums = 2a29a2613cbc391b96b8cfa8cd97a81f
+
+pkgname = python2-flask-httpauth
+