gnu: python-css-parser: Improve description.
* gnu/packages/python-web.scm (python-css-parser)[description]: Say what it is, not only what it was.master
parent
9d69348990
commit
2dee149575
|
@ -969,8 +969,12 @@ options.")
|
||||||
(home-page "https://github.com/ebook-utils/css-parser")
|
(home-page "https://github.com/ebook-utils/css-parser")
|
||||||
(synopsis "Fork of cssutils modified for parsing ebooks")
|
(synopsis "Fork of cssutils modified for parsing ebooks")
|
||||||
(description
|
(description
|
||||||
"Css-parser is a fork of cssutils 1.0.2, updated and modified for parsing
|
"Css-parser is a Python package for parsing and building CSS
|
||||||
ebooks, due to cssutils not receiving updates as of 1.0.2.")
|
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+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public python2-css-parser
|
(define-public python2-css-parser
|
||||||
|
|
Reference in New Issue