diff options
| author | Martin Schwan <m.schwan@phytec.de> | 2025-10-23 11:46:32 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 09:06:24 -0700 |
| commit | 8958b088381feaf391e0ee83e634ac8c499e70a4 (patch) | |
| tree | 3df8398a3ad58281cf88e0d507feb17295f1f3b5 /meta-python/recipes-devtools/python/python3-pyfiglet_1.0.4.bb | |
| parent | d8a85978e09028abb77f5659c31720c912f35257 (diff) | |
| download | meta-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.bb | 10 |
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 @@ | |||
| 1 | SUMMARY = "An implementation of figlet written in Python" | ||
| 2 | HOMEPAGE = "https://github.com/pwaller/pyfiglet" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f37a72c457e560fc4853ae67f3f9cc0e" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "db9c9940ed1bf3048deff534ed52ff2dafbbc2cd7610b17bb5eca1df6d4278ef" | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
