diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2020-08-30 10:45:22 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-30 19:02:07 +0700 |
commit | 4d3d844e4e2626eadc987eef0436270d303c5941 (patch) | |
tree | ca632389341fc97c816e2edc327a80a810215941 /python/python3-isort | |
parent | fffd21f21297746ecd6c4a09ca889659bef04461 (diff) | |
download | slackbuilds-4d3d844e4e2626eadc987eef0436270d303c5941.tar.gz |
python/python3-isort: Updated for version 5.4.2.
This commit also updates the homepage URL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-isort')
-rw-r--r-- | python/python3-isort/python3-isort.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-isort/python3-isort.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-isort/python3-isort.SlackBuild b/python/python3-isort/python3-isort.SlackBuild index b15a109959..8d615d8426 100644 --- a/python/python3-isort/python3-isort.SlackBuild +++ b/python/python3-isort/python3-isort.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-isort SRCNAM=isort -VERSION=${VERSION:-4.3.21} +VERSION=${VERSION:-5.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,7 +81,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 \ + PKG-INFO README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python3-isort/python3-isort.info b/python/python3-isort/python3-isort.info index 8fc9bf4026..c5c78f2c44 100644 --- a/python/python3-isort/python3-isort.info +++ b/python/python3-isort/python3-isort.info @@ -1,8 +1,8 @@ PRGNAM="python3-isort" -VERSION="4.3.21" -HOMEPAGE="https://github.com/timothycrosley/isort" -DOWNLOAD="https://files.pythonhosted.org/packages/43/00/8705e8d0c05ba22f042634f791a61f4c678c32175763dcf2ca2a133f4739/isort-4.3.21.tar.gz" -MD5SUM="05d66f2eb7ce2c2d702e86bac24bf9e4" +VERSION="5.4.2" +HOMEPAGE="https://timothycrosley.github.io/isort/" +DOWNLOAD="https://files.pythonhosted.org/packages/4b/c6/892dd1ad3b6b8d0b33f8ad51255042e5926e4c93b3f0307005d4bc5596a4/isort-5.4.2.tar.gz" +MD5SUM="59592b6e14beba48149d651e900e3815" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |