diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-01-01 17:36:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:18 +0700 |
commit | a03a0aa2474320ebec4516150a5eb67d6bbe8aaa (patch) | |
tree | c51deaa863e8191ece3af6c8cbbba7ab03700ad1 /python | |
parent | 68e3b76a9ef8a8b1bc72f915e6e3a6ff9f49ecd2 (diff) | |
download | slackbuilds-a03a0aa2474320ebec4516150a5eb67d6bbe8aaa.tar.gz |
python/python3-isort: Updated for version 5.7.0.
As part of this commit, the SlackBuild script is changed to retain the
directory /usr/bin in the package. This is done because the new version
of isort installs also other binaries than 'isort' into /usr/bin.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-isort/python3-isort.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-isort/python3-isort.info | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/python/python3-isort/python3-isort.SlackBuild b/python/python3-isort/python3-isort.SlackBuild index d7b4e10873..04e2475e75 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:-5.6.4} +VERSION=${VERSION:-5.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,6 @@ python3 setup.py install --root=$PKG # Remove isort binary, because it is contained in Python 2 version of isort package. rm $PKG/usr/bin/isort -rmdir $PKG/usr/bin find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/python3-isort/python3-isort.info b/python/python3-isort/python3-isort.info index b66394dadd..25a6a18fd7 100644 --- a/python/python3-isort/python3-isort.info +++ b/python/python3-isort/python3-isort.info @@ -1,8 +1,8 @@ PRGNAM="python3-isort" -VERSION="5.6.4" +VERSION="5.7.0" HOMEPAGE="https://timothycrosley.github.io/isort/" -DOWNLOAD="https://files.pythonhosted.org/packages/7b/b5/19e828baf02d3e441cd287a3f3cc172bec2d1210c0210294debeddbd3550/isort-5.6.4.tar.gz" -MD5SUM="d2dfc32943b1d64311facec6a05c2f98" +DOWNLOAD="https://files.pythonhosted.org/packages/a2/f7/f50fc9555dc0fe2dc1e7f69d93f71961d052857c296cad0fb6d275b20008/isort-5.7.0.tar.gz" +MD5SUM="941d03d2389b0eb091738b4f0ff5e365" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |