mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ipython-genutils: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-ipython-genutils) [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: I6f7d4a022d7a745ed3a128200a7ed55087708dd8
This commit is contained in:
parent
14dd7f6247
commit
9ffa97b438
1 changed files with 3 additions and 1 deletions
|
@ -14226,8 +14226,10 @@ standard library.")
|
|||
(uri (pypi-uri "ipython_genutils" version))
|
||||
(sha256
|
||||
(base32 "19l2pp1c64ansr89l3cqh19jdi2ixhssdzx0vz4n6r52a6i281is"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments `(#:tests? #f)) ; no tests
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(home-page "https://ipython.org")
|
||||
(synopsis "Vestigial utilities from IPython")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue