[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/77: gnu: Add python-jupyterlite-sphinx.
From: |
guix-commits |
Subject: |
06/77: gnu: Add python-jupyterlite-sphinx. |
Date: |
Wed, 25 Oct 2023 10:59:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 617bca2ab0b4f57c65873cf3858c6387ea775ab1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 15:58:13 2023 +0200
gnu: Add python-jupyterlite-sphinx.
* gnu/packages/jupyter.scm (python-jupyterlite-sphinx): New variable.
Change-Id: I182c98e0c47d28012882994824232c3473ba3dcd
---
gnu/packages/jupyter.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 7285afdfd0..87854afd72 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -436,6 +436,28 @@ for building JupyterLite websites, the jupyter-lite CLI,
and extension points
for authoring custom addons.")
(license license:bsd-3)))
+(define-public python-jupyterlite-sphinx
+ (package
+ (name "python-jupyterlite-sphinx")
+ (version "0.9.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jupyterlite_sphinx" version))
+ (sha256
+ (base32 "05h7zrvsx0xzxlddsqfz1fxdgld66yhn6nxfp4jz20wbx6csrr4v"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #false)) ;there are none
+ (propagated-inputs (list python-docutils python-jupyter-server
+ python-jupyterlab-server python-jupyterlite-core
+ python-sphinx))
+ (native-inputs (list python-hatchling))
+ (home-page "https://github.com/jupyterlite/jupyterlite")
+ (synopsis "Sphinx extension for deploying JupyterLite")
+ (description "This package provides a Sphinx extension for deploying
+@code{JupyterLite}.")
+ (license license:bsd-3)))
+
(define-public python-jupyter-server-mathjax
(package
(name "python-jupyter-server-mathjax")
- branch master updated (d461dd81cd -> fa849a177a), guix-commits, 2023/10/25
- 02/77: gnu: r-ggplot2: Update to 3.4.4., guix-commits, 2023/10/25
- 01/77: gnu: r-gdata: Update to 3.0.0., guix-commits, 2023/10/25
- 05/77: gnu: Add python-jupyterlite-core., guix-commits, 2023/10/25
- 03/77: gnu: r-httpuv: Update to 1.6.12., guix-commits, 2023/10/25
- 07/77: gnu: python-sphinx-gallery: Update to 0.14.0., guix-commits, 2023/10/25
- 06/77: gnu: Add python-jupyterlite-sphinx.,
guix-commits <=
- 04/77: gnu: Add r-deming., guix-commits, 2023/10/25
- 09/77: gnu: Add python-funsor., guix-commits, 2023/10/25
- 11/77: gnu: r-biomartr: Update to 1.0.6., guix-commits, 2023/10/25
- 10/77: gnu: r-covr: Update to 3.6.3., guix-commits, 2023/10/25
- 12/77: gnu: r-metap: Update to 1.9., guix-commits, 2023/10/25
- 08/77: gnu: Add python-assertpy., guix-commits, 2023/10/25
- 13/77: gnu: r-bwstest: Update to 0.2.3., guix-commits, 2023/10/25
- 16/77: gnu: r-rcppthread: Update to 2.1.6., guix-commits, 2023/10/25
- 17/77: gnu: r-sp: Update to 2.1-1., guix-commits, 2023/10/25
- 18/77: gnu: r-drat: Update to 0.2.4., guix-commits, 2023/10/25