12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-BAcDX+PGZEOH1Iz/FGfVqp/v+BTQc3K3hnftDuPtcJU=";
22 propagatedBuildInputs = lib.optionals isPy27 [ enum34 ];
31 description = "Simple serialization library based on ast.literal_eval";
32 homepage = "https://github.com/irmen/Serpent";
33 license = licenses.mit;
34 maintainers = with maintainers; [ prusnak ];