[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: python-css-parser: Improve description.
From: |
guix-commits |
Subject: |
05/11: gnu: python-css-parser: Improve description. |
Date: |
Sun, 15 Nov 2020 14:48:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2dee1495757a2eb5e74ac8484d158831e66a99e8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 15 14:45:37 2020 +0100
gnu: python-css-parser: Improve description.
* gnu/packages/python-web.scm (python-css-parser)[description]: Say what
it is, not only what it was.
---
gnu/packages/python-web.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4f7acaf..e91db73 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
- branch master updated (ce18d88 -> 11305a1), guix-commits, 2020/11/15
- 01/11: gnu: rr: Fix typo., guix-commits, 2020/11/15
- 08/11: gnu: python-css-parser: Update to 1.0.6., guix-commits, 2020/11/15
- 05/11: gnu: python-css-parser: Improve description.,
guix-commits <=
- 03/11: gnu: python-bottle: Update to 0.12.19., guix-commits, 2020/11/15
- 02/11: gnu: rr: Update to 5.4.0., guix-commits, 2020/11/15
- 06/11: gnu: python-cloudscraper: Remove questionable message., guix-commits, 2020/11/15
- 11/11: gnu: perl-net-dns: Update to 1.28., guix-commits, 2020/11/15
- 10/11: gnu: python-scp: Update to 0.13.3., guix-commits, 2020/11/15
- 09/11: gnu: font-jetbrains-mono: Update to 2.210., guix-commits, 2020/11/15
- 07/11: gnu: python-cloudscraper: Update to 1.2.48., guix-commits, 2020/11/15
- 04/11: gnu: python-bottle: Use HTTPS home page., guix-commits, 2020/11/15