python-Flask: update to 1.1.1.
This commit is contained in:
parent
48b1d3f3bf
commit
e65d61a26c
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'python-Flask'
|
||||
pkgname=python-Flask
|
||||
version=1.1.0
|
||||
revision=2
|
||||
version=1.1.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="flask"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools python-Jinja2 python-Werkzeug python-itsdangerous python-click"
|
||||
checkdepends="${depends} python-pytest python-hypothesis
|
||||
python3-pytest python3-hypothesis"
|
||||
short_desc="Python2 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=b5ae63812021cb04174fcff05d560a98387a44d9cccd4652a2bfa131ba4e4c9b
|
||||
checksum=13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52
|
||||
alternatives="flask:flask:/usr/bin/flask2"
|
||||
|
||||
post_install() {
|
||||
|
@ -22,7 +23,6 @@ post_install() {
|
|||
|
||||
python3-Flask_package() {
|
||||
archs=noarch
|
||||
pycompile_module="flask"
|
||||
depends="python3-setuptools python3-Jinja2 python3-Werkzeug python3-itsdangerous python3-click"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="flask:flask:/usr/bin/flask3"
|
||||
|
|
Loading…
Reference in a new issue