[oe-commits] Ben Shelton : python-msgpack: add recipe

git at git.openembedded.org git at git.openembedded.org
Fri Feb 27 07:06:04 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: fbaa530953e9748cb79cae4e0337ca308e93675f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fbaa530953e9748cb79cae4e0337ca308e93675f

Author: Ben Shelton <ben.shelton at ni.com>
Date:   Wed Feb 18 17:03:41 2015 -0600

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 at ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/python/python-msgpack_0.4.5.bb     | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

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 0000000..206b03d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
@@ -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



More information about the Openembedded-commits mailing list