diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-colorama_0.3.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-colorama_0.3.1.bb b/meta-openstack/recipes-devtools/python/python-colorama_0.3.1.bb new file mode 100644 index 0000000..507da5e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-colorama_0.3.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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=14d0b64047ed8f510b51ce0495995358" | ||
| 9 | |||
| 10 | PR = "r0" | ||
| 11 | SRCNAME = "colorama" | ||
| 12 | |||
| 13 | SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "95ce8bf32f5c25adea14b809db3509cb" | ||
| 17 | SRC_URI[sha256sum] = "012261ba542a5b18076cac0eaa3892ebe6098e170591e08a8fc0fbf8ab3d5c90" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 20 | |||
| 21 | inherit setuptools | ||
| 22 | |||
| 23 | DEPENDS += " \ | ||
| 24 | python-pip \ | ||
| 25 | " | ||
| 26 | |||
