From 8958b088381feaf391e0ee83e634ac8c499e70a4 Mon Sep 17 00:00:00 2001 From: Martin Schwan Date: Thu, 23 Oct 2025 11:46:32 +0200 Subject: [PATCH] python3-pyfiglet: Add recipe An implementation of figlet written in Python. Signed-off-by: Martin Schwan Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyfiglet_1.0.4.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyfiglet_1.0.4.bb diff --git a/meta-python/recipes-devtools/python/python3-pyfiglet_1.0.4.bb b/meta-python/recipes-devtools/python/python3-pyfiglet_1.0.4.bb new file mode 100644 index 0000000000..948bac56df --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyfiglet_1.0.4.bb @@ -0,0 +1,10 @@ +SUMMARY = "An implementation of figlet written in Python" +HOMEPAGE = "https://github.com/pwaller/pyfiglet" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f37a72c457e560fc4853ae67f3f9cc0e" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "db9c9940ed1bf3048deff534ed52ff2dafbbc2cd7610b17bb5eca1df6d4278ef" + +BBCLASSEXTEND = "native nativesdk"