10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
20 hash = "sha256-6UQw0NJcu/I5vISdhsXlRPveUx/Mz6BZlTx9o0ShcSw=";
23 nativeBuildInputs = [ setuptools ];
25 nativeCheckInputs = [ pytestCheckHook ];
27 pythonImportsCheck = [ "protego" ];
30 description = "Module to parse robots.txt files with support for modern conventions";
31 homepage = "https://github.com/scrapy/protego";
32 changelog = "https://github.com/scrapy/protego/blob/${version}/CHANGELOG.rst";
33 license = licenses.bsd3;