summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-04-25 08:02:15 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-10 19:24:18 +0100
commit0afc996fa9d95d568e6ba7afd726d04f90c4513d (patch)
tree97fd8277c4ed2a579c5579370df34b4c2915d9ec
parent55344d4edfec9ed72ba0adab41f767e4cb2ff097 (diff)
gnu: Remove python-jupyter-protocol.
See <https://issues.guix.gnu.org/78055>. * gnu/packages/jupyter.scm (python-jupyter-protocol): Delete variable. Change-Id: Ie63efb0c2854139161813769829599afcbd03d9d
-rw-r--r--gnu/packages/jupyter.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 8d88ac877c..5450a4fd9a 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -389,34 +389,6 @@ JupyterLab (code navigation, hover suggestions, linters, autocompletion, and
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")