19 lines
637 B
Bash
19 lines
637 B
Bash
# Template file for 'python3-Flask-Babel'
|
|
pkgname=python3-Flask-Babel
|
|
version=2.0.0
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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://pythonhosted.org/Flask-Babel/"
|
|
distfiles="${PYPI_SITE}/F/Flask-Babel/Flask-Babel-${version}.tar.gz"
|
|
checksum=f9faf45cdb2e1a32ea2ec14403587d4295108f35017a7821a2b1acb8cfd9257d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|