7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-vx6XKtMzROkyBpZPtM2QjZ3e+fzQwB+pPg1zRnU5Q2M=";
17 # Test suite not included in tarball yet
18 # See https://github.com/ebook-utils/css-parser/pull/2
21 pythonImportsCheck = [ "css_parser" ];
24 description = "CSS Cascading Style Sheets library for Python";
25 homepage = "https://github.com/ebook-utils/css-parser";
26 license = licenses.lgpl3Plus;
27 maintainers = with maintainers; [ jethro ];