[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/222: gnu: Add python-jupyter-server-terminals.
From: |
guix-commits |
Subject: |
97/222: gnu: Add python-jupyter-server-terminals. |
Date: |
Fri, 1 Nov 2024 10:56:31 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 364078746225c10e874506fa5a84ed9ceaf0509d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:26:32 2024 +0200
gnu: Add python-jupyter-server-terminals.
* gnu/packages/jupyter.scm (python-jupyter-server-terminals): New variable.
Change-Id: I83445e6ac40e21e6e284f1764090f113f56921bf
---
gnu/packages/jupyter.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index b8f416117d..71dea7021e 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -576,6 +576,29 @@ JavaScript build steps.")
endpoints—to Jupyter web applications.")
(license license:expat)))
+(define-public python-jupyter-server-terminals
+ (package
+ (name "python-jupyter-server-terminals")
+ (version "0.5.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jupyter_server_terminals" version))
+ (sha256
+ (base32 "0sajiadhwncrr0inzzkrs7l1xc6jmw9b5zfw1v79l3i2cx8jkq2s"))))
+ (build-system pyproject-build-system)
+ ;; The tests require python-jupyter-server, but python-jupyter-server
+ ;; needs this package.
+ (arguments (list #:tests? #false))
+ (propagated-inputs (list python-terminado))
+ (native-inputs
+ (list python-hatchling))
+ (home-page "https://pypi.org/project/jupyter-server-terminals/";)
+ (synopsis "Jupyter Server extension providing terminals")
+ (description
+ "This package provides a Jupyter Server extension providing terminals.")
+ (license license:bsd-3)))
+
(define-public python-jupyterlab-widgets
(package
(name "python-jupyterlab-widgets")
- 72/222: gnu: Add python-hatch-jupyter-builder., (continued)
- 72/222: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/01
- 77/222: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/01
- 79/222: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/01
- 80/222: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/01
- 81/222: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/01
- 86/222: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/01
- 89/222: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/01
- 93/222: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/01
- 92/222: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/01
- 95/222: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/01
- 97/222: gnu: Add python-jupyter-server-terminals.,
guix-commits <=
- 25/222: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/01
- 33/222: gnu: Add python-rapidfuzz., guix-commits, 2024/11/01
- 41/222: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/01
- 36/222: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/01
- 55/222: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/11/01
- 51/222: gnu: python-partd: Add missing input., guix-commits, 2024/11/01
- 03/222: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/01
- 26/222: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/01
- 31/222: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/01
- 29/222: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/01