[oe-commits] [meta-openembedded] 08/77: python-msgpack: Add support for python3

git at git.openembedded.org git at git.openembedded.org
Mon Jun 12 07:11:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit d5f55bc60813704ab22287c347253fda48495335
Author: Moritz Fischer <moritz.fischer at ettus.com>
AuthorDate: Thu Jun 1 09:42:49 2017 -0700

    python-msgpack: Add support for python3
    
    Extend recipe to support python3
    
    Signed-off-by: Moritz Fischer <moritz.fischer at ettus.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../python/{python-msgpack_0.4.8.bb => python-msgpack.inc}    |  2 +-
 meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb   | 11 ++---------
 meta-python/recipes-devtools/python/python3-msgpack_0.4.8.bb  |  2 ++
 3 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb b/meta-python/recipes-devtools/python/python-msgpack.inc
similarity index 92%
copy from meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb
copy to meta-python/recipes-devtools/python/python-msgpack.inc
index 8a0ad8f..228ce59 100644
--- a/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb
+++ b/meta-python/recipes-devtools/python/python-msgpack.inc
@@ -6,4 +6,4 @@ SRC_URI[md5sum] = "dcd854fb41ee7584ebbf35e049e6be98"
 SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886"
 
 PYPI_PACKAGE = "msgpack-python"
-inherit pypi setuptools
+inherit pypi
diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb
index 8a0ad8f..2c2c8f2 100644
--- a/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb
+++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb
@@ -1,9 +1,2 @@
-SUMMARY = "MessagePack (de)serializer"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
-
-SRC_URI[md5sum] = "dcd854fb41ee7584ebbf35e049e6be98"
-SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886"
-
-PYPI_PACKAGE = "msgpack-python"
-inherit pypi setuptools
+require python-msgpack.inc
+inherit setuptools
diff --git a/meta-python/recipes-devtools/python/python3-msgpack_0.4.8.bb b/meta-python/recipes-devtools/python/python3-msgpack_0.4.8.bb
new file mode 100644
index 0000000..096d7dd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-msgpack_0.4.8.bb
@@ -0,0 +1,2 @@
+require python-msgpack.inc
+inherit setuptools3

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list