From 28a09d4f172954bf21ac34484e1473df3c6c4b81 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 1 Jun 2022 20:34:51 +0200 Subject: [PATCH] pylint: update to 2.14.2. --- srcpkgs/pylint/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 7abac2cbef1..e97c8420274 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,11 +1,11 @@ # Template file for 'pylint' pkgname=pylint -version=2.13.8 +version=2.14.2 revision=1 build_style=python3-module make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py" hostmakedepends="python3-setuptools" -depends="python3-astroid python3-isort python3-mccabe python3-tomli +depends="python3-astroid python3-isort python3-mccabe python3-tomlkit python3-platformdirs python3-dill" checkdepends="$depends python3-pytest python3-tkinter python3-six python3-GitPython git" @@ -13,9 +13,10 @@ short_desc="Python code static checker" maintainer="Michal Vasilek " license="GPL-2.0-or-later" homepage="https://www.pylint.org/" -changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog" +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=7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42 +checksum=f7420e582f5852599f866e727071542801adbad59b5e93e61a0147e056e94bc7 +make_check=no # FIXME post_install() { # install example config and emacs files