diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-09-09 15:26:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-09 07:28:17 -0700 |
commit | 26ff2b97006eacb6baf336273d8574da67feeb0a (patch) | |
tree | c6d50c4ec9dc83438f10a36ca5987cfe884ba7af | |
parent | e1f2e1ae5f27d889e3d4bef1b23edcf8a6d804c0 (diff) | |
download | meta-openembedded-26ff2b97006eacb6baf336273d8574da67feeb0a.tar.gz |
python3-colorama: New recipe
Add new recipe python3-colorama as it is RDEPEND of python3-cmd2.
Import from meta-virtualization and upgrade it from 0.3.9 to 0.4.1.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb new file mode 100644 index 000000000..9cfca094e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Cross-platform colored terminal text." | ||
2 | HOMEPAGE = "https://github.com/tartley/colorama" | ||
3 | LICENSE = "BSD-2-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[md5sum] = "f927529cd1735f6f50ee2c61628e9c1f" | ||
9 | SRC_URI[sha256sum] = "05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d" | ||
10 | |||