pylint: depend on python3-toml
pls check for new dependencies on updates... Close: #24774
This commit is contained in:
parent
3aa6b95647
commit
903f664d1a
1 changed files with 3 additions and 5 deletions
|
@ -1,16 +1,14 @@
|
||||||
# Template file for 'pylint'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=2.6.0
|
version=2.6.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
wrksrc="pylint-${version}"
|
wrksrc="pylint-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pylint"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-astroid python3-six python3-isort python3-mccabe"
|
depends="python3-astroid python3-six python3-isort python3-mccabe python3-toml"
|
||||||
checkdepends="python3-astroid python3-isort python3-mccabe python3-pytest python3-toml"
|
checkdepends="python3-astroid python3-isort python3-mccabe python3-pytest python3-toml"
|
||||||
short_desc="Python code static checker"
|
short_desc="Python code static checker"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.pylint.org/"
|
homepage="http://www.pylint.org/"
|
||||||
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue