[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/474: gnu: Add python-hatch-jupyter-builder.
From: |
guix-commits |
Subject: |
72/474: gnu: Add python-hatch-jupyter-builder. |
Date: |
Sat, 30 Nov 2024 18:19:53 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 06d95c94250dc4bbe4cb2a4e3e5e866a399b906a
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")
- 232/474: gnu: python-django-4.2: Adjust inputs., (continued)
- 232/474: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/30
- 245/474: gnu: nikola: Fix build., guix-commits, 2024/11/30
- 262/474: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/30
- 256/474: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/30
- 248/474: gnu: Add python-pytest-html., guix-commits, 2024/11/30
- 276/474: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/30
- 288/474: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/30
- 293/474: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/30
- 320/474: gnu: python-py: Improve package style., guix-commits, 2024/11/30
- 59/474: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/30
- 72/474: gnu: Add python-hatch-jupyter-builder.,
guix-commits <=
- 105/474: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/30
- 107/474: gnu: Add python-jsonschema-path., guix-commits, 2024/11/30
- 111/474: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/30
- 126/474: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/30
- 158/474: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/30
- 136/474: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/30
- 142/474: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/30
- 149/474: gnu: Add ghc-language-python., guix-commits, 2024/11/30
- 150/474: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/30
- 222/474: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/30