10 buildPythonPackage rec {
14 disabled = pythonOlder "3.5";
17 inherit pname version;
18 sha256 = "sha256-W11t6oGl6wyco58RbIV43UE3eAYMlMH1EZY3FhiQkyU=";
22 sed -i '/^addopts/d' pyproject.toml
29 propagatedBuildInputs = [ tinycss2 ];
31 checkInputs = [ pytestCheckHook ];
33 pythonImportsCheck = [ "cssselect2" ];
36 description = "CSS selectors for Python ElementTree";
37 homepage = "https://github.com/Kozea/cssselect2";
38 license = licenses.bsd3;