1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Nicolas Graves
2026-01-06 11:23:30 +01:00
committed by Rutherther
parent de3f863638
commit 0a70c5790f

View File

@@ -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