summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 14:45:37 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 20:47:45 +0100
commit2dee1495757a2eb5e74ac8484d158831e66a99e8 (patch)
tree623d41b959e8da80aa289459e52edf26ee237a86 /gnu/packages/python-web.scm
parent9d69348990fb3a13c9de8a1b69ccf83f6b3906e8 (diff)
gnu: python-css-parser: Improve description.
* gnu/packages/python-web.scm (python-css-parser)[description]: Say what it is, not only what it was.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4f7acaf1ad..e91db73f3e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -969,8 +969,12 @@ options.")
(home-page "https://github.com/ebook-utils/css-parser")
(synopsis "Fork of cssutils modified for parsing ebooks")
(description
- "Css-parser is a fork of cssutils 1.0.2, updated and modified for parsing
-ebooks, due to cssutils not receiving updates as of 1.0.2.")
+ "Css-parser is a Python package for parsing and building CSS
+Cascading Style Sheets. Currently it provides a DOM only and no rendering
+options.
+
+It's a fork of cssutils 1.0.2, updated and modified for parsing ebooks, due to
+cssutils not receiving updates as of 1.0.2.")
(license license:lgpl3+)))
(define-public python2-css-parser