New package: python3-Flask-HTTPAuth-3.3.0
This commit is contained in:
parent
d22347dfca
commit
b6114b8be9
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-Flask-HTTPAuth/template
Normal file
19
srcpkgs/python3-Flask-HTTPAuth/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-Flask-HTTPAuth'
|
||||
pkgname=python3-Flask-HTTPAuth
|
||||
version=3.3.0
|
||||
revision=1
|
||||
wrksrc=Flask-HTTPAuth-${version}
|
||||
build_style=python3-module
|
||||
pycompile_module="flask_httpauth.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-Flask"
|
||||
short_desc="Basic, Digest and Token HTTP authentication for Flask routes"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
|
||||
distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
|
||||
checksum=6ef8b761332e780f9ff74d5f9056c2616f52babc1998b01d9f361a1e439e61b9
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue