From 91ed2353847d4121e3dd8ad10ca0c24194ac9765 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Nov 2013 00:19:50 -0500 Subject: python-msgpack: introduce recipe ceilometer requires python-msgpack, so we add it as a package and eventually into the RDEPENDS of ceilometer. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-msgpack_0.4.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb new file mode 100644 index 0000000..6ce4db6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "MessagePack (de)serializer" +HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" + +PR = "r0" +SRCNAME = "msgpack-python" + +SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "8b9ce43619fd1428bf7baddf57e38d1a" +SRC_URI[sha256sum] = "d078094f0b29b2b93cb96a76febc70fbe90ae4eb131ff60a6dc038edda92c278" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf