From 47a88044f10eadcd3b690766370e8ee69bef5e90 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 5 Nov 2019 23:49:32 -0800 Subject: 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 Signed-off-by: Khem Raj --- 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(+) create mode 100644 meta-python/recipes-devtools/python/python-contextlib2.inc create mode 100644 meta-python/recipes-devtools/python/python-contextlib2_0.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb 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 0000000000..50c93e9433 --- /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 0000000000..87cffb98fc --- /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 0000000000..1c0b560b41 --- /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 + -- cgit v1.2.3-54-g00ecf