[oe-commits] [meta-openembedded] 30/43: python-future: make recipe available as python3 version

git at git.openembedded.org git at git.openembedded.org
Mon Aug 13 06:24:58 UTC 2018


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

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

commit aee991551f113fa8b65b67155d4d36e6ccd2e3f5
Author: S. Lockwood-Childs <sjl at vctlabs.com>
AuthorDate: Mon Aug 6 17:45:07 2018 -0700

    python-future: make recipe available as python3 version
    
    Signed-off-by: S. Lockwood-Childs <sjl at vctlabs.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../python/{python-future_0.16.0.bb => python-future.inc} |  2 +-
 .../recipes-devtools/python/python-future_0.16.0.bb       | 15 ++-------------
 .../recipes-devtools/python/python3-future_0.16.0.bb      |  2 ++
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-future_0.16.0.bb b/meta-python/recipes-devtools/python/python-future.inc
similarity index 94%
copy from meta-python/recipes-devtools/python/python-future_0.16.0.bb
copy to meta-python/recipes-devtools/python/python-future.inc
index 46f7fe5..2247561 100644
--- a/meta-python/recipes-devtools/python/python-future_0.16.0.bb
+++ b/meta-python/recipes-devtools/python/python-future.inc
@@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c9
 
 PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
 
-inherit pypi setuptools
+inherit pypi
 
 BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python-future_0.16.0.bb b/meta-python/recipes-devtools/python/python-future_0.16.0.bb
index 46f7fe5..d95e1ba 100644
--- a/meta-python/recipes-devtools/python/python-future_0.16.0.bb
+++ b/meta-python/recipes-devtools/python/python-future_0.16.0.bb
@@ -1,13 +1,2 @@
-DESCRIPTION = "Clean single-source support for Python 3 and 2"
-HOMEPAGE = "https://python-future.org"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f457538b297bd0ef86564b8ac216ad7"
-
-SRC_URI[md5sum] = "3e8e88a2bda48d54b1da7634d04760d7"
-SRC_URI[sha256sum] = "e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb"
-
-PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
-
-inherit pypi setuptools
-
-BBCLASSEXTEND = "native"
+inherit setuptools
+require python-future.inc
diff --git a/meta-python/recipes-devtools/python/python3-future_0.16.0.bb b/meta-python/recipes-devtools/python/python3-future_0.16.0.bb
new file mode 100644
index 0000000..f059186
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-future_0.16.0.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-future.inc

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


More information about the Openembedded-commits mailing list