11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "0v3qayhqv7vyzydpydwcp51bqciw8p2ajddw68x5k8zppc0vx3yk";
20 nativeBuildInputs = [ setuptools_scm ];
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;