~ruther/guix-local

9ffa97b43890d421346d5d235499cd2e45632905 — Sharlatan Hellseher 7 months ago 14dd7f6
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
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 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