6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "ySYdS2taMEZyMS0esImb4Cj6yRdgGQqA/szTHTo7UEI=";
15 pythonImportsCheck = [ "speaklater" ];
18 description = "Implements a lazy string for python useful for use with gettext";
19 homepage = "https://github.com/mitsuhiko/speaklater";
20 license = licenses.bsd0;
21 maintainers = with maintainers; [ gador ];