void-packages/srcpkgs/python3-Flask/template

22 lines
715 B
Bash

# Template file for 'python3-Flask'
pkgname=python3-Flask
version=2.2.2
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-Jinja2 python3-Werkzeug
python3-itsdangerous python3-click"
checkdepends="${depends} python3-pytest python3-hypothesis"
short_desc="Python3 web microframework"
maintainer="Pulux <pulux@pf4sh.de>"
license="BSD-3-Clause"
homepage="http://flask.pocoo.org"
changelog="https://raw.githubusercontent.com/pallets/flask/main/CHANGES.rst"
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
checksum=642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b
conflicts="python-Flask>=0"
post_install() {
vlicense LICENSE.rst
}