11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb";
20 nativeBuildInputs = [ setuptools_scm toml ];
22 propagatedBuildInputs = [ more-itertools ];
24 checkInputs = [ pytest pytest-flake8 ];
30 # Prevent infinite recursion with pytest
34 description = "Pathlib-compatible object wrapper for zip files";
35 homepage = "https://github.com/jaraco/zipp";
36 license = licenses.mit;