pylint: update to 1.9.1
This commit is contained in:
parent
afb4c4e6cd
commit
719c35844b
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pylint'
|
||||
pkgname=pylint
|
||||
version=1.8.4
|
||||
version=1.9.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pylint-${version}"
|
||||
|
@ -13,9 +13,9 @@ depends="python-setuptools python-astroid python-six python-isort python-mccabe
|
|||
short_desc="Python2 code static checker"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://www.pylint.org/"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
||||
checksum=34738a82ab33cbd3bb6cd4cef823dbcabdd2b6b48a4e3a3054a2bbbf0c712be9
|
||||
checksum=c353d8225195b37cc3aef18248b8f3fe94c5a6a95affaf885ae21a24ca31d8eb
|
||||
|
||||
alternatives="
|
||||
pylint:epylint:/usr/bin/epylint2
|
||||
|
@ -58,9 +58,9 @@ python3-pylint_package() {
|
|||
pylint:pyreverse.1:/usr/share/man/man1/pyreverse3.1
|
||||
pylint:symilar.1:/usr/share/man/man1/symilar3.1"
|
||||
noarch=yes
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3-setuptools python3-astroid python3-six python3-isort python3-mccabe"
|
||||
pycompile_module="pylint"
|
||||
depends="python3-setuptools python3-astroid python3-six python3-isort python3-mccabe"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/*3
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue