10 let zipp = buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-68FZRqp4vWNFiZL8gew7b3sektUcNebeHDgE5zt5kUc=";
26 # Prevent infinite recursion with pytest
34 pythonImportsCheck = [
39 check = zipp.overridePythonAttrs (_: { doCheck = true; });
43 description = "Pathlib-compatible object wrapper for zip files";
44 homepage = "https://github.com/jaraco/zipp";
45 license = licenses.mit;
46 maintainers = with maintainers; [ ];