22 lines
680 B
Bash
22 lines
680 B
Bash
# Template file for 'python3-Flask'
|
|
pkgname=python3-Flask
|
|
version=2.0.1
|
|
revision=2
|
|
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=1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55
|
|
conflicts="python-Flask>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|