[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/21: gnu: python-astroid: Update to 2.6.6.
From: |
guix-commits |
Subject: |
20/21: gnu: python-astroid: Update to 2.6.6. |
Date: |
Mon, 9 Aug 2021 08:29:10 -0400 (EDT) |
efraim pushed a commit to branch core-updates-frozen
in repository guix.
commit 23d0007e9a5b20ad0c9e380c34b24dcdef57cf90
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 9 15:11:02 2021 +0300
gnu: python-astroid: Update to 2.6.6.
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.6.6.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-dateutil.
---
gnu/packages/python-xyz.scm | 53 ++++++++++++++++++++-------------------------
1 file changed, 24 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3000517..417630a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17080,34 +17080,29 @@ happens using the @code{logging} library.")
(license license:gpl3+)))
(define-public python-astroid
- (let ((revision "1")
- (commit "5f67396894c79c4661e357ec8bb03aa134a51109"))
- (package
- (name "python-astroid")
- (version (git-version "2.4.2" revision commit))
- (source
- (origin
- ;; The current 2.4.2 release doesn't support Python 3.9.
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/PyCQA/astroid")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1ir5716wqgz39jva7x9chhjy41yi3n7fkymb8snh5giwig8kyipk"))))
- (build-system python-build-system)
- (propagated-inputs
- `(("python-lazy-object-proxy" ,python-lazy-object-proxy)
- ("python-six" ,python-six)
- ("python-wrapt" ,python-wrapt)))
- (native-inputs
- `(("python-dateutil" ,python-dateutil)
- ("python-pytest" ,python-pytest)
- ("python-pytest-runner" ,python-pytest-runner)))
- (home-page "https://github.com/PyCQA/astroid")
- (synopsis "Common base representation of python source code for pylint
and
+ (package
+ (name "python-astroid")
+ (version "2.6.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/PyCQA/astroid")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1amzf996inwmh4r3mlpzmch60xs6lrg86vppfnwl1y0l8r0y7zxh"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-lazy-object-proxy" ,python-lazy-object-proxy)
+ ("python-wrapt" ,python-wrapt)))
+ (native-inputs
+ `(("python-pytest" ,python-pytest)
+ ("python-pytest-runner" ,python-pytest-runner)))
+ (home-page "https://github.com/PyCQA/astroid")
+ (synopsis "Common base representation of python source code for pylint and
other projects")
- (description "@code{python-astroid} provides a common base representation
+ (description "@code{python-astroid} provides a common base representation
of python source code for projects such as pychecker, pyreverse, pylint, etc.
It provides a compatible representation which comes from the _ast module. It
@@ -17116,8 +17111,8 @@ down the AST and building an extended ast. The new
node classes have
additional methods and attributes for different usages. They include some
support for static inference and local name scopes. Furthermore, astroid
builds partial trees by inspecting living objects.")
- (license license:lgpl2.1+)
- (properties `((python2-variant . ,(delay python2-astroid)))))))
+ (license license:lgpl2.1+)
+ (properties `((python2-variant . ,(delay python2-astroid))))))
(define-public python2-astroid
(let ((base (package-with-python2
- 01/21: gnu: Add python-ruamel.yaml.clib., (continued)
- 01/21: gnu: Add python-ruamel.yaml.clib., guix-commits, 2021/08/09
- 08/21: gnu: python-flask: Honor #:tests in check phase., guix-commits, 2021/08/09
- 05/21: gnu: python-pytest-xprocess: Update to 0.18.1., guix-commits, 2021/08/09
- 06/21: gnu: python-werkzeug: Update to 2.0.1., guix-commits, 2021/08/09
- 07/21: gnu: python-yarl: Update to 1.6.3., guix-commits, 2021/08/09
- 09/21: gnu: python-markupsafe: Honor #:tests in check phase., guix-commits, 2021/08/09
- 10/21: gnu: python-flask: Update to 2.0.1., guix-commits, 2021/08/09
- 12/21: gnu: python-markupsafe: Update to 2.0.1., guix-commits, 2021/08/09
- 14/21: gnu: python-pytest-isort: Honor #:tests in check phase., guix-commits, 2021/08/09
- 15/21: gnu: python-pytest-isort: Update to 2.0.0., guix-commits, 2021/08/09
- 20/21: gnu: python-astroid: Update to 2.6.6.,
guix-commits <=
- 11/21: gnu: python-itsdangerous: Update to 2.0.1., guix-commits, 2021/08/09
- 13/21: gnu: python-jinja2: Update to 3.0.1., guix-commits, 2021/08/09
- 16/21: gnu: ruby-minitest: Update to 5.14.4., guix-commits, 2021/08/09
- 17/21: gnu: ruby-minitest-hooks: Update to 1.5.0., guix-commits, 2021/08/09
- 18/21: gnu: ruby-minitest-hooks: Skip tests., guix-commits, 2021/08/09
- 21/21: gnu: python-pylint: Update to 2.9.6., guix-commits, 2021/08/09
- 19/21: gnu: ruby-sequel: Update to 5.47.0., guix-commits, 2021/08/09