From 9f41aca8e6cd31ba2752dba5d375cf19009a6ec3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 2 Nov 2022 15:30:45 -0400 Subject: python3-colorama: sync with meta-openembedded This version of python3-colorama has shown to work with the meta-virt recipes and software stacks. Sync our version with meta-openembedded. We continue to keep this around as a "canary" package. Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-colorama_0.4.5.bb | 10 ---------- recipes-devtools/python/python3-colorama_0.4.6.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/python/python3-colorama_0.4.5.bb create mode 100644 recipes-devtools/python/python3-colorama_0.4.6.bb diff --git a/recipes-devtools/python/python3-colorama_0.4.5.bb b/recipes-devtools/python/python3-colorama_0.4.5.bb deleted file mode 100644 index 122ae539..00000000 --- a/recipes-devtools/python/python3-colorama_0.4.5.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Cross-platform colored terminal text." -HOMEPAGE = "https://github.com/tartley/colorama" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python3-colorama_0.4.6.bb b/recipes-devtools/python/python3-colorama_0.4.6.bb new file mode 100644 index 00000000..52e1e68b --- /dev/null +++ b/recipes-devtools/python/python3-colorama_0.4.6.bb @@ -0,0 +1,14 @@ +SUMMARY = "Cross-platform colored terminal text." +HOMEPAGE = "https://github.com/tartley/colorama" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" + +DEPENDS += " \ + ${PYTHON_PN}-hatchling-native \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf