From 0a70c5790f472c08d5224d8cd37d2b2886d63149 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 6 Jan 2026 11:23:30 +0100 Subject: [PATCH] gnu: jupyter: Switch to pyproject. * gnu/packages/jupyter.scm (jupyter): [build-system]: Switch to pyproject-build-system. [arguments]: Improve comment and style. [native-inputs]: Add python-setuptools. Change-Id: I6056c60a1ddb822b9b80bee606add58420246c4e Signed-off-by: Sharlatan Hellseher Signed-off-by: Rutherther --- gnu/packages/jupyter.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index e9569fb70c..beea459956 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -87,15 +87,16 @@ (sha256 (base32 "0pwf3pminkzyzgx5kcplvvbvwrrzd3baa7lmh96f647k30rlpp6r")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments (list #:tests? #f ;there are none. #:phases - ;; Because python-jsonschema has an old python-webcolor. Remove this - ;; when python-team branch is merged. - '(modify-phases %standard-phases - (delete 'sanity-check)))) + ;; TODO python-team: Because python-jsonschema has an old + ;; python-webcolor. Remove this when python-team branch is merged. + #~(modify-phases %standard-phases + (delete 'sanity-check)))) + (native-inputs (list python-setuptools)) (propagated-inputs (list python-ipykernel python-ipywidgets