mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
python-msgpack: add recipe
python-msgpack implements the MessagePack binary serialization format for Python. Copied from commit 91ed2353847d4121e3dd8ad10ca0c24194ac9765 in meta-cloud-services/meta-openstack and updated to version 0.4.5. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
d3f82f82f4
commit
8b0a43983c
17
meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
Normal file
17
meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
DESCRIPTION = "MessagePack (de)serializer"
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
|
||||
|
||||
PR = "r0"
|
||||
SRCNAME = "msgpack-python"
|
||||
|
||||
SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "3b82bc542d5599896695512e7c32f42d"
|
||||
SRC_URI[sha256sum] = "a07cd6615a6bf38cfa2f010b121c7e77b74a3e7b971ef3e475c3d33308014cbb"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
Loading…
Reference in New Issue
Block a user