mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
55aef29cdb
commit
f7a5d856a7
|
|
@ -0,0 +1,17 @@
|
|||
SUMMARY = "Colorful worry-free console applications for Linux, Mac OS X, and Windows."
|
||||
HOMEPAGE = "https://github.com/matthewdeanmartin/colorclass"
|
||||
LICENSE = "MIT"
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1b2a533055839e54558a727657c1c73e"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366"
|
||||
|
||||
PYPI_PACKAGE="colorclass"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-ctypes \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user