mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
pylint: update to 2.17.2.
This commit is contained in:
parent
bd783e4e96
commit
1dd2770513
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'pylint'
|
||||
pkgname=pylint
|
||||
version=2.16.2
|
||||
version=2.17.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_build_args="--skip-dependency-check --no-isolation --wheel"
|
||||
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
|
||||
python3-tomli python3-platformdirs python3-dill"
|
||||
python3-platformdirs python3-dill"
|
||||
checkdepends="$depends python3-pytest python3-tkinter python3-six
|
||||
python3-GitPython git"
|
||||
short_desc="Python code static checker"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://pylint.pycqa.org"
|
||||
distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=55e7cb236f706807bfecd2e3d710e98fb5657adffb5c8ef7fd7eb843c41c5841
|
||||
checksum=4e1052a2cf2d9c3098382e395519abaa3ebec8d5b749cad8d249cccb799adb05
|
||||
make_check=no # FIXME
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue