11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-l8zC+ibMm9zDvh/GWqT08or+UgTC1P0kpnRFkI23Rps=";
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; [ ];