[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")
- branch master updated (d4ffa96 -> 8a0e94f), guix-commits, 2021/05/22
- 02/07: gnu: python-terminado: Update to 0.10.0., guix-commits, 2021/05/22
- 04/07: gnu: python-django-statici18n: Update to 2.1.0., guix-commits, 2021/05/22
- 01/07: gnu: python-genshi: Update to 0.7.5., guix-commits, 2021/05/22
- 03/07: gnu: python-urllib3: Don't use 'package/inherit' on replacement package., guix-commits, 2021/05/22
- 05/07: etc: Add more SELinux permissions for the daemon., guix-commits, 2021/05/22
- 06/07: gnu: Remove python2-notebook., guix-commits, 2021/05/22
- 07/07: gnu: Remove python2-ipython-cluster-helper.,
guix-commits <=