4a72acb3ad
Flask-Babel is an extension to Flask that adds i18n and l10n support to any Flask application with the help of babel, pytz and speaklater. It has builtin support for date formatting with timezone support as well as a very simple and friendly interface to gettext translations. Signed-off-by: Lionel Flandrin <lionel@svkt.org> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
576 B
Makefile
15 lines
576 B
Makefile
################################################################################
|
|
#
|
|
# python-flask-babel
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FLASK_BABEL_VERSION = 0.11.1
|
|
PYTHON_FLASK_BABEL_SOURCE = Flask-Babel-$(PYTHON_FLASK_BABEL_VERSION).tar.gz
|
|
PYTHON_FLASK_BABEL_SITE = https://pypi.python.org/packages/47/96/6013d4091fb4238e27e918aec4929f082942fa8c9489ae3aad2f18de4b5b
|
|
PYTHON_FLASK_BABEL_LICENSE = BSD-3c
|
|
PYTHON_FLASK_BABEL_SETUP_TYPE = setuptools
|
|
PYTHON_FLASK_BABEL_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|