[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/224: gnu: Add python-hatch-jupyter-builder.
From: |
guix-commits |
Subject: |
73/224: gnu: Add python-hatch-jupyter-builder. |
Date: |
Tue, 15 Oct 2024 16:32:25 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 67ad7beeaeb2b3af94cc01c35f7d46d3f29ff8d3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 15:41:17 2024 +0200
gnu: Add python-hatch-jupyter-builder.
* gnu/packages/jupyter.scm (python-hatch-jupyter-builder): New variable.
Change-Id: I5bdf00a95dd6260eb5f6066a77394054bcec0ca4
---
gnu/packages/jupyter.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 2298e87ccd..c485e68b9c 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -326,6 +326,33 @@ Jupyter Python packages that require a pre-build step that
may include
JavaScript build steps.")
(license license:bsd-3)))
+(define-public python-hatch-jupyter-builder
+ (package
+ (name "python-hatch-jupyter-builder")
+ (version "0.9.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "hatch_jupyter_builder" version))
+ (sha256
+ (base32 "1baqk80c5ddhksh73l48mb59vvaaa2ldrs65k6vldii4s6c829vr"))))
+ (build-system pyproject-build-system)
+ (arguments
+ ;; Don't attempt to build anything, because we don't have network access
+ ;; anyway.
+ (list #:test-flags '(list "-k" "not test_hatch_build")))
+ (propagated-inputs (list python-hatchling))
+ (native-inputs (list python-pytest
+ python-pytest-cov
+ python-pytest-mock
+ python-tomli
+ python-twine))
+ (home-page "https://github.com/jupyterlab/hatch-jupyter-builder")
+ (synopsis "Hatch plugin to help build Jupyter packages")
+ (description
+ "This package provides a hatch plugin to help build Jupyter packages.")
+ (license license:bsd-3)))
+
(define-public python-jupyter-server
(package
(name "python-jupyter-server")
- 28/224: gnu: Add python-pytest-mypy-testing., (continued)
- 28/224: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/10/15
- 33/224: gnu: Add python-rapidfuzz., guix-commits, 2024/10/15
- 21/224: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/10/15
- 37/224: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/10/15
- 77/224: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/10/15
- 40/224: gnu: java-testng: Disable one test., guix-commits, 2024/10/15
- 47/224: gnu: python-vine: Add missing inputs., guix-commits, 2024/10/15
- 79/224: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/10/15
- 81/224: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/10/15
- 71/224: gnu: Add python-fqdn., guix-commits, 2024/10/15
- 73/224: gnu: Add python-hatch-jupyter-builder.,
guix-commits <=
- 72/224: gnu: Add python-overrides., guix-commits, 2024/10/15
- 76/224: gnu: Add python-nbclassic., guix-commits, 2024/10/15
- 66/224: gnu: Add python-referencing., guix-commits, 2024/10/15
- 90/224: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/10/15
- 59/224: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/10/15
- 75/224: gnu: Add python-notebook-shim., guix-commits, 2024/10/15
- 41/224: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/10/15
- 25/224: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/10/15
- 22/224: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/10/15
- 82/224: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/10/15