11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-BAcDX+PGZEOH1Iz/FGfVqp/v+BTQc3K3hnftDuPtcJU=";
21 propagatedBuildInputs = lib.optionals isPy27 [ enum34 ];
23 nativeCheckInputs = [ attrs pytz ];
25 ${python.interpreter} setup.py test
29 description = "A simple serialization library based on ast.literal_eval";
30 homepage = "https://github.com/irmen/Serpent";
31 license = licenses.mit;
32 maintainers = with maintainers; [ prusnak ];