mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-05 22:14:05 +02:00
gnu: python-astroid: Update to 4.1.2.
* gnu/packages/python-xyz.scm (python-astroid): Update to 4.1.2. [propagated-inputs]: Remove python-lazy-object-proxy, python-typing-extensions, and python-wrapt. [native-inputs]: Remove python-wheel. Change-Id: I64e502505cb0d3044a53e5edee781d65fa4db445
This commit is contained in:
@@ -24787,7 +24787,7 @@ instead of servers and network commands.")
|
||||
(define-public python-astroid
|
||||
(package
|
||||
(name "python-astroid")
|
||||
(version "3.3.11")
|
||||
(version "4.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -24796,24 +24796,12 @@ instead of servers and network commands.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1x5903kmi47pc87r949lym2cwl0xg885xyy730adxv0g6r083zwn"))))
|
||||
(base32 "04x82slqxyyv0pikz680sw5aj2vbid1s7zdnzgqj7dlbz68c0ch0"))))
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user