GNU bug report logs -
#51587
[PATCH 0/3] Add rss2email.
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Wed, 3 Nov 2021 16:34:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 51587 <at> debbugs.gnu.org (full text, mbox):
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
* gnu/packages/python-xyz.scm (python-sgmllib3k): New variable.
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 495d7faa87..5fcb513d78 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27786,3 +27786,26 @@ (define-public python-ijson
"Ijson is an iterative JSON parser with standard Python iterator
interfaces.")
(license license:bsd-3)))
+
+(define-public python-sgmllib3k
+ (package
+ (name "python-sgmllib3k")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "sgmllib3k" version))
+ (sha256
+ (base32 "1s8jm3dgqabgf8x96931scji679qkhvczlv3qld4qxpsicfgns3q"))))
+ (build-system python-build-system)
+ ;; Requires a test.html input that is not supplied
+ (arguments
+ `(#:tests? #f))
+ (home-page "https://pypi.org/project/sgmllib3k/")
+ ;; Actual homepage seems to be down
+ ;; (home-page "https://hg.hardcoded.net/sgmllib")
+ (synopsis "Python 3 port of sgmllib")
+ (description "A quick, dirty, unmaintained port of sgmllib to Python 3.
+It is used to parse text files formatted in @acronym{SGML,Standard Generalized
+Mark-up Language}.")
+ (license license:bsd-3)))
--
2.33.1
This bug report was last modified 3 years and 194 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.