7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-dcF5Kse9W89JUFggYqw2hOMiqhOrmEIOO/7EWCJzo2g=";
22 pythonImportsCheck = [
27 description = "Fork of Python's pickle module to work with ZODB";
28 homepage = "https://github.com/zopefoundation/zodbpickle";
29 changelog = "https://github.com/zopefoundation/zodbpickle/blob/${version}/CHANGES.rst";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ ];