GNU bug report logs -
#78055
[PATCH 0/2] Remove abandoned Jupyter's packages
Previous Next
Full log
View this message in rfc822 format
* 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 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.