From fe03df156ce54b4d67fb98aaa1145e622b79554f Mon Sep 17 00:00:00 2001 From: Felix Snow Date: Fri, 1 Mar 2019 17:06:54 +0100 Subject: upgrade python-click from 6.7 to 7.0 Signed-off-by: Felix Snow Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-click.inc | 8 +++++--- meta-python/recipes-devtools/python/python-click_6.7.bb | 4 ---- meta-python/recipes-devtools/python/python-click_7.0.bb | 4 ++++ meta-python/recipes-devtools/python/python3-click_6.7.bb | 2 -- meta-python/recipes-devtools/python/python3-click_7.0.bb | 2 ++ 5 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-click_6.7.bb create mode 100644 meta-python/recipes-devtools/python/python-click_7.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-click_6.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-click_7.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc index c81545b151..60bc46f821 100644 --- a/meta-python/recipes-devtools/python/python-click.inc +++ b/meta-python/recipes-devtools/python/python-click.inc @@ -6,10 +6,10 @@ Line Interface Creation Kit". It's highly configurable but comes with \ sensible defaults out of the box." HOMEPAGE = "http://click.pocoo.org/" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c13ed890b210a882c1778216694c98c7" -SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" -SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" +SRC_URI[md5sum] = "7f53d50f7b7373ebc7963f9ff697450a" +SRC_URI[sha256sum] = "5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7" UPSTREAM_CHECK_REGEX = "click/(?P\d+(\.\d+)+)/" @@ -21,3 +21,5 @@ RDEPENDS_${PN} += "\ " BBCLASSEXTEND = "native nativesdk" + +PYPI_PACKAGE = "Click" diff --git a/meta-python/recipes-devtools/python/python-click_6.7.bb b/meta-python/recipes-devtools/python/python-click_6.7.bb deleted file mode 100644 index f63e27c843..0000000000 --- a/meta-python/recipes-devtools/python/python-click_6.7.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit pypi setuptools -require python-click.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" diff --git a/meta-python/recipes-devtools/python/python-click_7.0.bb b/meta-python/recipes-devtools/python/python-click_7.0.bb new file mode 100644 index 0000000000..f63e27c843 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-click_7.0.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools +require python-click.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" diff --git a/meta-python/recipes-devtools/python/python3-click_6.7.bb b/meta-python/recipes-devtools/python/python3-click_6.7.bb deleted file mode 100644 index 1920644042..0000000000 --- a/meta-python/recipes-devtools/python/python3-click_6.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-click.inc diff --git a/meta-python/recipes-devtools/python/python3-click_7.0.bb b/meta-python/recipes-devtools/python/python3-click_7.0.bb new file mode 100644 index 0000000000..1920644042 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-click_7.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-click.inc -- cgit v1.2.3-54-g00ecf