void-packages/srcpkgs/python3-Flask-HTTPAuth/template
2021-06-08 00:18:12 -03:00

20 lines
628 B
Bash

# Template file for 'python3-Flask-HTTPAuth'
pkgname=python3-Flask-HTTPAuth
version=4.4.0
revision=1
wrksrc=Flask-HTTPAuth-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask"
checkdepends="${depends}"
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=bcaaa7a35a3cba0b2eafd4f113b3016bf70eb78087456d96484c3c18928b813a
post_install() {
vlicense LICENSE
}