13 format = "setuptools";
15 src = fetchFromGitHub {
17 repo = "python-remotezip";
18 # upstream does not tag releases, determined with git blame
19 # pypi archive lacks files for tests
20 rev = "da62e115bdb2071ad08a8c91f7ae48f2c1827e0c";
21 hash = "sha256-su4dlV8KZuewf/yGdTnGHK9hNLHwGe10ditmFcne4Us=";
24 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Python module to access single members of a zip archive without downloading the full content";
43 homepage = "https://github.com/gtsystem/python-remotezip";
44 license = licenses.mit;
45 maintainers = with maintainers; [ nickcao ];