GNU bug report logs -
#53364
[PATCH 00/28] Cleanup python2 packages in sphinx.scm and python-web.scm
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Wed, 19 Jan 2022 14:08:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-web.scm (python2-html2text): Remove variable.
---
gnu/packages/python-web.scm | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 708528983c..b46e6e0bd1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -37,7 +37,7 @@
;;; Copyright © 2020 Holger Peters <holger.peters <at> posteo.de>
;;; Copyright © 2020 Noisytoot <noisytoot <at> gmail.com>
;;; Copyright © 2020 Edouard Klein <edk <at> beaver-labs.com>
-;;; Copyright © 2020, 2021 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen <at> fastmail.net>
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul <at> autistici.org>
;;; Copyright © 2021 Ekaitz Zarraga <ekaitz <at> elenq.tech>
@@ -728,19 +728,6 @@ which is also valid markdown. html2text was originally written by Aaron
Swartz.")
(license license:gpl3+)))
-(define-public python2-html2text
- (let ((base (package-with-python2 python-html2text)))
- (package
- (inherit base)
- ;; This is the last version with support for Python 2.
- (version "2019.8.11")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "html2text" version))
- (sha256
- (base32
- "0ppgjplg06kmv9sj0x8p7acczcq2mcfgk1jdjwm4w5w40b0vj5pm")))))))
-
(define-public python-jose
(package
(name "python-jose")
--
2.30.2
This bug report was last modified 3 years and 174 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.