11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-2+pdH/nbTkUco5vAtCqepTfmyskoKujAeA+4/64+yDQ=";
28 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Automatic persistence for Python objects";
39 homepage = "https://github.com/zopefoundation/persistent/";
40 changelog = "https://github.com/zopefoundation/persistent/blob/${version}/CHANGES.rst";
41 license = licenses.zpl21;
42 maintainers = with maintainers; [ ];