mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=1.8.4
|
version=1.9.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pylint-${version}"
|
wrksrc="pylint-${version}"
|
||||||
|
@ -13,9 +13,9 @@ depends="python-setuptools python-astroid python-six python-isort python-mccabe
|
||||||
short_desc="Python2 code static checker"
|
short_desc="Python2 code static checker"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.pylint.org/"
|
homepage="http://www.pylint.org/"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
||||||
checksum=34738a82ab33cbd3bb6cd4cef823dbcabdd2b6b48a4e3a3054a2bbbf0c712be9
|
checksum=c353d8225195b37cc3aef18248b8f3fe94c5a6a95affaf885ae21a24ca31d8eb
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
pylint:epylint:/usr/bin/epylint2
|
pylint:epylint:/usr/bin/epylint2
|
||||||
|
@ -58,9 +58,9 @@ python3-pylint_package() {
|
||||||
pylint:pyreverse.1:/usr/share/man/man1/pyreverse3.1
|
pylint:pyreverse.1:/usr/share/man/man1/pyreverse3.1
|
||||||
pylint:symilar.1:/usr/share/man/man1/symilar3.1"
|
pylint:symilar.1:/usr/share/man/man1/symilar3.1"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
depends="python3-setuptools python3-astroid python3-six python3-isort python3-mccabe"
|
|
||||||
pycompile_module="pylint"
|
pycompile_module="pylint"
|
||||||
|
depends="python3-setuptools python3-astroid python3-six python3-isort python3-mccabe"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/*3
|
vmove usr/bin/*3
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue