From 719c35844b39d1e56b8f8e6925222b84909ba7e7 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 20 May 2018 17:19:20 +0200 Subject: [PATCH] pylint: update to 1.9.1 --- srcpkgs/pylint/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index ad6ae27fbcc..33b370222af 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -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 " 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*