diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
4 files changed, 8 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python-more-itertools.inc b/meta-python/recipes-devtools/python/python-more-itertools.inc index 8d814a6f03..33095b3d38 100644 --- a/meta-python/recipes-devtools/python/python-more-itertools.inc +++ b/meta-python/recipes-devtools/python/python-more-itertools.inc | |||
@@ -2,6 +2,3 @@ DESCRIPTION = "More routines for operating on iterables, beyond itertools" | |||
2 | HOMEPAGE = "https://github.com/erikrose/more-itertools" | 2 | HOMEPAGE = "https://github.com/erikrose/more-itertools" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" |
5 | |||
6 | SRC_URI[md5sum] = "f647bfd27243a7bebe53b5ddb6a3b1c4" | ||
7 | SRC_URI[sha256sum] = "409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832" | ||
diff --git a/meta-python/recipes-devtools/python/python-more-itertools_5.0.0.bb b/meta-python/recipes-devtools/python/python-more-itertools_5.0.0.bb new file mode 100644 index 0000000000..c66e55caca --- /dev/null +++ b/meta-python/recipes-devtools/python/python-more-itertools_5.0.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-more-itertools.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "f2ea58aa336ce6c13b7b225b3bbe305d" | ||
5 | SRC_URI[sha256sum] = "38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4" | ||
diff --git a/meta-python/recipes-devtools/python/python-more-itertools_7.2.0.bb b/meta-python/recipes-devtools/python/python-more-itertools_7.2.0.bb deleted file mode 100644 index 0702aad4ef..0000000000 --- a/meta-python/recipes-devtools/python/python-more-itertools_7.2.0.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-more-itertools.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-more-itertools_7.2.0.bb b/meta-python/recipes-devtools/python/python3-more-itertools_7.2.0.bb index 28ddf88fb8..06d45ce545 100644 --- a/meta-python/recipes-devtools/python/python3-more-itertools_7.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-more-itertools_7.2.0.bb | |||
@@ -1,2 +1,5 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-more-itertools.inc | 2 | require python-more-itertools.inc |
3 | |||
4 | SRC_URI[md5sum] = "f647bfd27243a7bebe53b5ddb6a3b1c4" | ||
5 | SRC_URI[sha256sum] = "409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832" | ||