6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "1ab5dbfzzgz6cnz4xlwx79gz83id4bhiw67k1cgqrlzfs0va7zjr";
16 description = "Implements a lazy string for python useful for use with gettext";
17 homepage = "https://github.com/mitsuhiko/speaklater";
18 license = licenses.bsd0;
19 maintainers = with maintainers; [ matejc ];