pylint: depend on python3-tomli; update homepage
This commit is contained in:
parent
7b6ca2abba
commit
b05d051de4
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'pylint'
|
||||
pkgname=pylint
|
||||
version=2.14.4
|
||||
revision=1
|
||||
revision=2
|
||||
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-tomlkit
|
||||
python3-platformdirs python3-dill"
|
||||
python3-tomli python3-platformdirs python3-dill"
|
||||
checkdepends="$depends python3-pytest python3-tkinter python3-six
|
||||
python3-GitPython git"
|
||||
short_desc="Python code static checker"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.pylint.org/"
|
||||
homepage="https://pylint.pycqa.org"
|
||||
changelog="https://raw.githubusercontent.com/PyCQA/pylint/main/doc/whatsnew/${version%.*.*}/${version%.*}/summary.rst"
|
||||
distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=fdd513198ccdf96f8b9a70aca3eb80050edf87b433595c67784c0f9ddac80bb5
|
||||
|
|
Loading…
Reference in New Issue