From ced349ec1958ae6dc736efda8bdc09f931d83e34 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 4 Apr 2022 22:12:28 +0200 Subject: [PATCH] pylint: update to 2.13.4. --- srcpkgs/pylint/template | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index f052f05f08..54af1e2f08 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,12 +1,12 @@ # Template file for 'pylint' pkgname=pylint -version=2.12.2 -revision=2 +version=2.13.4 +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-toml - python3-platformdirs" +depends="python3-astroid python3-isort python3-mccabe python3-tomli + python3-platformdirs python3-dill" checkdepends="$depends python3-pytest python3-tkinter python3-six python3-GitPython git" short_desc="Python code static checker" @@ -15,11 +15,7 @@ license="GPL-2.0-or-later" homepage="https://www.pylint.org/" changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog" distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz" -checksum=411308682f3d4578bb769e7fa549c8f34edf1033871d2e8cd5c3ce16a5741c59 - -post_patch() { - vsed -e 's/mccabe>=0.6,<0.7/mccabe>=0.6,<=0.7/' -i setup.cfg -} +checksum=34a5550bfe94f4ba04eee95367572224bc16dbd2456b3ece5fb92e15399f6cd8 post_install() { # install example config and emacs files