6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-mU1qARWo9OK2ZI4rEnMwNtBfoWQniqI0YwyfA+UsjIA=";
16 # Test suite not included in tarball yet
17 # See https://github.com/ebook-utils/css-parser/pull/2
20 pythonImportsCheck = [
25 description = "A CSS Cascading Style Sheets library for Python";
26 homepage = "https://github.com/ebook-utils/css-parser";
27 license = licenses.lgpl3Plus;
28 maintainers = with maintainers; [ jethro ];