[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/420: gnu: Add python-notebook-shim.
From: |
guix-commits |
Subject: |
74/420: gnu: Add python-notebook-shim. |
Date: |
Tue, 26 Nov 2024 16:28:34 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f58079fc71150c1bf5597e2e4b93e663b66e23c1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 22:51:29 2024 +0200
gnu: Add python-notebook-shim.
* gnu/packages/jupyter.scm (python-notebook-shim): New variable.
Change-Id: I1ed71ea39b37f066c64d3f256a24366055dc7aaa
---
gnu/packages/jupyter.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 68b17e7e81..b401e1234d 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -53,6 +53,31 @@
#:use-module (gnu packages serialization)
#:use-module (gnu packages version-control))
+(define-public python-notebook-shim
+ (package
+ (name "python-notebook-shim")
+ (version "0.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "notebook_shim" version))
+ (sha256
+ (base32 "1jrqqrm5xjwsx13plyyh7wybb1g71yrzaqa3l9y3162xnshwzcml"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-jupyter-server))
+ (native-inputs
+ (list python-hatchling
+ python-pytest
+ python-pytest-console-scripts
+ python-pytest-jupyter
+ python-pytest-tornasync))
+ (home-page "https://pypi.org/project/notebook-shim/")
+ (synopsis "Shim layer for notebook traits and config")
+ (description
+ "This project provides a way for JupyterLab and other frontends to switch
+to Jupyter Server for their Python Web application backend.")
+ (license license:bsd-3)))
+
(define-public python-jupyter-protocol
(package
(name "python-jupyter-protocol")
- 399/420: gnu: python-async-timeout: Update to 4.0.3., (continued)
- 399/420: gnu: python-async-timeout: Update to 4.0.3., guix-commits, 2024/11/26
- 408/420: gnu: python-uvicorn: Update to 0.32.1., guix-commits, 2024/11/26
- 407/420: gnu: python-a2wsgi: Update to 1.10.7., guix-commits, 2024/11/26
- 406/420: gnu: python-watchgod: Fix build., guix-commits, 2024/11/26
- 418/420: gnu: python-aioquic: Update to 1.2.0., guix-commits, 2024/11/26
- 27/420: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/26
- 34/420: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/26
- 35/420: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/26
- 52/420: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/11/26
- 68/420: gnu: Add python-isoduration., guix-commits, 2024/11/26
- 74/420: gnu: Add python-notebook-shim.,
guix-commits <=
- 67/420: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/26
- 69/420: gnu: Add python-uri-template., guix-commits, 2024/11/26
- 105/420: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/26
- 104/420: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/26
- 107/420: gnu: Add python-jsonschema-path., guix-commits, 2024/11/26
- 102/420: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/26
- 103/420: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/26
- 110/420: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/26
- 117/420: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/26
- 120/420: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/11/26