From f16db652876c869df9ec7e6ca350c67a66ee9297 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Fri, 2 Aug 2019 08:59:28 +0800 Subject: python-pycodestyle: upgrade 2.4.0 -> 2.5.0 Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pycodestyle.inc | 4 ++-- .../recipes-devtools/python/python-pycodestyle_2.4.0.bb | 10 ---------- .../recipes-devtools/python/python-pycodestyle_2.5.0.bb | 10 ++++++++++ .../recipes-devtools/python/python3-pycodestyle_2.4.0.bb | 2 -- .../recipes-devtools/python/python3-pycodestyle_2.5.0.bb | 2 ++ 5 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pycodestyle_2.5.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pycodestyle_2.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pycodestyle_2.5.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pycodestyle.inc b/meta-python/recipes-devtools/python/python-pycodestyle.inc index c0e46b7ea1..96cdc5deeb 100644 --- a/meta-python/recipes-devtools/python/python-pycodestyle.inc +++ b/meta-python/recipes-devtools/python/python-pycodestyle.inc @@ -4,8 +4,8 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=01831ddbaf398471da3cc87f5037e822" -SRC_URI[md5sum] = "85bbebd2c90d2f833c1db467d4d0e9a3" -SRC_URI[sha256sum] = "cbfca99bd594a10f674d0cd97a3d802a1fdef635d4361e1a2658de47ed261e3a" +SRC_URI[md5sum] = "40e7a76f364a18f531aaba11a4476e21" +SRC_URI[sha256sum] = "e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb b/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb deleted file mode 100644 index ec6c12f2f1..0000000000 --- a/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -inherit setuptools -require python-pycodestyle.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-lang" - -do_install_append () { - if [ -f ${D}${bindir}/pycodestyle ]; then - mv ${D}${bindir}/pycodestyle ${D}${bindir}/pycodestyle-2 - fi -} diff --git a/meta-python/recipes-devtools/python/python-pycodestyle_2.5.0.bb b/meta-python/recipes-devtools/python/python-pycodestyle_2.5.0.bb new file mode 100644 index 0000000000..ec6c12f2f1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pycodestyle_2.5.0.bb @@ -0,0 +1,10 @@ +inherit setuptools +require python-pycodestyle.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-lang" + +do_install_append () { + if [ -f ${D}${bindir}/pycodestyle ]; then + mv ${D}${bindir}/pycodestyle ${D}${bindir}/pycodestyle-2 + fi +} diff --git a/meta-python/recipes-devtools/python/python3-pycodestyle_2.4.0.bb b/meta-python/recipes-devtools/python/python3-pycodestyle_2.4.0.bb deleted file mode 100644 index cedcdb3bf8..0000000000 --- a/meta-python/recipes-devtools/python/python3-pycodestyle_2.4.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pycodestyle.inc diff --git a/meta-python/recipes-devtools/python/python3-pycodestyle_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pycodestyle_2.5.0.bb new file mode 100644 index 0000000000..cedcdb3bf8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycodestyle_2.5.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pycodestyle.inc -- cgit v1.2.3-54-g00ecf