void-packages/srcpkgs/python3-Flask/template
2021-12-06 10:25:43 -05:00

21 lines
680 B
Bash

# Template file for 'python3-Flask'
pkgname=python3-Flask
version=2.0.2
revision=1
wrksrc="${pkgname#*-}-${version}"
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="Markus Berger <pulux@pf4sh.de>"
license="BSD-3-Clause"
homepage="http://flask.pocoo.org"
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
checksum=7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2
conflicts="python-Flask>=0"
post_install() {
vlicense LICENSE.rst
}