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