pylint: update to 2.15.10.

This commit is contained in:
Michal Vasilek 2023-01-13 15:55:33 +01:00
parent 305e8f1fd7
commit ec9a287f29
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'pylint' # Template file for 'pylint'
pkgname=pylint pkgname=pylint
version=2.15.8 version=2.15.10
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
make_build_args="--skip-dependency-check --no-isolation --wheel" make_build_args="--skip-dependency-check --no-isolation --wheel"
@ -15,7 +15,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://pylint.pycqa.org" homepage="https://pylint.pycqa.org"
distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz" distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz"
checksum=0a4f659e7d80de094ee0bd9db243f1c921dcb82e8afa150844d0b04bec90f6e7 checksum=ba0be22b01f1e2b2abab33c72496e3194942307d2d89567d0363db858ab3c858
make_check=no # FIXME make_check=no # FIXME
post_install() { post_install() {