mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
pylint: update to 1.6.4
This commit is contained in:
parent
99c658af89
commit
626a5b0346
1 changed files with 7 additions and 6 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'pylint'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=1.5.6
|
version=1.6.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pylint-${version}"
|
wrksrc="pylint-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-setuptools python-astroid>=1.4.1 python-six"
|
|
||||||
pycompile_module="pylint"
|
pycompile_module="pylint"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python-setuptools python-astroid python-six python-isort python-mccabe
|
||||||
|
python-backports.configparser python-backports.functools_lru_cache"
|
||||||
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"
|
||||||
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
||||||
checksum=303bdd755048feec2c1fe1ea16e8f4306636f02845510ff3d5922ae2d6fe35cc
|
checksum=ef901a34b62ed7a734370ba5b162d890231ba8822abe88c6dda1268e2575f5f1
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
pylint:epylint:/usr/bin/epylint2
|
pylint:epylint:/usr/bin/epylint2
|
||||||
|
@ -58,7 +59,7 @@ python3-pylint_package() {
|
||||||
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}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
depends="python3-setuptools python3-astroid>=1.4.1 python3-six"
|
depends="python3-setuptools python3-astroid python3-six python3-isort python3-mccabe"
|
||||||
pycompile_module="pylint"
|
pycompile_module="pylint"
|
||||||
replaces="python3.4-pylint>=0"
|
replaces="python3.4-pylint>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue