From a70245759f8dd54092a3ae8179bd9e1bc57e1aa2 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 5 Nov 2022 12:35:44 +0100 Subject: [PATCH] pylint: update to 2.15.5. --- srcpkgs/pylint/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index e8f7221bd3b..a25058b5442 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,10 +1,10 @@ # Template file for 'pylint' pkgname=pylint -version=2.14.5 -revision=2 -build_style=python3-module +version=2.15.5 +revision=1 +build_style=python3-pep517 make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py" -hostmakedepends="python3-setuptools" +hostmakedepends="python3-wheel" depends="python3-astroid python3-isort python3-mccabe python3-tomlkit python3-tomli python3-platformdirs python3-dill" checkdepends="$depends python3-pytest python3-tkinter python3-six @@ -13,9 +13,8 @@ short_desc="Python code static checker" maintainer="Michal Vasilek " license="GPL-2.0-or-later" homepage="https://pylint.pycqa.org" -changelog="https://raw.githubusercontent.com/PyCQA/pylint/main/doc/whatsnew/${version%.*.*}/${version%.*}/summary.rst" distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz" -checksum=be7c852b6b3ef1b1cbd56511c4ae51abdf933eb79684bcf7e2c4fb31b545cfaf +checksum=05a51f3382651642bae32a4e5036b340f6d3b2e666713fb139ce3bbc274f04dc make_check=no # FIXME post_install() {