blob: 723e665fe0e7a9761bf8310970e778b00fb7ea17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = python-flask-httpauth
pkgdesc = Basic and Digest HTTP authentication for Flask routes
pkgver = 4.8.0
pkgrel = 1
url = https://github.com/miguelgrinberg/Flask-HTTPAuth
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
depends = python
depends = python-flask
source = python-flask-httpauth-4.8.0.tar.gz::https://github.com/miguelgrinberg/Flask-HTTPAuth/archive/v4.8.0.tar.gz
sha256sums = 1984f9ef025482d06a19f6d4ad6852095fe7602e97c59511070f9c4e4652cb9e
pkgname = python-flask-httpauth
|