void-packages/srcpkgs/python3-Flask/template

23 lines
680 B
Bash

# Template file for 'python3-Flask'
pkgname=python3-Flask
version=1.1.2
revision=3
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=4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
conflicts="python-Flask>=0"
post_install() {
vlicense LICENSE.rst
}