python-wrapt 1.11.2 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-wrapt |
---|---|
Version | 1.11.2 |
Summary | Module for decorators, wrappers and monkey patching. |
Description | The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.The wrapt module focuses very much on correctness. It therefore goes way beyond existing mechanisms such as functools.wraps() to ensure that decorators preserve introspectability, signatures, type checking abilities etc. The decorators that can be constructed using this module will work in far more scenarios than typical decorators and provide more predictable and consistent behaviour.To ensure that the overhead is as minimal as possible, a C extension module is used for performance critical components. An automatic fallback to a pure Python implementation is also provided where a target system does not have a compiler to allow the C extension to be compiled. |
Section | devel/python |
License | BSD |
Homepage | https://github.com/GrahamDumpleton/wrapt |
Recipe file | recipes-devtools/python/python-wrapt_1.11.2.bb |
Layer | meta-python2 (hardknott branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
https://files.pythonhosted.org/packages/source/w/wrapt/wrapt-1.11.2.tar.gz |
Patches
None
Other branches
This recipe in other branches of meta-python2:
Branch | Recipe |
---|---|
master | python-wrapt 1.11.2 |
kirkstone (Yocto Project 4.0) | python-wrapt 1.11.2 |
honister (Yocto Project 3.4) | python-wrapt 1.11.2 |
hardknott (Yocto Project 3.3) | python-wrapt 1.11.2 (this recipe) |
gatesgarth (Yocto Project 3.2) | python-wrapt 1.11.2 |
dunfell (Yocto Project 3.1) | python-wrapt 1.11.2 |
zeus (Yocto Project 3.0) | python-wrapt 1.11.2 |
warrior (Yocto Project 2.7) | python-wrapt 1.10.11 |
thud (Yocto Project 2.6) | python-wrapt 1.10.11 |
sumo (Yocto Project 2.5) | python-wrapt 1.10.11 |
rocko (Yocto Project 2.4) | python-wrapt 1.10.11 |
pyro (Yocto Project 2.3) | python-wrapt 1.10.8 |