summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:34 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:34 -0400
commit71d6d1ee6e878b8a545fc2d936edc4605ffaa894 (patch)
tree85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.bb
parentb9b8020284e0855663f8fcf186a8db367b70c58d (diff)
parentff75c955954b32c1aa6fa301303e9df5ef53078e (diff)
downloadmeta-cloud-services-71d6d1ee6e878b8a545fc2d936edc4605ffaa894.tar.gz
Merge branch 'master' into kilo
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.bb b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.bb
new file mode 100644
index 0000000..206b03d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.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] = "3b82bc542d5599896695512e7c32f42d"
13SRC_URI[sha256sum] = "a07cd6615a6bf38cfa2f010b121c7e77b74a3e7b971ef3e475c3d33308014cbb"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools