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

21 lines
716 B
Bash

# Template file for 'python3-Flask-Login'
pkgname=python3-Flask-Login
version=0.6.2
revision=4
build_style=python3-module
make_check_args="-p no:warnings"
hostmakedepends="python3-setuptools"
depends="python3-Flask"
checkdepends="python3-semanticversion python3-pytest python3-asgiref $depends"
short_desc="User session management for Flask (Python3)"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://github.com/maxcountryman/flask-login"
changelog="https://github.com/maxcountryman/flask-login/raw/main/CHANGES.md"
distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz"
checksum=c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3
post_install() {
vlicense LICENSE
}