pylint: update to 2.13.7.
This commit is contained in:
parent
c0ea22d2c9
commit
026f32eba9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pylint'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=2.13.5
|
version=2.13.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
|
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
|
||||||
|
@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://www.pylint.org/"
|
homepage="https://www.pylint.org/"
|
||||||
changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
|
||||||
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=5450fd8014baf1663fb4860b7e1dc4f4c4eb9649598a210d68e97be0973c783f
|
checksum=c497a2b29e9c78322324e88b2303b388c28ed57a81601e365393ba68d976bc50
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# install example config and emacs files
|
# install example config and emacs files
|
||||||
|
|
Loading…
Reference in a new issue