guix-commits
[Top][All Lists]
Advanced

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

26/28: gnu: Remove python2-paste.


From: guix-commits
Subject: 26/28: gnu: Remove python2-paste.
Date: Thu, 20 Jan 2022 08:34:38 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit f0e623dde364fc39dd9b5b9a2cd6e991f0b8ea30
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Jan 19 14:09:14 2022 +0000

    gnu: Remove python2-paste.
    
    * gnu/packages/python-web.scm (python2-paste): Remove variable.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/python-web.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 85bec0967a..addd7cf9c3 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4102,9 +4102,6 @@ can be nested together to build web applications.  
Paste's design closely
 follows ideas flowing from WSGI (Web Standard Gateway Interface).")
     (license license:expat)))
 
-(define-public python2-paste
-  (package-with-python2 python-paste))
-
 (define-public python-pastescript
   (package
     (name "python-pastescript")



reply via email to

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