diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb new file mode 100644 index 0000000000..9ba710cb78 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Add ANSI colors and decorations to your strings" | ||
2 | |||
3 | LICENSE = "ISC" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aef5566ac4fede9815eccf124c281317" | ||
5 | |||
6 | SRC_URI[sha256sum] = "99f94f5e3348a0bcd43c82e5fc4414013ccc19d70bd939ad71e0133ce9c372e0" | ||
7 | |||
8 | PYPI_PACKAGE_EXT = "zip" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||