python-Flask: update to 0.12.4 (#14129)
This commit is contained in:
parent
b162e9717b
commit
59e8ac2591
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-Flask'
|
# Template file for 'python-Flask'
|
||||||
pkgname=python-Flask
|
pkgname=python-Flask
|
||||||
version=0.12.2
|
version=0.12.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-Jinja2 python-Werkzeug python-itsdangerous python-click"
|
depends="python-setuptools python-Jinja2 python-Werkzeug python-itsdangerous python-click"
|
||||||
short_desc="Python2 web microframework"
|
short_desc="Python2 web microframework"
|
||||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="http://flask.pocoo.org"
|
homepage="http://flask.pocoo.org"
|
||||||
license="3-clause-BSD"
|
|
||||||
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
|
||||||
checksum=49f44461237b69ecd901cc7ce66feea0319b9158743dd27a2899962ab214dac1
|
checksum=2ea22336f6d388b4b242bc3abf8a01244a8aa3e236e7407469ef78c16ba355dd
|
||||||
alternatives="flask:flask:/usr/bin/flask2"
|
alternatives="flask:flask:/usr/bin/flask2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue