diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-04-27 21:12:49 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-28 12:05:53 +0700 |
commit | 5d6b3df44e63babab8642628abd95a78c5032e6f (patch) | |
tree | b8039aa04dddf8e4516431ca8825c66f22dc6b58 | |
parent | 8e6abf4894d159088b312a137769ca3bd1d3112b (diff) | |
download | slackbuilds-5d6b3df44e63babab8642628abd95a78c5032e6f.tar.gz |
python/python3-pylint: Updated for version 2.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-pylint/python3-pylint.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-pylint/python3-pylint.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-pylint/python3-pylint.SlackBuild b/python/python3-pylint/python3-pylint.SlackBuild index 19317a2243..130d7d4bac 100644 --- a/python/python3-pylint/python3-pylint.SlackBuild +++ b/python/python3-pylint/python3-pylint.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-pylint SRCNAM=pylint -VERSION=${VERSION:-2.7.4} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - PKG-INFO README.rst ChangeLog COPYING DEPENDS \ + LICENSE PKG-INFO README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python3-pylint/python3-pylint.info b/python/python3-pylint/python3-pylint.info index 87e73424ee..1ee9599132 100644 --- a/python/python3-pylint/python3-pylint.info +++ b/python/python3-pylint/python3-pylint.info @@ -1,8 +1,8 @@ PRGNAM="python3-pylint" -VERSION="2.7.4" +VERSION="2.8.0" HOMEPAGE="https://www.pylint.org" -DOWNLOAD="https://files.pythonhosted.org/packages/2d/5b/491cf9e85288c29759a6535e6009938c2141b137b27a0653e435dcbad6a2/pylint-2.7.4.tar.gz" -MD5SUM="448218b9b424be9b3012dd60ee14ad94" +DOWNLOAD="https://files.pythonhosted.org/packages/50/19/c3df4f895b972c3b3b276d51b74317a91869ce58f9de7fe881565bfa7123/pylint-2.8.0.tar.gz" +MD5SUM="638b9d77c86bf3cb80b1646f855b696e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-toml python3-astroid python3-isort python3-mccabe" |