[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
98/223: gnu: Add python-jupyter-server-terminals.
From: |
guix-commits |
Subject: |
98/223: gnu: Add python-jupyter-server-terminals. |
Date: |
Thu, 17 Oct 2024 06:20:50 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 839943fcfcf579b405d8364c25ba55b2b537bc40
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")
- 64/223: gnu: python-rich: Remove python-ipywidgets., (continued)
- 64/223: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/10/17
- 65/223: gnu: Add python-pep440., guix-commits, 2024/10/17
- 77/223: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/10/17
- 78/223: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/10/17
- 80/223: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/10/17
- 82/223: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/10/17
- 83/223: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/10/17
- 84/223: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/10/17
- 91/223: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/10/17
- 87/223: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/10/17
- 98/223: gnu: Add python-jupyter-server-terminals.,
guix-commits <=
- 92/223: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/10/17
- 102/223: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/10/17
- 104/223: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/10/17
- 101/223: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/10/17
- 105/223: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/10/17
- 106/223: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/10/17
- 107/223: gnu: Add python-pathable., guix-commits, 2024/10/17
- 110/223: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/10/17
- 111/223: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/10/17
- 112/223: gnu: python-graphql-core: Enable tests., guix-commits, 2024/10/17