mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
pylint: update to 2.16.2.
This commit is contained in:
parent
6b10386dc0
commit
cdeadfd4cf
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pylint'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=2.15.10
|
version=2.16.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_build_args="--skip-dependency-check --no-isolation --wheel"
|
make_build_args="--skip-dependency-check --no-isolation --wheel"
|
||||||
|
@ -15,15 +15,13 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
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=ba0be22b01f1e2b2abab33c72496e3194942307d2d89567d0363db858ab3c858
|
checksum=55e7cb236f706807bfecd2e3d710e98fb5657adffb5c8ef7fd7eb843c41c5841
|
||||||
make_check=no # FIXME
|
make_check=no # FIXME
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# install example config and emacs files
|
# install example config and emacs files
|
||||||
vsconf examples/pylintrc
|
vsconf examples/pylintrc
|
||||||
vsconf examples/pylintrc_camelcase
|
vsconf examples/pylintrc_camelcase
|
||||||
vsconf elisp/pylint.el
|
|
||||||
vsconf elisp/pylint-flymake.el
|
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pylint_package() {
|
python3-pylint_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue