python3-Flask-Babel: update to 4.0.0.

This commit is contained in:
Andrew J. Hesford 2023-10-16 14:56:15 -04:00
parent 04672572b9
commit 029fe12fcd
2 changed files with 8 additions and 7 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'python3-Flask-Babel' # Template file for 'python3-Flask-Babel'
pkgname=python3-Flask-Babel pkgname=python3-Flask-Babel
version=2.0.0 version=4.0.0
revision=6 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-poetry-core"
depends="python3-pytz python3-Jinja2 python3-Babel python3-Flask" depends="python3-pytz python3-Jinja2 python3-Babel python3-Flask"
checkdepends="${depends} python3-pytest-mock" checkdepends="${depends} python3-pytest-mock"
short_desc="Python3 i18n and l10n support for Flask based on Babel and pytz" short_desc="Python3 i18n and l10n support for Flask based on Babel and pytz"
maintainer="pulux <pulux@pf4sh.de>" maintainer="pulux <pulux@pf4sh.de>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://pythonhosted.org/Flask-Babel/" homepage="https://python-babel.github.io/flask-babel/"
distfiles="${PYPI_SITE}/F/Flask-Babel/Flask-Babel-${version}.tar.gz" distfiles="https://github.com/python-babel/flask-babel/archive/v${version}.tar.gz"
checksum=f9faf45cdb2e1a32ea2ec14403587d4295108f35017a7821a2b1acb8cfd9257d checksum=6952ba8a6813a33a5c2ff65ddad61e8215307b5eb060d2d87e413822af9114a7
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE

View File

@ -0,0 +1 @@
pkgname="flask_babel"