From d87f119962094dc2cedc43b91e648e7238237213 Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Fri, 6 Jun 2014 10:13:50 -0400 Subject: termcolor: added recipe and dependency Some packages require the termcolor package, which is used to generate colour output on terminal screens. This change provides a recipe for installing the termcolor package. Signed-off-by: Keith Holman --- .../python/python-termcolor_1.1.0.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb new file mode 100644 index 0000000..d365d61 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb @@ -0,0 +1,26 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +DESCRIPTION = "ANSII Color formatting for output in terminal" +HOMEPAGE = "https://pypi.python.org/pypi/termcolor" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=809e8749b63567978acfbd81d9f6a27d" + +PR = "r0" +SRCNAME = "termcolor" + +SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ + " + +SRC_URI[md5sum] = "043e89644f8909d462fbbfa511c768df" +SRC_URI[sha256sum] = "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +DEPENDS += " \ + python-pip \ + " + -- cgit v1.2.3-54-g00ecf