16 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-FOANwHcxyQMNtiDBlfyuiEtbSEjp+cUjxhGfcIzPqaw=";
28 build-system = [ setuptools ];
43 pythonImportsCheck = [ "parsel" ];
46 description = "Python library to extract data from HTML and XML using XPath and CSS selectors";
47 homepage = "https://github.com/scrapy/parsel";
48 changelog = "https://github.com/scrapy/parsel/blob/v${version}/NEWS";
49 license = licenses.bsd3;
50 maintainers = with maintainers; [ fab ];