python-Flask-Babel: update to 0.12.2.

This commit is contained in:
maxice8 2018-12-04 13:34:39 -02:00 committed by maxice8
parent aa1be2d83d
commit 3d8f16a44b

View file

@ -1,19 +1,19 @@
# Template file for 'python-Flask-Babel'
pkgname=python-Flask-Babel
version=0.11.2
version=0.12.2
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="flask_babel"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-Babel python-Jinja2"
depends="python-setuptools python-Babel python-Jinja2 python-Flask"
short_desc="Python2 i18n and l10n support for Flask based on Babel and pytz"
maintainer="pulux <pulux@pf4sh.de>"
license="3-clause-BSD"
license="BSD-3-Clause"
homepage="https://pythonhosted.org/Flask-Babel/"
distfiles="${PYPI_SITE}/F/Flask-Babel/Flask-Babel-${version}.tar.gz"
checksum=c0d75710bd4b0fe866f9f2347de6e19208712f9cec006436b4c1c15d4cb0c939
checksum=316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86
post_install() {
vlicense LICENSE
@ -22,7 +22,7 @@ post_install() {
python3-Flask-Babel_package() {
noarch=yes
pycompile_module="flask_babel"
depends="python3-setuptools python3-Jinja2 python3-Babel"
depends="python3-setuptools python3-Jinja2 python3-Babel python3-Flask"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*