[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/222: gnu: Add python-hatch-jupyter-builder.
From: |
guix-commits |
Subject: |
72/222: gnu: Add python-hatch-jupyter-builder. |
Date: |
Fri, 1 Nov 2024 10:56:26 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 4f8e6ae0054bf499a0d5264dbce206e33b7fe31d
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")
- 54/222: gnu: python-versioneer: Add missing input and use minimal git., (continued)
- 54/222: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/01
- 58/222: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/01
- 60/222: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 59/222: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/01
- 63/222: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/01
- 66/222: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/01
- 67/222: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/01
- 68/222: gnu: Add python-isoduration., guix-commits, 2024/11/01
- 69/222: gnu: Add python-uri-template., guix-commits, 2024/11/01
- 71/222: gnu: Add python-overrides., guix-commits, 2024/11/01
- 72/222: gnu: Add python-hatch-jupyter-builder.,
guix-commits <=
- 77/222: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/01
- 79/222: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/01
- 80/222: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/01
- 81/222: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/01
- 86/222: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/01
- 89/222: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/01
- 93/222: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/01
- 92/222: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/01
- 95/222: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/01
- 97/222: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/01