From 550af394bf718ebfdd0c5583412ca42f1a09ab5e Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 25 Sep 2021 22:50:09 +0200 Subject: [PATCH] pylint: update to 2.11.1. --- srcpkgs/pylint/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 91c8f694513..f9dce1f3fee 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,12 +1,12 @@ # Template file for 'pylint' pkgname=pylint -version=2.10.2 +version=2.11.1 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" + python3-platformdirs python3-typing_extensions" checkdepends="$depends python3-pytest python3-tkinter python3-six" short_desc="Python code static checker" maintainer="Michal Vasilek " @@ -14,7 +14,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=639254a0ef06dacfcfb27ce01bc3b1ddf27dbe702ba0685ae0286e0d02ff9194 +checksum=b797b4906068c616db2aaf364e56506d42b130474e98a16a0e2b9eb72fa0b1b7 post_install() { # install example config and emacs files