diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb | 17 |
1 files changed, 17 insertions, 0 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 new file mode 100644 index 0000000000..206b03dd4d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.5.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] = "3b82bc542d5599896695512e7c32f42d" | ||
13 | SRC_URI[sha256sum] = "a07cd6615a6bf38cfa2f010b121c7e77b74a3e7b971ef3e475c3d33308014cbb" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||