From a03a0aa2474320ebec4516150a5eb67d6bbe8aaa Mon Sep 17 00:00:00 2001 From: Markus Rinne Date: Fri, 1 Jan 2021 17:36:12 +0200 Subject: 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 --- python/python3-isort/python3-isort.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/python3-isort/python3-isort.SlackBuild') 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 -- cgit v1.2.3