python/python3-pylint: Updated for version 2.14.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
645b3440bb
commit
86e65de667
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for python3-pylint
|
# Slackware build script for python3-pylint
|
||||||
|
|
||||||
|
# Copyright 2022 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# Copyright 2018 Markus Rinne Finland
|
# Copyright 2018 Markus Rinne Finland
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python3-pylint
|
PRGNAM=python3-pylint
|
||||||
SRCNAM=pylint
|
SRCNAM=pylint
|
||||||
VERSION=${VERSION:-2.10.1}
|
VERSION=${VERSION:-2.14.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="python3-pylint"
|
PRGNAM="python3-pylint"
|
||||||
VERSION="2.10.1"
|
VERSION="2.14.5"
|
||||||
HOMEPAGE="https://www.pylint.org"
|
HOMEPAGE="https://www.pylint.org"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/bd/8e/17dc5445c1614afe4df858c1d8ed2aedc5ec98e193527b78e3a19513e491/pylint-2.10.1.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/82/e5/ae649803c4f3a4e47720337352af046089f8e9ff8a25958199df74268984/pylint-2.14.5.tar.gz"
|
||||||
MD5SUM="82fe955282c1068240bab31021cb3c1a"
|
MD5SUM="6c095d6908c18fe69553e8a075fbe05b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python-toml python3-astroid python3-isort python3-mccabe"
|
REQUIRES="python-toml python3-astroid python3-isort python3-mccabe python3-dill python3-tomlkit python3-platformdirs"
|
||||||
MAINTAINER="Markus Rinne"
|
MAINTAINER="Dimitris Zlatanidis"
|
||||||
EMAIL="markus.ka.rinne@gmail.com"
|
EMAIL="d.zlatanidis@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue