From 474ffe56847a203134637961bbdd50271ce05750 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 17 Jun 2025 11:53:35 -0400 Subject: python3-colorama: add recipe Add existing recipe from meta-python, since pytest lists it as a dependency. This also puts it in maintainers.inc with myself as maintainer. [RP: Switch to use hatching directly] (From OE-Core rev: 8c06239fdcf983dac759c7d80d6326807c993622) Signed-off-by: Trevor Gamblin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-colorama_0.4.6.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-colorama_0.4.6.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-colorama_0.4.6.bb b/meta/recipes-devtools/python/python3-colorama_0.4.6.bb new file mode 100644 index 0000000000..c33310b969 --- /dev/null +++ b/meta/recipes-devtools/python/python3-colorama_0.4.6.bb @@ -0,0 +1,10 @@ +SUMMARY = "Cross-platform colored terminal text." +HOMEPAGE = "https://github.com/tartley/colorama" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" + +inherit pypi python_hatchling + +SRC_URI[sha256sum] = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf