mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
pylint: update to 2.7.4.
This commit is contained in:
parent
b274209513
commit
3ddf75d093
1 changed files with 5 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pylint'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=2.6.0
|
version=2.7.4
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="pylint-${version}"
|
wrksrc="pylint-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,13 +11,10 @@ short_desc="Python code static checker"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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/"
|
||||||
|
changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
|
||||||
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
||||||
checksum=bb4a908c9dadbc3aac18860550e870f58e1a02c9f2c204fdf5693d73be061210
|
checksum=bd38914c7731cdc518634a8d3c5585951302b6e2b6de60fbb3f7a0220e21eeee
|
||||||
|
make_check=no
|
||||||
do_check() {
|
|
||||||
# tests fail
|
|
||||||
: #python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# no tests
|
# no tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue