guix-commits
[Top][All Lists]
Advanced

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

10/16: gnu: Remove python2-empy.


From: guix-commits
Subject: 10/16: gnu: Remove python2-empy.
Date: Fri, 11 Mar 2022 23:43:25 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit db1532e1adb2bc90bff43ab7cf40be602a208556
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Mar 11 20:54:48 2022 -0500

    gnu: Remove python2-empy.
    
    * gnu/packages/python-xyz.scm (python2-empy): Delete variable.
---
 gnu/packages/python-xyz.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4da68a91ca..ab73e19c4e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2785,12 +2785,6 @@ system is highly configurable via command line options 
and embedded
 commands.")
     (license license:lgpl2.1+)))
 
-(define-public python2-empy
-  (let ((base (package-with-python2 (strip-python2-variant python-empy))))
-    (package/inherit base
-      (arguments `(,@(package-arguments base)
-                   #:tests? #t)))))
-
 (define-public python2-element-tree
   (package
     (name "python2-element-tree")



reply via email to

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