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