12 buildPythonPackage rec {
13 pname = "Flask-Babel";
17 inherit pname version;
18 sha256 = "f9faf45cdb2e1a32ea2ec14403587d4295108f35017a7821a2b1acb8cfd9257d";
21 propagatedBuildInputs = [
30 ${python.interpreter} -m unittest discover -s tests
34 description = "Adds i18n/l10n support to Flask applications";
36 Implements i18n and l10n support for Flask.
37 This is based on the Python babel module as well as pytz both of which are
38 installed automatically for you if you install this library.
40 license = licenses.bsd2;
41 maintainers = teams.sage.members;
42 homepage = "https://github.com/python-babel/flask-babel";