8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "sha256-GVbokNZz0XE1zCCRMlPBVPa8HAAmbCK31QPMGlpC2Eg=";
17 propagatedBuildInputs = [ pytz six ];
19 # tests are not included in sdist and building from source is none trivial
22 pythonImportsCheck = [ "l18n" ];
25 description = "Locale internationalization package";
26 homepage = "https://github.com/tkhyn/l18n";
27 changelog = "https://github.com/tkhyn/l18n/blob/${version}/CHANGES.rst";
28 license = licenses.mit;
29 maintainers = with maintainers; [ sephi ];