From 935dd6efa858d551420dd41829d7e9b621664c00 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Mar 2022 13:25:22 +0000 Subject: python3-pylint: upgrade to 2.12.2 The test suite is no longer shipped in the sources, so remove PN-tests. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-pylint_2.12.2.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pylint_2.12.2.bb (limited to 'meta-python/recipes-devtools/python/python3-pylint_2.12.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-pylint_2.12.2.bb b/meta-python/recipes-devtools/python/python3-pylint_2.12.2.bb new file mode 100644 index 0000000000..6407417d7b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pylint_2.12.2.bb @@ -0,0 +1,18 @@ +SUMMARY="Pylint is a Python source code analyzer" +HOMEPAGE= "http://www.pylint.org/" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" + +SRC_URI[sha256sum] = "9d945a73640e1fec07ee34b42f5669b770c759acd536ec7b16d7e4b87a9c9ff9" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "${PYTHON_PN}-astroid \ + ${PYTHON_PN}-isort \ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-pkgutil \ + ${PYTHON_PN}-difflib \ + ${PYTHON_PN}-netserver \ + " -- cgit v1.2.3-54-g00ecf