16 buildPythonPackage rec {
17 pname = "ludios_wpull";
20 disabled = (!isPy3k) || (pythonAtLeast "3.8");
22 src = fetchFromGitHub {
26 sha256 = "1j96avm0ynbazypzp766wh26n4qc73y7wgsiqfrdfl6x7rx20wgf";
29 propagatedBuildInputs = [ chardet dnspython html5-parser lxml namedlist sqlalchemy tornado Yapsy ];
31 # Test suite has tests that fail on all platforms
35 description = "Web crawler; fork of wpull used by grab-site";
36 homepage = "https://github.com/ludios/wpull";
37 license = lib.licenses.gpl3;
38 maintainers = with lib.maintainers; [ ivan ];
39 broken = lib.versions.major tornado.version != "4";