[oe-commits] [meta-openembedded] 23/46: python-greenlet: Add support for python3

git at git.openembedded.org git at git.openembedded.org
Mon Jun 5 11:12:21 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 2e328248111a932c0b67ab5fea91d1f3a017e8f2
Author: Moritz Fischer <moritz.fischer at ettus.com>
AuthorDate: Thu Jun 1 09:42:48 2017 -0700

    python-greenlet: Add support for python3
    
    Extend recipe to support python3 as well
    
    Signed-off-by: Moritz Fischer <moritz.fischer at ettus.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../{python-greenlet_0.4.12.bb => python-greenlet.inc}       |  3 +--
 .../recipes-devtools/python/python-greenlet_0.4.12.bb        | 12 ++----------
 .../recipes-devtools/python/python3-greenlet_0.4.12.bb       |  2 ++
 3 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb b/meta-python/recipes-devtools/python/python-greenlet.inc
similarity index 94%
copy from meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb
copy to meta-python/recipes-devtools/python/python-greenlet.inc
index 4fc2c1d..35820db 100644
--- a/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb
+++ b/meta-python/recipes-devtools/python/python-greenlet.inc
@@ -6,5 +6,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
 SRC_URI[md5sum] = "e8637647d58a26c4a1f51ca393e53c00"
 SRC_URI[sha256sum] = "e4c99c6010a5d153d481fdaf63b8a0782825c0721506d880403a3b9b82ae347e"
 
-inherit pypi distutils
-
+inherit pypi
diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb
index 4fc2c1d..c14976e 100644
--- a/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb
+++ b/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb
@@ -1,10 +1,2 @@
-SUMMARY = "Python lightweight in-process concurrent programming"
-LICENSE = "MIT & PSF"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
-                    file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
-
-SRC_URI[md5sum] = "e8637647d58a26c4a1f51ca393e53c00"
-SRC_URI[sha256sum] = "e4c99c6010a5d153d481fdaf63b8a0782825c0721506d880403a3b9b82ae347e"
-
-inherit pypi distutils
-
+inherit distutils
+require python-greenlet.inc
diff --git a/meta-python/recipes-devtools/python/python3-greenlet_0.4.12.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.12.bb
new file mode 100644
index 0000000..1aedf7f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-greenlet_0.4.12.bb
@@ -0,0 +1,2 @@
+inherit distutils3
+require python-greenlet.inc

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


More information about the Openembedded-commits mailing list