[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/204: gnu: python-astroid: Propagate python-typing-extensions.
From: |
guix-commits |
Subject: |
02/204: gnu: python-astroid: Propagate python-typing-extensions. |
Date: |
Wed, 20 Apr 2022 02:03:08 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit a668de9ef66f7db803367bbbca91f9c672c162b1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 23 00:21:56 2022 -0400
gnu: python-astroid: Propagate python-typing-extensions.
* gnu/packages/python-xyz.scm (python-astroid)
[native-inputs]: Move python-typing-extensions to...
[propagated-inputs]: ... here.
[synopsis]: Shorten.
[description]: Normalize indentation.
---
gnu/packages/python-xyz.scm | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cde86ba007..464171bee5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19043,21 +19043,19 @@ multitouch applications.")
(base32 "19iiys4233cicpm48fd7lrkm31kk47qiv44wvk952rqbcn4rd2dh"))))
(build-system python-build-system)
(propagated-inputs
- (list python-lazy-object-proxy python-wrapt))
+ (list python-lazy-object-proxy python-typing-extensions python-wrapt))
(native-inputs
- (list python-pytest python-pytest-runner python-typing-extensions))
+ (list python-pytest python-pytest-runner))
(home-page "https://github.com/PyCQA/astroid")
- (synopsis "Common base representation of python source code for pylint and
- other projects")
+ (synopsis "Python source code 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
- rebuilds the tree generated by the builtin _ast module by recursively
walking
- 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.")
+of Python source code for projects such as pychecker, pyreverse, pylint, etc.
+It provides a compatible representation which comes from the _ast module. It
+rebuilds the tree generated by the builtin _ast module by recursively walking
+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+)))
(define-public python-isbnlib
- 08/204: gnu: python-jinja2: Update to 3.1.1., (continued)
- 08/204: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/04/20
- 13/204: gnu: Add texlive-stix2-otf., guix-commits, 2022/04/20
- 17/204: gnu: Add texlive-cs., guix-commits, 2022/04/20
- 24/204: gnu: Add python-unicodedata2., guix-commits, 2022/04/20
- 28/204: gnu: Add python-booleanoperations., guix-commits, 2022/04/20
- 36/204: gnu: Add python-types-toml., guix-commits, 2022/04/20
- 23/204: gnu: Add python-fontmath., guix-commits, 2022/04/20
- 32/204: gnu: Add python-fontparts., guix-commits, 2022/04/20
- 37/204: gnu: Add python-pytest-mypy., guix-commits, 2022/04/20
- 05/204: gnu: Add python-littleutils., guix-commits, 2022/04/20
- 02/204: gnu: python-astroid: Propagate python-typing-extensions.,
guix-commits <=
- 09/204: gnu: python-prompt-toolkit: Update to 3.0.29., guix-commits, 2022/04/20
- 15/204: gnu: Add texlive-makecmds., guix-commits, 2022/04/20
- 16/204: gnu: Add texlive-csplain., guix-commits, 2022/04/20
- 19/204: gnu: Add python-pcpp., guix-commits, 2022/04/20
- 20/204: gnu: Add opentype-sanitizer., guix-commits, 2022/04/20
- 21/204: gnu: Add python-opentype-sanitizer., guix-commits, 2022/04/20
- 22/204: gnu: Add python-defcon-bootstrap., guix-commits, 2022/04/20
- 26/204: gnu: Add python-mutatormath., guix-commits, 2022/04/20
- 27/204: gnu: Add python-fontpens-bootstrap., guix-commits, 2022/04/20
- 30/204: gnu: Add python-fontpens., guix-commits, 2022/04/20