pylint: update to 2.13.4.

This commit is contained in:
Michal Vasilek 2022-04-04 22:12:28 +02:00
parent e970f5661f
commit ced349ec19

View file

@ -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