mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +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'
|
||||
pkgname=pylint
|
||||
version=2.6.0
|
||||
revision=4
|
||||
version=2.7.4
|
||||
revision=1
|
||||
wrksrc="pylint-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -11,13 +11,10 @@ short_desc="Python code static checker"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.pylint.org/"
|
||||
changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
|
||||
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
||||
checksum=bb4a908c9dadbc3aac18860550e870f58e1a02c9f2c204fdf5693d73be061210
|
||||
|
||||
do_check() {
|
||||
# tests fail
|
||||
: #python3 -m pytest
|
||||
}
|
||||
checksum=bd38914c7731cdc518634a8d3c5585951302b6e2b6de60fbb3f7a0220e21eeee
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
# no tests
|
||||
|
|
Loading…
Add table
Reference in a new issue