python-coloredlogs 10.0 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-coloredlogs |
---|---|
Version | 10.0 |
Summary | Colored terminal output for Python's logging module |
Description | The coloredlogs package enables colored terminal output for Python’s logging module. The ColoredFormatter class inherits from logging.Formatter and uses ANSI escape sequences to render your logging messages in color. It uses only standard colors so it should work on any UNIX terminal. It’s currently tested on Python 2.6, 2.7, 3.4, 3.5, 3.6 and PyPy. On Windows coloredlogs automatically pulls in Colorama as a dependency and enables ANSI escape sequence translation using Colorama. |
Section | devel/python |
License | MIT |
Homepage | https://coloredlogs.readthedocs.io |
Recipe file | recipes-devtools/python/python-coloredlogs_10.0.bb |
Layer | meta-python2 (honister branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
https://files.pythonhosted.org/packages/source/c/coloredlogs/coloredlogs-10.0.tar.gz |
Patches
None
Other branches
This recipe in other branches of meta-python2:
Branch | Recipe |
---|---|
master | python-coloredlogs 10.0 |
kirkstone (Yocto Project 4.0) | python-coloredlogs 10.0 |
honister (Yocto Project 3.4) | python-coloredlogs 10.0 (this recipe) |
hardknott (Yocto Project 3.3) | python-coloredlogs 10.0 |
gatesgarth (Yocto Project 3.2) | python-coloredlogs 10.0 |
dunfell (Yocto Project 3.1) | python-coloredlogs 10.0 |
zeus (Yocto Project 3.0) | python-coloredlogs 10.0 |