From 82c77a76841299003faafbe0d9b8fc87b1182226 Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Fri, 6 Jun 2014 10:15:34 -0400 Subject: colorama: python package for terminal colours Colorama is a python interface for sending ASCII terminal codes to facilitate setting cursor locations and outputting color to terminal windows. This change provides a recipe for obtaining the colorama package. Signed-off-by: Keith Holman --- .../python/python-colorama_0.3.1.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-colorama_0.3.1.bb (limited to 'meta-openstack/recipes-devtools/python') 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 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +DESCRIPTION = "Simple cross-platform colored terminal text in Python" +HOMEPAGE = "http://pypi.python.org/pypi/colorama" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14d0b64047ed8f510b51ce0495995358" + +PR = "r0" +SRCNAME = "colorama" + +SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ + " + +SRC_URI[md5sum] = "95ce8bf32f5c25adea14b809db3509cb" +SRC_URI[sha256sum] = "012261ba542a5b18076cac0eaa3892ebe6098e170591e08a8fc0fbf8ab3d5c90" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + -- cgit v1.2.3-54-g00ecf