9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-GVbokNZz0XE1zCCRMlPBVPa8HAAmbCK31QPMGlpC2Eg=";
19 propagatedBuildInputs = [
24 # tests are not included in sdist and building from source is none trivial
27 pythonImportsCheck = [ "l18n" ];
30 description = "Locale internationalization package";
31 homepage = "https://github.com/tkhyn/l18n";
32 changelog = "https://github.com/tkhyn/l18n/blob/${version}/CHANGES.rst";
33 license = licenses.mit;
34 maintainers = with maintainers; [ sephi ];