14 buildPythonPackage rec {
18 src = fetchFromGitHub {
19 owner = "webrecorder";
21 rev = "aa702cb321621b233c6e5d2a4780151282a778be"; # Repo has no git tags, see https://github.com/webrecorder/warcio/issues/126
22 hash = "sha256-wn2rd73wRfOqHu9H0GIn76tmEsERBBCQatnk4b/JToU=";
27 name = "add-offline-option.patch";
28 url = "https://github.com/webrecorder/warcio/pull/135/commits/2546fe457c57ab0b391764a4ce419656458d9d07.patch";
29 hash = "sha256-3izm9LvAeOFixiIUUqmd5flZIxH92+NxL7jeu35aObQ=";
33 propagatedBuildInputs = [
43 multidict # Optional. Without this, one test in test/test_utils.py is skipped.
46 pytestFlagsArray = [ "--offline" ];
48 pythonImportsCheck = [ "warcio" ];
51 description = "Streaming WARC/ARC library for fast web archive IO";
52 homepage = "https://github.com/webrecorder/warcio";
53 license = licenses.asl20;
54 maintainers = with maintainers; [ Luflosi ];