GNU bug report logs - #78055
[PATCH 0/2] Remove abandoned Jupyter's packages

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Fri, 25 Apr 2025 07:01:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 78055 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, guix-patches <at> gnu.org:
bug#78055; Package guix-patches. (Fri, 25 Apr 2025 07:01:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, guix-patches <at> gnu.org. (Fri, 25 Apr 2025 07:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 0/2] Remove abandoned Jupyter's packages
Date: Fri, 25 Apr 2025 07:59:45 +0100
Hi!

These two Jupyter related packages no longer maintained (more than 6y) and
fail to build, nothing depends on them.

Subjected to be deleted In about 3-4weeks of early.

Sharlatan Hellseher (2):
  gnu: Remove python-jupyter-kernel-mgmt.
  gnu: Remove python-jupyter-protocol.

 gnu/packages/jupyter.scm | 73 ----------------------------------------
 1 file changed, 73 deletions(-)


base-commit: f0a8a4b44bdc6f9104dab4b425d76d3bbc029496
prerequisite-patch-id: 4540e7349ff13305871c98ac53e5d844aece7d29
prerequisite-patch-id: c55e674a31bd9099aca22ca55a67b68120425d16
prerequisite-patch-id: 58d74a743d3416cbc2820ccb91e9db2ae55f5a5f
prerequisite-patch-id: 603607d119554fb64f64cfb0721a6ebdadc3bafa
prerequisite-patch-id: 4c83fa819d447ee8f2e112c9a5e9735844b3f805
-- 
2.49.0





Information forwarded to lars <at> 6xq.net, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, guix-patches <at> gnu.org:
bug#78055; Package guix-patches. (Fri, 25 Apr 2025 07:03:01 GMT) Full text and rfc822 format available.

Message #8 received at 78055 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 78055 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 1/2] gnu: Remove python-jupyter-kernel-mgmt.
Date: Fri, 25 Apr 2025 08:02:14 +0100
* gnu/packages/jupyter.scm (python-jupyter-kernel-mgmt): Delete variable.

Change-Id: I26660a1e4f32f7e84e253493973bd1c558b98e10
---
 gnu/packages/jupyter.scm | 45 ----------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 5c95d6a144..9819caa40b 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -190,51 +190,6 @@ (define-public python-jupyter-protocol
     (license license:bsd-3)
     (properties '((upstream-name . "jupyter_protocol")))))
 
-(define-public python-jupyter-kernel-mgmt
-  (package
-    (name "python-jupyter-kernel-mgmt")
-    (version "0.5.1")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "jupyter_kernel_mgmt" version))
-              (sha256
-               (base32
-                "0977ixfi1pzjgy84hl0zycg4wpllmid98fhzcpy0lxd322w4sl7x"))))
-    (build-system python-build-system)
-    (arguments
-     (list
-      ;; There are 8 test failures, most of them in 'test_client_loop.py'
-      ;; (see: https://github.com/takluyver/jupyter_kernel_mgmt/issues/48).
-      #:tests? #f
-      #:phases
-      #~(modify-phases %standard-phases
-          (replace 'check
-            (lambda* (#:key tests? #:allow-other-keys)
-              (when tests?
-                (setenv "HOME" "/tmp")
-                (invoke "pytest" "-vv" "jupyter_kernel_mgmt")))))))
-    (propagated-inputs
-     (list python-dateutil
-           python-entrypoints
-           python-jupyter-core
-           python-jupyter-protocol
-           python-pyzmq
-           python-tornado-6
-           python-traitlets))
-    (native-inputs
-     (list python-async-generator
-           python-ipykernel
-           python-ipython
-           python-pytest
-           python-pytest-asyncio))
-    (home-page "https://jupyter.org")
-    (synopsis "Discover, launch, and communicate with Jupyter kernels")
-    (description
-     "This package is an experimental refactoring of the machinery for
-launching and using Jupyter kernels.")
-    (license license:bsd-3)
-    (properties '((upstream-name . "jupyter_kernel_mgmt")))))
-
 (define-public python-jupyter-kernel-test
   (package
     (name "python-jupyter-kernel-test")
-- 
2.49.0





Information forwarded to lars <at> 6xq.net, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, guix-patches <at> gnu.org:
bug#78055; Package guix-patches. (Fri, 25 Apr 2025 07:03:02 GMT) Full text and rfc822 format available.

Message #11 received at 78055 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 78055 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 2/2] gnu: Remove python-jupyter-protocol.
Date: Fri, 25 Apr 2025 08:02:15 +0100
* gnu/packages/jupyter.scm (python-jupyter-protocol): Delete variable.

Change-Id: Ie63efb0c2854139161813769829599afcbd03d9d
---
 gnu/packages/jupyter.scm | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 9819caa40b..404c8dce89 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -162,34 +162,6 @@ (define-public python-jupyter-lsp
 rename) using the Language Server Protocol.")
     (license license:bsd-3)))
 
-(define-public python-jupyter-protocol
-  (package
-    (name "python-jupyter-protocol")
-    (version "0.2.0")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "jupyter_protocol" version))
-              (sha256
-               (base32
-                "075vbaak6hlk9606lw61ldv72p6694k938jd1kvkm6spd0pczpmn"))))
-    (build-system python-build-system)
-    (propagated-inputs
-     (list python-dateutil
-           python-ipython-genutils
-           python-jupyter-core
-           python-pyzmq
-           python-traitlets))
-    (native-inputs
-     (list python-ipykernel python-ipython python-mock python-pytest))
-    (home-page "https://jupyter.org")
-    (synopsis "Jupyter protocol implementation")
-    (description
-     "This Python library is an experimental implementation of the
-@uref{https://jupyter-client.readthedocs.io/en/latest/messaging.html, Jupyter
-protocol} to be used by both clients and kernels.")
-    (license license:bsd-3)
-    (properties '((upstream-name . "jupyter_protocol")))))
-
 (define-public python-jupyter-kernel-test
   (package
     (name "python-jupyter-kernel-test")
-- 
2.49.0





This bug report was last modified 4 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.