[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/361: gnu: Add python-hatch-jupyter-builder.
From: |
guix-commits |
Subject: |
72/361: gnu: Add python-hatch-jupyter-builder. |
Date: |
Thu, 21 Nov 2024 06:28:52 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8b4cf45dc2efecf69521b72309557a3b54c05b9e
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")
- 209/361: gnu: python-fenics-dijitso: Move to pyproject-build-system., (continued)
- 209/361: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/21
- 210/361: gnu: python-pyan3: Move to pyproject-build-system., guix-commits, 2024/11/21
- 219/361: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/21
- 223/361: gnu: Remove python-mistune-next., guix-commits, 2024/11/21
- 220/361: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/11/21
- 231/361: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/21
- 237/361: gnu: python-optree: Adjust inputs., guix-commits, 2024/11/21
- 84/361: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/11/21
- 79/361: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/21
- 77/361: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/21
- 72/361: gnu: Add python-hatch-jupyter-builder.,
guix-commits <=
- 76/361: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/21
- 95/361: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/21
- 100/361: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 103/361: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/21
- 107/361: gnu: Add python-jsonschema-path., guix-commits, 2024/11/21
- 130/361: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/21
- 114/361: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/11/21
- 122/361: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/21
- 129/361: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/21
- 115/361: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/21