void-packages/srcpkgs/python3-Flask-HTTPAuth/template

19 lines
622 B
Bash

# Template file for 'python3-Flask-HTTPAuth'
pkgname=python3-Flask-HTTPAuth
version=4.8.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask"
short_desc="Basic, Digest and Token HTTP authentication for Flask routes"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
checksum=66568a05bc73942c65f1e2201ae746295816dc009edd84b482c44c758d75097a
make_check=no # needs packages not in repo (asgiref)
post_install() {
vlicense LICENSE
}