mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jupyterlab-pygments: Switch to pyproject-build-system.
* gnu/packages/jupyter.scm (python-jupyterlab-pygments) [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: Ia507908434a215d933c6525430a870bdf2f6e3bc
This commit is contained in:
parent
156e50f790
commit
4fce3ad21a
1 changed files with 4 additions and 2 deletions
|
@ -549,7 +549,7 @@ alternative Python kernel for Jupyter.")
|
||||||
(define-public python-jupyterlab-pygments
|
(define-public python-jupyterlab-pygments
|
||||||
(package
|
(package
|
||||||
(name "python-jupyterlab-pygments")
|
(name "python-jupyterlab-pygments")
|
||||||
(version "0.1.2")
|
(version "0.1.2") ;newer versions requires Node.js packages
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -557,8 +557,10 @@ alternative Python kernel for Jupyter.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ij14mmnc39nmf84i0av6j9glazjic7wzv1qyhr0j5966s3s1kfg"))))
|
"0ij14mmnc39nmf84i0av6j9glazjic7wzv1qyhr0j5966s3s1kfg"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments '(#:tests? #false)) ; there are no tests
|
(arguments '(#:tests? #false)) ; there are no tests
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pygments))
|
(list python-pygments))
|
||||||
(home-page "https://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue