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>
This commit is contained in:
Markus Rinne 2020-08-30 10:45:22 +03:00 committed by Willy Sudiarto Raharjo
parent fffd21f212
commit 4d3d844e4e
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"