13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-AlQTPLAwTeE/zEhXu4IU/3DWmIcnYfpr6DdOG7vVgZI=";
26 substituteInPlace setup.py \
27 --replace '"pytest-runner",' ""
30 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Python library to extract data from HTML and XML using XPath and CSS selectors";
48 homepage = "https://github.com/scrapy/parsel";
49 license = licenses.bsd3;
50 maintainers = with maintainers; [ fab ];