[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Remove python2-notebook.
From: |
guix-commits |
Subject: |
06/07: gnu: Remove python2-notebook. |
Date: |
Sat, 22 May 2021 13:55:26 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit d51b8ac9474a09b3baea4aa8cb1745d6ce9121cd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 22 19:46:02 2021 +0200
gnu: Remove python2-notebook.
Some of its requirements no longer support Python 2 which has left this
package broken for a while.
* gnu/packages/python-xyz.scm (python2-notebook): Remove variable.
(python-notebook)[properties]: Remove.
---
gnu/packages/python-xyz.scm | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bd716f3..2b02efa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11200,29 +11200,8 @@ convert an @code{.ipynb} notebook file into various
static formats including:
(description
"The Jupyter HTML notebook is a web-based notebook environment for
interactive computing.")
- (properties `((python2-variant . ,(delay python2-notebook))))
(license license:bsd-3)))
-(define-public python2-notebook
- (let ((base (package-with-python2
- (strip-python2-variant python-notebook))))
- (package/inherit base
- (native-inputs
- `(("python2-mock" ,python2-mock)
- ,@(package-native-inputs base)))
- (arguments
- (substitute-keyword-arguments (package-arguments base)
- ((#:phases phases)
- `(modify-phases ,phases
- (add-before 'check 'disable-test-case
- ;; The test requires network access to localhost. Curiously it
- ;; fails with Python 2 only. Simply make the test-case return
- ;; immediately.
- (lambda _
- (substitute*
- "notebook/services/nbconvert/tests/test_nbconvert_api.py"
- (("formats = self.nbconvert_api") "return #")))))))))))
-
(define-public python-widgetsnbextension
(package
(name "python-widgetsnbextension")
- 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 <=
- 07/07: gnu: Remove python2-ipython-cluster-helper., guix-commits, 2021/05/22