12 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 sha256 = "5bef59f6b59bdccbea8e36cb292d2be1b6be1b485fc4a9f5886616f19eb31aaf";
28 propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [
43 pythonImportsCheck = [ "cssutils" ];
46 description = "A CSS Cascading Style Sheets library for Python";
47 homepage = "https://github.com/jaraco/cssutils";
48 changelog = "https://github.com/jaraco/cssutils/blob/v${version}/CHANGES.rst";
49 license = licenses.lgpl3Plus;
50 maintainers = with maintainers; [ dotlambda ];