11 buildPythonPackage rec {
12 pname = "flask-babelex";
17 pname = "Flask-BabelEx";
18 sha256 = "09yfr8hlwvpgvq8kp1y7qbnnl0q28hi0348bv199ssiqx779r99r";
21 propagatedBuildInputs = [
33 # Disabled 3 tests failing due to string representations of dates:
34 # Like "12. April 2010 um 15:46:00 MESZ" != 12. "April 2010 15:46:00 MESZ"
36 pytest tests/tests.py -k "not test_init_app \
37 and not test_custom_locale_selector \
42 description = "Adds i18n/l10n support to Flask applications";
43 homepage = "https://github.com/mrjoes/flask-babelex";
44 license = licenses.bsd3;
45 maintainers = [ maintainers.costrouc ];