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

commit a04cab2f2eba9409d45b9425de9ed155a1d20dfd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 29 23:47:14 2026 +0100

    gnu: python-astroid: Update to 4.0.4.
    
    * gnu/packages/python-xyz.scm (python-astroid): Update to 4.0.4.
    [propagated-inputs]: Remove python-lazy-object-proxy,
    python-typing-extensions, and python-wrapt.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I64e502505cb0d3044a53e5edee781d65fa4db445
---
 gnu/packages/python-xyz.scm | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 23b2b416c0..0d9a56e5d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25355,7 +25355,7 @@ instead of servers and network commands.")
 (define-public python-astroid
   (package
     (name "python-astroid")
-    (version "3.3.11")
+    (version "4.0.4")
     (source
      (origin
        (method git-fetch)
@@ -25364,24 +25364,12 @@ instead of servers and network commands.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1x5903kmi47pc87r949lym2cwl0xg885xyy730adxv0g6r083zwn"))))
+        (base32 "0dfvih7drm22dvppjangaxlmrq21wazfyglhm3n32rgh6g6m6qms"))))
     (build-system pyproject-build-system)
-    (arguments
-     ;; UserWarning: pkg_resources is deprecated as an API. See
-     ;; https://setuptools.pypa.io/en/latest/pkg_resources.html. The
-     ;; pkg_resources package is slated for removal as early as
-     ;; 2025-11-30. Refrain from using this package or pin to Setuptools<81.
-     (list #:test-flags
-           #~(list "-k" "not test_identify_old_namespace_package_protocol")))
     (native-inputs
      (list python-mypy-minimal
            python-pytest
-           python-setuptools
-           python-wheel))
-    (propagated-inputs
-     (list python-lazy-object-proxy
-           python-typing-extensions
-           python-wrapt))
+           python-setuptools))
     (home-page "https://github.com/PyCQA/astroid";)
     (synopsis "Python source code base representation")
     (description "@code{python-astroid} provides a common base representation

Reply via email to