[PATCH 0/2] Remove abandoned Jupyter's packages

  • Done
  • quality assurance status badge
Details
One participant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

S
S
Sharlatan Hellseher wrote on 24 Apr 23:59 -0700
(address . guix-patches@gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
cover.1745564207.git.sharlatanus@gmail.com
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
S
S
Sharlatan Hellseher wrote on 25 Apr 00:02 -0700
[PATCH 1/2] gnu: Remove python-jupyter-kernel-mgmt.
(address . 78055@debbugs.gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
f43c067ccefcf86638404009ad86c79ef5731269.1745564207.git.sharlatanus@gmail.com
* gnu/packages/jupyter.scm (python-jupyter-kernel-mgmt): Delete variable.

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

Toggle diff (58 lines)
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
S
S
Sharlatan Hellseher wrote on 25 Apr 00:02 -0700
[PATCH 2/2] gnu: Remove python-jupyter-protocol.
(address . 78055@debbugs.gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
bad0f73ec84dbadfcb74e375cb38cfe61f69d948.1745564207.git.sharlatanus@gmail.com
* gnu/packages/jupyter.scm (python-jupyter-protocol): Delete variable.

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

Toggle diff (41 lines)
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
S
S
Sharlatan Hellseher wrote 3 days ago
[PATCH 0/2] Remove abandoned Jupyter's packages
(address . 78055-done@debbugs.gnu.org)
878qn4pbhn.fsf@gmail.com
Pushed to master as:
0afc996fa9 * master origin/master gnu: Remove python-jupyter-protocol.
55344d4edf * gnu: Remove python-jupyter-kernel-mgmt.

--
Oleg
-----BEGIN PGP SIGNATURE-----

iQJKBAEBCgA0FiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmgfmpQWHHNoYXJsYXRh
bnVzQGdtYWlsLmNvbQAKCRB21ye/9izStbtID/9bFnEXtSOwe0DgRkmAmqcuSKE+
nBas8fjTUa4tcgNGdGSvFiXlyxYOamyT75J3AuDjH9qrk5NWWeOQDSWu3+N7oDiO
Pi7WNZidkiWU7oxnscRslCzAuOHrA80fjescnrRlTBlgPVtRgFGlcj9z/zgS6PgG
mKpDJ3DxUCUHEPbS0bZeFaVZBfti3eXchCvzjFGWWGQ8RGmuBDlrkuRjqSTN9E4W
PWjsLI/MfJOVN6vNVS1edqP66S60GiTzsvAoeli73tp3+xZUwR5I+OKbFwzrq74a
EFyIib+oPFa5sQ49RdTGR5BhMIibiKdIhU5II6eKDA4CFdFof3/oappBfiKD+o+g
nhQEzYXGFSoZVVpDBPkwLwWxv0unY6oRPUZh5KFsAjMGBHvlFDnt/RgraX0SMEAP
P+sArskGP3VAv0CgfKqCZwEY3gijvhb89TxavgdGJ0J+OBeBUlkQ45Y9Dv++30E6
xta+AClWDlINXsS4+3it7m6I9ORTlEirWfNe93NtjRmslJrbxDiGs4jHFmr8kYEm
8jdeWJvQbYh9SlKizsWHKLACNNH3iuvdDTiDz8Ph0dU8Xmbk8jhuIK55IuktagNz
uEAGfdCpnDp0FW+0YkH0MWtfs2er60A7/E/Eb0yP3PiLaGjVd/nQzUXdgTm5hFhS
72l/WN0iNvTG5JwErQ==
=e2dh
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 78055@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 78055
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch