14 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-VpH0RJUyeFirOpW5xECnm0HjVCG+Gm4JpHtsm5Qh/QY=";
37 disabledTests = lib.optionals (pythonAtLeast "3.12") [
39 "test_thing_with_submodule"
43 description = "Python library for serializing any arbitrary object graph into JSON";
44 downloadPage = "https://github.com/jsonpickle/jsonpickle";
45 homepage = "http://jsonpickle.github.io/";
46 license = licenses.bsd3;