guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: Remove python2-ipython-cluster-helper.


From: guix-commits
Subject: 07/07: gnu: Remove python2-ipython-cluster-helper.
Date: Sat, 22 May 2021 13:55:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8a0e94f69be6bbe2edf89ace385d7062f90970c1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 22 19:48:01 2021 +0200

    gnu: Remove python2-ipython-cluster-helper.
    
    Some of its requirements no longer support Python 2 which has left this
    package broken for a while.
    
    * gnu/packages/python-xyz.scm (python2-ipython-cluster-helper): Remove 
variable.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2b02efa..c501b65 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7554,9 +7554,6 @@ profile, launches a cluster and returns a view.  On 
program exit it shuts the
 cluster down and deletes the throwaway profile.")
     (license license:expat)))
 
-(define-public python2-ipython-cluster-helper
-  (package-with-python2 python-ipython-cluster-helper))
-
 (define-public python-traitlets
   (package
     (name "python-traitlets")



reply via email to

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