guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python2-html2text: Downgrade to 2019.8.11.


From: guix-commits
Subject: branch master updated: gnu: python2-html2text: Downgrade to 2019.8.11.
Date: Fri, 20 Nov 2020 05:27:47 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cc05534  gnu: python2-html2text: Downgrade to 2019.8.11.
cc05534 is described below

commit cc055349466d56e042c2e71c310142f91aaf78cf
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Nov 20 11:24:57 2020 +0100

    gnu: python2-html2text: Downgrade to 2019.8.11.
    
    * gnu/packages/python-web.scm (python2-html2text): Don't inherit version and
    source from PYTHON-HTML2TEXT.
---
 gnu/packages/python-web.scm | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 121e42d..15b53c2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -485,7 +485,17 @@ Swartz.")
     (license license:gpl3+)))
 
 (define-public python2-html2text
-  (package-with-python2 python-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-mechanicalsoup
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]