8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "a682771bc7b51b2ff41466460896c1a5a653f9a1e71639ef365a72e66d8734b4";
16 propagatedBuildInputs = [ six ];
18 checkInputs = [ pytest ];
25 description = "A pure-Python robots.txt parser with support for modern conventions";
26 homepage = "https://github.com/scrapy/protego";
27 license = licenses.bsd3;
28 maintainers = [ maintainers.marsam ];