[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/361: gnu: Add python-jupyter-server-terminals.
From: |
guix-commits |
Subject: |
97/361: gnu: Add python-jupyter-server-terminals. |
Date: |
Thu, 21 Nov 2024 06:28:57 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit fab683d4cb949ce2acf00e140491d1158564d930
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")
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem., (continued)
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/21
- 233/361: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/21
- 28/361: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/21
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/21
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/21
- 63/361: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/21
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/21
- 85/361: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/21
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/21
- 97/361: gnu: Add python-jupyter-server-terminals.,
guix-commits <=
- 109/361: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/21
- 105/361: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/21
- 106/361: gnu: Add python-pathable., guix-commits, 2024/11/21
- 119/361: gnu: Add python-whatthepatch., guix-commits, 2024/11/21
- 141/361: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/21
- 137/361: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/21
- 138/361: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/21
- 143/361: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/21
- 140/361: gnu: python-codespell: Improve package style., guix-commits, 2024/11/21
- 160/361: gnu: dynaconf: Improve package style., guix-commits, 2024/11/21