10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "c9b99b28a9e6a3043ec993552db79f4389da11afcb1d0246d93c79f4b5e64062";
19 checkInputs = [ pytest ];
26 propagatedBuildInputs = [
32 pytest tests/jsonpickle_test.py
36 description = "Python library for serializing any arbitrary object graph into JSON";
37 homepage = "http://jsonpickle.github.io/";
38 license = lib.licenses.bsd3;