mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-pylint: Updated for version 2.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4ba7c37e25
commit
09831e5109
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python3-pylint
|
||||
SRCNAM=pylint
|
||||
VERSION=${VERSION:-2.2.2}
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pylint"
|
||||
VERSION="2.2.2"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="https://www.pylint.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/92/8e/e86eb8dbc10ee845b1c04ed9eaeafb981331f6db5dc05ba21555fcbe7595/pylint-2.2.2.tar.gz"
|
||||
MD5SUM="6bece9ce12a7461266ecc1908da8d492"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/01/8b/538911c0ebc2529f15004f4cb07e3ca562bb9aacea5df89cc25b62e01891/pylint-2.3.1.tar.gz"
|
||||
MD5SUM="37b39717a69ab48fbe29aacc3bb3047c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-astroid python3-isort python3-mccabe"
|
||||
|
|
Loading…
Reference in a new issue