summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyfiglet_1.0.4.bb
diff options
context:
space:
mode:
authorMartin Schwan <m.schwan@phytec.de>2025-10-23 11:46:32 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-24 09:06:24 -0700
commit8958b088381feaf391e0ee83e634ac8c499e70a4 (patch)
tree3df8398a3ad58281cf88e0d507feb17295f1f3b5 /meta-python/recipes-devtools/python/python3-pyfiglet_1.0.4.bb
parentd8a85978e09028abb77f5659c31720c912f35257 (diff)
downloadmeta-openembedded-8958b088381feaf391e0ee83e634ac8c499e70a4.tar.gz
python3-pyfiglet: Add recipe
An implementation of figlet written in Python. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyfiglet_1.0.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyfiglet_1.0.4.bb10
1 files changed, 10 insertions, 0 deletions
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 @@
1SUMMARY = "An implementation of figlet written in Python"
2HOMEPAGE = "https://github.com/pwaller/pyfiglet"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f37a72c457e560fc4853ae67f3f9cc0e"
5
6inherit pypi python_setuptools_build_meta
7
8SRC_URI[sha256sum] = "db9c9940ed1bf3048deff534ed52ff2dafbbc2cd7610b17bb5eca1df6d4278ef"
9
10BBCLASSEXTEND = "native nativesdk"