[oe-commits] [meta-openembedded] 18/28: python-contextlib2/python3-contextlib2: add version 0.6.0

git at git.openembedded.org git at git.openembedded.org
Wed Nov 6 14:34:43 UTC 2019


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 0457201e178b0b1ba41f2fbf8203567d2816e5d1
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Tue Nov 5 23:49:32 2019 -0800

    python-contextlib2/python3-contextlib2: add version 0.6.0
    
    The python-contextlib2 is required by python-importlib-metadata,
    the newly added recipes refers the one in meta-cloud-services
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-contextlib2.inc       | 8 ++++++++
 meta-python/recipes-devtools/python/python-contextlib2_0.6.0.bb  | 3 +++
 meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb | 3 +++
 3 files changed, 14 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-contextlib2.inc b/meta-python/recipes-devtools/python/python-contextlib2.inc
new file mode 100644
index 0000000..50c93e9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-contextlib2.inc
@@ -0,0 +1,8 @@
+DESCRIPTION = "Backports and enhancements for the contextlib module"
+HOMEPAGE = "http://contextlib2.readthedocs.org/"
+SECTION = "devel/python"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
+
+SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979"
+SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3"
diff --git a/meta-python/recipes-devtools/python/python-contextlib2_0.6.0.bb b/meta-python/recipes-devtools/python/python-contextlib2_0.6.0.bb
new file mode 100644
index 0000000..87cffb9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-contextlib2_0.6.0.bb
@@ -0,0 +1,3 @@
+inherit pypi setuptools
+require python-contextlib2.inc
+
diff --git a/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb b/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb
new file mode 100644
index 0000000..1c0b560
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb
@@ -0,0 +1,3 @@
+inherit pypi setuptools3
+require python-contextlib2.inc
+

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


More information about the Openembedded-commits mailing list