mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
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>
This commit is contained in:
parent
ec1fa9e288
commit
5e24cf492d
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue