guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: python2-terminado: Remove package.


From: guix-commits
Subject: 05/10: gnu: python2-terminado: Remove package.
Date: Mon, 5 Jul 2021 03:18:15 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b4ba0ddc3d206d877dc094347380bf23eaf11fec
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Tue Jun 29 15:11:13 2021 +0200

    gnu: python2-terminado: Remove package.
    
    * gnu/packages/python-web.scm (python2-terminado): Remove variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/python-web.scm | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5cddd37..656f310 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1772,17 +1772,7 @@ web framework, either via the basic or digest 
authentication schemes.")
     (synopsis "Terminals served to term.js using Tornado websockets")
     (description "This package provides a Tornado websocket backend for the
 term.js Javascript terminal emulator library.")
-    (license license:bsd-2)
-    (properties `((python2-variant . ,(delay python2-terminado))))))
-
-(define-public python2-terminado
-  (let ((terminado (package-with-python2 (strip-python2-variant 
python-terminado))))
-    (package/inherit terminado
-      (propagated-inputs
-       `(("python2-backport-ssl-match-hostname"
-          ,python2-backport-ssl-match-hostname)
-         ("python2-futures" ,python2-futures)
-          ,@(package-propagated-inputs terminado))))))
+    (license license:bsd-2)))
 
 (define-public python-wsgi-intercept
   (package



reply via email to

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