mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python3-pylint: Updated for version 2.7.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8606193281
commit
7b05f175be
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python3-pylint
|
||||
SRCNAM=pylint
|
||||
VERSION=${VERSION:-2.7.2}
|
||||
VERSION=${VERSION:-2.7.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pylint"
|
||||
VERSION="2.7.2"
|
||||
VERSION="2.7.4"
|
||||
HOMEPAGE="https://www.pylint.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/5c/09/4948cd0ad3ef8ab707bab1169bc73672bda3ede1c92e528b02b940be67e8/pylint-2.7.2.tar.gz"
|
||||
MD5SUM="1e085a3680f12a4ed4ecc8fd01bb3038"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/2d/5b/491cf9e85288c29759a6535e6009938c2141b137b27a0653e435dcbad6a2/pylint-2.7.4.tar.gz"
|
||||
MD5SUM="448218b9b424be9b3012dd60ee14ad94"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-toml python3-astroid python3-isort python3-mccabe"
|
||||
|
|
Loading…
Reference in a new issue