11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a";
20 propagatedBuildInputs = lib.optionals isPy27 [ enum34 ];
22 checkInputs = [ attrs pytz ];
24 ${python.interpreter} setup.py test
28 description = "A simple serialization library based on ast.literal_eval";
29 homepage = "https://github.com/irmen/Serpent";
30 license = licenses.mit;
31 maintainers = with maintainers; [ prusnak ];