summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-06 00:19:50 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:36 -0500
commit91ed2353847d4121e3dd8ad10ca0c24194ac9765 (patch)
treef07fb231138590b3b13429cc6041a77464541e1c /meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb
parent8871b7f65a54c36c14b7ce8ac266b6e9fab25d06 (diff)
downloadmeta-cloud-services-91ed2353847d4121e3dd8ad10ca0c24194ac9765.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb17
1 files changed, 17 insertions, 0 deletions
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 @@
1DESCRIPTION = "MessagePack (de)serializer"
2HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
6
7PR = "r0"
8SRCNAME = "msgpack-python"
9
10SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8b9ce43619fd1428bf7baddf57e38d1a"
13SRC_URI[sha256sum] = "d078094f0b29b2b93cb96a76febc70fbe90ae4eb131ff60a6dc038edda92c278"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools