pylint: update to 1.5.0
This commit is contained in:
parent
b3a6a5dd57
commit
adc3445891
1 changed files with 5 additions and 7 deletions
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'pylint'
|
||||
pkgname=pylint
|
||||
version=1.4.4
|
||||
revision=3
|
||||
replaces="pylint-gui>=0"
|
||||
version=1.5.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pylint-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-setuptools python-astroid python-six"
|
||||
depends="python-setuptools python-astroid>=1.4.1 python-six"
|
||||
pycompile_module="pylint"
|
||||
short_desc="Python2 code static checker"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://www.pylint.org/"
|
||||
license="GPL-2"
|
||||
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
||||
checksum=0561af4d6bd4fa9e8e02f3997fe93684f7187c57bcef9db8c2ea9fb0d7d2f022
|
||||
checksum=7fcf665204af58821cbd208b4d3dda4776b79833c413450bd97095f0afb028dd
|
||||
|
||||
post_install() {
|
||||
# no tests
|
||||
|
@ -39,9 +38,8 @@ post_install() {
|
|||
|
||||
python3.4-pylint_package() {
|
||||
noarch=yes
|
||||
replaces="python3.4-pylint-gui>=0"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
depends="python3.4-setuptools python3.4-astroid python3.4-six"
|
||||
depends="python3.4-setuptools python3.4-astroid>=1.4.1 python3.4-six"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="pylint"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue