14 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "0yawf9r3r863lwxj0n89i7h3n8xjbsl5b7n6xg76r68scl5yzvvh";
23 checkInputs = [ pytest pytestrunner ];
24 propagatedBuildInputs = [ six w3lib lxml cssselect ] ++ lib.optionals isPy27 [ functools32 ];
31 homepage = "https://github.com/scrapy/parsel";
32 description = "Parsel is a library to extract data from HTML and XML using XPath and CSS selectors";
33 license = licenses.bsd3;