10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-dW/y2Uxk5ByNfAxZ/qEqXQvFXjOlMceYi0oWPeubB90=";
22 build-system = [ setuptools ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "w3lib" ];
29 description = "Library of web-related functions";
30 homepage = "https://github.com/scrapy/w3lib";
31 changelog = "https://github.com/scrapy/w3lib/blob/v${version}/NEWS";
32 license = licenses.bsd3;