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

commit 91ef626415e9af2d9551f859a3980d1548792d31
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 14 16:44:42 2025 +0100

    gnu: python-beniget: Update to 0.4.2.post1.
    
    * gnu/packages/python-xyz.scm (python-beniget): Update to 0.4.2.post1.
    [native-inputs]: Remove python-wheel; add python-pytest.
    
    Change-Id: I26b73711421eca86553c1e6c0d4eecc40fc088df
---
 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8854129fc2..798931de94 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21490,7 +21490,6 @@ CPUs required per given input size, and parameters for 
CWL workflows.")
   (package
     (name "python-beniget")
     (version "0.4.2.post1")
-    (home-page "https://github.com/serge-sans-paille/beniget";)
     (source
      (origin
        (method url-fetch)
@@ -21498,9 +21497,12 @@ CPUs required per given input size, and parameters for 
CWL workflows.")
        (sha256
         (base32 "1bjjl12pqbz4amnn8wvcpd4zjrx6cpw04s586gn18zjywqvqa9d0"))))
     (build-system pyproject-build-system)
+    (native-inputs
+     (list python-pytest
+           python-setuptools))
     (propagated-inputs
      (list python-gast))
-    (native-inputs (list python-setuptools python-wheel))
+    (home-page "https://github.com/serge-sans-paille/beniget";)
     (synopsis "Extract semantic information about static Python code")
     (description
      "Beniget is a collection of analyzers for Python @acronym{AST,

Reply via email to