From 5fd25205ac2546cb3fdc6fb21def108c2f86c0c1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 22 Feb 2017 19:16:19 -0500 Subject: python-pylint: update to version 1.6.5 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-pylint_1.6.4.bb | 44 ---------------------- .../recipes-devtools/python/python-pylint_1.6.5.bb | 44 ++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pylint_1.6.4.bb create mode 100644 meta-python/recipes-devtools/python/python-pylint_1.6.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pylint_1.6.4.bb b/meta-python/recipes-devtools/python/python-pylint_1.6.4.bb deleted file mode 100644 index 2e34451009..0000000000 --- a/meta-python/recipes-devtools/python/python-pylint_1.6.4.bb +++ /dev/null @@ -1,44 +0,0 @@ -SUMMARY="Pylint is a Python source code analyzer" -HOMEPAGE= "http://www.pylint.org/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" - -SRC_URI[md5sum] = "66ba9c27e067568bdabcdd7c21303903" -SRC_URI[sha256sum] = "ef901a34b62ed7a734370ba5b162d890231ba8822abe88c6dda1268e2575f5f1" - -RDEPENDS_${PN} += "python-codecs \ - python-contextlib \ - python-core \ - python-distutils \ - python-io \ - python-lang \ - python-multiprocessing \ - python-netserver \ - python-numbers \ - python-pickle \ - python-re \ - python-shell \ - python-six \ - python-stringold \ - python-subprocess \ - python-textutils \ - python-unittest \ - python-backports-functools-lru-cache \ - python-setuptools \ - python-astroid \ - python-wrapt \ - python-isort \ - python-lazy-object-proxy \ - " - -inherit pypi setuptools - -do_install_append(){ - rm ${D}${bindir}/pylint - cat >> ${D}${bindir}/pylint <> ${D}${bindir}/pylint <