diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-11-29 10:29:37 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-01 23:17:09 -0500 |
| commit | c5b5ae21fec08988a9c4aa0a2a7be239f7a116dc (patch) | |
| tree | 660c66371270a9640cf6623f0f26fc15b1fd68f6 /meta-openstack/recipes-devtools/python | |
| parent | b68a8a21a5e76e14eac6067d52afc588769c6a82 (diff) | |
| download | meta-cloud-services-c5b5ae21fec08988a9c4aa0a2a7be239f7a116dc.tar.gz | |
python-colorama: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
3 files changed, 23 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-colorama.inc b/meta-openstack/recipes-devtools/python/python-colorama.inc new file mode 100644 index 0000000..4b5dc79 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-colorama.inc | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | DESCRIPTION = "Simple cross-platform colored terminal text in Python" | ||
| 5 | HOMEPAGE = "http://pypi.python.org/pypi/colorama" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | LICENSE = "BSD" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "f927529cd1735f6f50ee2c61628e9c1f" | ||
| 11 | SRC_URI[sha256sum] = "05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d" | ||
| 12 | |||
| 13 | inherit pypi | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 16 | ${PYTHON_PN}-pip \ | ||
| 17 | " | ||
| 18 | |||
diff --git a/meta-openstack/recipes-devtools/python/python-colorama_0.4.1.bb b/meta-openstack/recipes-devtools/python/python-colorama_0.4.1.bb index 7df4e97..097193f 100644 --- a/meta-openstack/recipes-devtools/python/python-colorama_0.4.1.bb +++ b/meta-openstack/recipes-devtools/python/python-colorama_0.4.1.bb | |||
| @@ -1,18 +1,3 @@ | |||
| 1 | # | 1 | require python-colorama.inc |
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | 2 | inherit setuptools |
| 3 | # | ||
| 4 | DESCRIPTION = "Simple cross-platform colored terminal text in Python" | ||
| 5 | HOMEPAGE = "http://pypi.python.org/pypi/colorama" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | LICENSE = "BSD" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "f927529cd1735f6f50ee2c61628e9c1f" | ||
| 11 | SRC_URI[sha256sum] = "05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d" | ||
| 12 | |||
| 13 | inherit setuptools pypi | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 16 | python-pip \ | ||
| 17 | " | ||
| 18 | 3 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb b/meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb new file mode 100644 index 0000000..89c2fea --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | require python-colorama.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
