void-packages/srcpkgs/python3-Flask-HTTPAuth/template
2020-05-14 10:25:21 +02:00

18 lines
602 B
Bash

# Template file for 'python3-Flask-HTTPAuth'
pkgname=python3-Flask-HTTPAuth
version=4.0.0
revision=1
wrksrc=Flask-HTTPAuth-${version}
build_style=python3-module
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=47d62edc33ff16798ed28e06a7387ed10a15f21249c5f61515b41351356a6afc
post_install() {
vlicense LICENSE
}