diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-06 16:12:01 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-10 09:48:17 -0400 |
| commit | 9fee3899ae3403c257ee7c4d87b2448d7bef0484 (patch) | |
| tree | ef93ffbe853f549a1cd18c82e2f4f4b6443449f5 /meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb | |
| parent | 8bff7f0af0c8dd53905fab0b300244c48225633d (diff) | |
| download | meta-cloud-services-9fee3899ae3403c257ee7c4d87b2448d7bef0484.tar.gz | |
python-msgpack: upgrade 0.4.5 -> 0.4.6
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb new file mode 100644 index 0000000..96ec047 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "MessagePack (de)serializer" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "msgpack-python" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8b317669314cf1bc881716cccdaccb30" | ||
| 13 | SRC_URI[sha256sum] = "bfcc581c9dbbf07cc2f951baf30c3249a57e20dcbd60f7e6ffc43ab3cc614794" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
