From 78fa27f50a82b3a1fbaeddc42276b1a06aad204f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= Date: Sun, 3 Mar 2024 16:55:47 -0300 Subject: [PATCH] pylint: update to 3.1.0, adopt --- srcpkgs/pylint/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 4750ba4905ac29..55c50e970f270c 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,6 +1,6 @@ # Template file for 'pylint' pkgname=pylint -version=2.17.4 +version=3.1.0 revision=2 build_style=python3-pep517 make_build_args="--skip-dependency-check" @@ -11,11 +11,11 @@ depends="python3-astroid python3-isort python3-mccabe python3-tomlkit checkdepends="$depends python3-pytest python3-tkinter python3-six python3-GitPython git" short_desc="Python code static checker" -maintainer="Orphaned " +maintainer="André L. C. Moreira " license="GPL-2.0-or-later" homepage="https://pylint.pycqa.org" distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz" -checksum=a4be4ce65a5ab900fec8a6f38670e84c9720cb1b611991845c2c5ff136afb794 +checksum=c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092 do_check() { # FIXME: run upstream test suite