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:
Sharlatan Hellseher 2025-08-10 11:23:08 +01:00
parent 14dd7f6247
commit 9ffa97b438
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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