python-astroid 2.3.3 blacklisted
This recipe is blacklisted by the meta-python2 layer. The reason provided is:
python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"
Name | python-astroid |
---|---|
Version | 2.3.3 |
Summary | An abstract syntax tree for Python with inference support. |
Description | The aim of this module is to provide a common base representation of python source code. It is currently the library powering pylint’s capabilities.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 can also build partial trees by inspecting living objects. |
Section | devel/python |
License | LGPL-2.1 |
Homepage | https://pypi.python.org/pypi/astroid |
Recipe file | recipes-devtools/python/python-astroid_2.3.3.bb |
Layer | meta-python2 (hardknott branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
https://files.pythonhosted.org/packages/source/a/astroid/astroid-2.3.3.tar.gz |
Patches
None
Other branches
This recipe in other branches of meta-python2:
Branch | Recipe |
---|---|
master | python-astroid 2.3.3 |
kirkstone (Yocto Project 4.0) | python-astroid 2.3.3 |
honister (Yocto Project 3.4) | python-astroid 2.3.3 |
hardknott (Yocto Project 3.3) | python-astroid 2.3.3 (this recipe) |
gatesgarth (Yocto Project 3.2) | python-astroid 2.3.3 |
dunfell (Yocto Project 3.1) | python-astroid 2.3.3 |
zeus (Yocto Project 3.0) | python-astroid 1.6.5 |
warrior (Yocto Project 2.7) | python-astroid 1.6.5 |
thud (Yocto Project 2.6) | python-astroid 1.6.5 |
sumo (Yocto Project 2.5) | python-astroid 1.6.3 |
rocko (Yocto Project 2.4) | python-astroid 1.5.3 |
pyro (Yocto Project 2.3) | python-astroid 1.4.9 |