parent
4701e8f86f
commit
0ca9384545
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pylint'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=2.17.4
|
version=3.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_build_args="--skip-dependency-check"
|
make_build_args="--skip-dependency-check"
|
||||||
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
|
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
|
||||||
|
@ -11,11 +11,11 @@ depends="python3-astroid python3-isort python3-mccabe python3-tomlkit
|
||||||
checkdepends="$depends python3-pytest python3-tkinter python3-six
|
checkdepends="$depends python3-pytest python3-tkinter python3-six
|
||||||
python3-GitPython git"
|
python3-GitPython git"
|
||||||
short_desc="Python code static checker"
|
short_desc="Python code static checker"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="André L. C. Moreira <andrelcmoreira@disroot.org>"
|
||||||
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=a4be4ce65a5ab900fec8a6f38670e84c9720cb1b611991845c2c5ff136afb794
|
checksum=c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# FIXME: run upstream test suite
|
# FIXME: run upstream test suite
|
||||||
|
|
Loading…
Reference in New Issue