guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-idna: Remove 2.7.


From: guix-commits
Subject: 01/03: gnu: python-idna: Remove 2.7.
Date: Wed, 2 Feb 2022 18:37:51 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 906b4609d862fbefbb24bd3ec0529766812baab0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Feb 2 14:54:13 2022 +0100

    gnu: python-idna: Remove 2.7.
    
    * gnu/packages/python-xyz.scm (python-idna-2.7): Remove variable.
---
 gnu/packages/python-xyz.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b65022ac90..b0374622f2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12055,17 +12055,6 @@ the Python standard library but currently only 
supports the older 2003
 specification.")
     (license license:bsd-4)))
 
-(define-public python-idna-2.7
-  (package (inherit python-idna)
-           (version "2.7")
-           (source (origin
-                     (method url-fetch)
-                     (uri (pypi-uri "idna" version))
-                     (sha256
-                      (base32
-                       
"05jam7d31767dr12x0rbvvs8lxnpb1mhdb2zdlfxgh83z6k3hjk8"))))))
-
-
 (define-public python2-idna
   (package-with-python2 python-idna))
 



reply via email to

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