diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-11-29 22:47:59 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-03 07:40:21 +0000 |
| commit | 5e24cf492db070e1c10bf26e46480f4326eb9380 (patch) | |
| tree | 6a4e09958d96bd1e3f1e19ad25c40a16ebc6d5d3 /gnu | |
| parent | ec1fa9e288b7af24145bf0ebfe3fe75c79a1d49e (diff) | |
gnu: python-jupyter-console: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-jupyter-console):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-backend>: Set it.
[native-inputs]: Add python-setuptools. Remove python-nose.
Change-Id: Ida809559b38d65e03be9fb25d244eb2550b0c353
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d54e50dcdb7..96d2c999d0b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18595,12 +18595,12 @@ in the data.") (sha256 (base32 "1iqrxhd8hvlyf8cqbc731ssnwm61wrycnbiczy5wsfahd3hlh8i4")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (arguments (list #:test-backend #~'unittest)) + (native-inputs (list python-pytest python-setuptools)) (propagated-inputs (list python-ipykernel python-jupyter-client python-prompt-toolkit python-pygments)) - (native-inputs - (list python-nose python-pytest)) (home-page "https://jupyter.org") (synopsis "Jupyter terminal console") (description "This package provides a terminal-based console frontend for |
