10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 sha256 = "666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc";
31 pythonImportsCheck = [
36 description = "CSS Selectors for Python";
37 homepage = "https://cssselect.readthedocs.io/";
38 changelog = "https://github.com/scrapy/cssselect/v${version}//CHANGES";
39 license = licenses.bsd3;
40 maintainers = with maintainers; [ ];