From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python3-colorlog_4.1.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 external/meta-openembedded/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb (limited to 'external/meta-openembedded/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb') diff --git a/external/meta-openembedded/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb b/external/meta-openembedded/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb new file mode 100644 index 00000000..ea4c575e --- /dev/null +++ b/external/meta-openembedded/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "A colored formatter for the python logging module" +HOMEPAGE = "https://github.com/borntyping/python-colorlog" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.md;md5=05592f7a5b83bfc756f62dbd70a9b9b5" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "colorlog" + +SRC_URI[md5sum] = "25f79b76421132e2a9e08da15e4e0a73" +SRC_URI[sha256sum] = "30aaef5ab2a1873dec5da38fd6ba568fa761c9fa10b40241027fa3edea47f3d2" -- cgit 1.2.3-korg