summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
index 1b6d765e5..55a2ff191 100644
--- a/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
+++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
@@ -1,17 +1,11 @@
1SUMMARY = "MessagePack (de)serializer" 1SUMMARY = "MessagePack (de)serializer"
2HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" 3LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
6 4
7PR = "r0" 5PR = "r0"
8SRCNAME = "msgpack-python"
9
10SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 6
12SRC_URI[md5sum] = "3b82bc542d5599896695512e7c32f42d" 7SRC_URI[md5sum] = "3b82bc542d5599896695512e7c32f42d"
13SRC_URI[sha256sum] = "a07cd6615a6bf38cfa2f010b121c7e77b74a3e7b971ef3e475c3d33308014cbb" 8SRC_URI[sha256sum] = "a07cd6615a6bf38cfa2f010b121c7e77b74a3e7b971ef3e475c3d33308014cbb"
14 9
15S = "${WORKDIR}/${SRCNAME}-${PV}" 10PYPI_PACKAGE = "msgpack-python"
16 11inherit pypi setuptools
17inherit setuptools