guix_mirror_bot pushed a commit to branch ungraft
in repository guix.

commit 0e3eab9350b225b5df255665d840d3de70111b84
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 15 13:07:39 2025 +0000

    gnu: python-cligj: Switch to pypproject.
    
    * gnu/packages/python-xyz.scm (python-cligj):
    [build-system]: Switch to pypproject-build-system.
    [native-inputs]: Remove python-pytest-cov; add python-pytest and
    python-setuptools.
    
    Change-Id: I9c1f1ab5f4689eb2443b6720bbe111e291bc3df6
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 54eeee1a7f..0b6bb77593 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7927,11 +7927,12 @@ connecting ClickHouse to Python, Pandas, and Superset.")
         (sha256
           (base32
             "09vbkik6kyn6yrqzl2r74vaybjk8kjykvi975hy3fsrm4gb17g54"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
+    (native-inputs
+      (list python-pytest
+            python-setuptools))
     (propagated-inputs
       (list python-click))
-    (native-inputs
-      (list python-pytest-cov))
     (home-page "https://github.com/mapbox/cligj";)
     (synopsis "Click params for command line interfaces to GeoJSON")
     (description

Reply via email to