diff options
| author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-02-15 09:51:44 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-02-16 12:52:19 -0800 |
| commit | 1eb621fce8a342256b4fc815c9844ee13cd4cb84 (patch) | |
| tree | d0cbfa41669eee3f02ac567875de2f52f8c71349 /meta-python | |
| parent | d00808b0c3d14df79ceec1b3b86e99cd1a4fe421 (diff) | |
| download | meta-openembedded-1eb621fce8a342256b4fc815c9844ee13cd4cb84.tar.gz | |
python3-colorlog: add new package
A colored formatter for the python logging module
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb new file mode 100644 index 0000000000..ea4c575eb0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "A colored formatter for the python logging module" | ||
| 2 | HOMEPAGE = "https://github.com/borntyping/python-colorlog" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://README.md;md5=05592f7a5b83bfc756f62dbd70a9b9b5" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "colorlog" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "25f79b76421132e2a9e08da15e4e0a73" | ||
| 11 | SRC_URI[sha256sum] = "30aaef5ab2a1873dec5da38fd6ba568fa761c9fa10b40241027fa3edea47f3d2" | ||
