7 buildPythonPackage rec {
8 pname = "translationstring";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "bf947538d76e69ba12ab17283b10355a9ecfbc078e6123443f43f2107f6376f3";
18 homepage = "https://pylonsproject.org/";
19 description = "Utility library for i18n relied on by various Repoze and Pyramid packages";
20 license = licenses.bsd0;
21 maintainers = with maintainers; [ domenkozar ];