diff options
Diffstat (limited to 'meta-python')
3 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | DESCRIPTION = "Backports and enhancements for the contextlib module" | ||
2 | HOMEPAGE = "http://contextlib2.readthedocs.org/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "PSF" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" | ||
6 | |||
7 | SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979" | ||
8 | 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 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-contextlib2.inc | ||
3 | |||
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 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-contextlib2.inc | ||
3 | |||