guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 246e3d1f9632c44a72ac335552fcab5fd5aa2e96
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Aug 10 11:23:08 2025 +0100

    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
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6dad1e778f..edc5a9f9e8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14306,8 +14306,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

Reply via email to