8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1pv02lvvmgz2qb61vz1jkjc04fgm4hpfvaj5zm4i3mjp64hd1mha";
17 propagatedBuildInputs = [ six ];
19 checkInputs = [ pytestCheckHook ];
20 pythonImportsCheck = [ "w3lib" ];
23 "test_add_or_replace_parameter"
27 description = "A library of web-related functions";
28 homepage = "https://github.com/scrapy/w3lib";
29 license = licenses.bsd3;
30 maintainers = with maintainers; [ drewkett ];