15 buildPythonPackage rec {
18 disabled = pythonOlder "3.5";
21 inherit pname version;
22 sha256 = "1kw84y09lggji4krkc58jyhsfj31w8npwhznr7lf19d0zbix09v4";
28 name = "tinycss2-fix-pytest-flake8-fail.patch";
29 url = "https://github.com/Kozea/tinycss2/commit/6556604fb98c2153412384d6f0f705db2da1aa60.patch";
30 sha256 = "1srvdzg1bak65fawd611rlskcgn5abmwmyjnk8qrrrasr554bc59";
35 propagatedBuildInputs = [ webencodings ];
37 checkInputs = [ pytest pytestrunner pytestcov pytest-flake8 pytest-isort ];
39 # https://github.com/PyCQA/pycodestyle/issues/598
41 printf "[flake8]\nignore=W504,E741,E126" >> setup.cfg
45 description = "Low-level CSS parser for Python";
46 homepage = "https://github.com/Kozea/tinycss2";
47 license = licenses.bsd3;