diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2023-11-01 16:32:37 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-01 20:09:08 -0700 |
| commit | f7a5d856a7d37645dc7e71e31e22d37bc8506377 (patch) | |
| tree | 87e552492d14f6e429a5725e67d7bceedd1d3e99 | |
| parent | 55aef29cdb25cb9605f5a40dbc45f2ca93bc5076 (diff) | |
| download | meta-openembedded-f7a5d856a7d37645dc7e71e31e22d37bc8506377.tar.gz | |
python3-colorclass: add recipe
Add colorclass version 2.2.2, a colorful worry-free console
applications for Linux, Mac OS X, and Windows.
This work was sponsored by GOVCERT.LU.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb b/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb new file mode 100644 index 0000000000..00c2c4e92b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Colorful worry-free console applications for Linux, Mac OS X, and Windows." | ||
| 2 | HOMEPAGE = "https://github.com/matthewdeanmartin/colorclass" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1b2a533055839e54558a727657c1c73e" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366" | ||
| 10 | |||
| 11 | PYPI_PACKAGE="colorclass" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | ${PYTHON_PN}-ctypes \ | ||
| 15 | " | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
