9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-+fZXoAUeB/bUI3LrIFlMTktJgn+GNFBiDHvH2Jgo0pg=";
23 propagatedBuildInputs = [
27 __darwinAllowLocalNetworking = true;
33 pythonImportsCheck = [
38 # Tests are parsing CLI output
39 "test_args_from_interpreter_flags"
44 "test_extract_command"
46 "test_temp_dir__forked_child"
51 description = "Python zipfile extensions";
52 homepage = "https://github.com/danifus/pyzipper";
53 changelog = "https://github.com/danifus/pyzipper/blob/v${version}/HISTORY.rst";
54 license = licenses.mit;
55 maintainers = with maintainers; [ fab ];