mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-pylint: Updated for version 2.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
91a67d79c8
commit
3b17687002
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python3-pylint
|
||||
SRCNAM=pylint
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pylint"
|
||||
VERSION="2.3.1"
|
||||
VERSION="2.4.1"
|
||||
HOMEPAGE="https://www.pylint.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/01/8b/538911c0ebc2529f15004f4cb07e3ca562bb9aacea5df89cc25b62e01891/pylint-2.3.1.tar.gz"
|
||||
MD5SUM="37b39717a69ab48fbe29aacc3bb3047c"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/0c/e3/35abd516131c3dbf129cc9589e25877d1c73a835c659346a33a69b76818e/pylint-2.4.1.tar.gz"
|
||||
MD5SUM="56963661329e23c7c11545da125c4ba9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-astroid python3-isort python3-mccabe"
|
||||
|
|
Loading…
Reference in a new issue