From ed99f972e7c36484e0045c6c5e69ea05e76967dc Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Mon, 12 Sep 2022 22:30:09 +0100 Subject: python/python3-jaraco.collections: Updated for version 3.5.2. Signed-off-by: bedlam --- .../python3-jaraco.collections.SlackBuild | 8 ++++++-- python/python3-jaraco.collections/python3-jaraco.collections.info | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'python/python3-jaraco.collections') diff --git a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild b/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild index 4bc4ecad95e0b..8db58b525a8f3 100644 --- a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild +++ b/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild @@ -22,11 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220908 46and2: Updated version. +# -build process changed + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jaraco.collections SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-3.5.1} +VERSION=${VERSION:-3.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +83,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python3 setup.py install --root=$PKG +python3 -m build --no-isolation +python3 -m installer -d "$PKG" dist/*.whl 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-jaraco.collections/python3-jaraco.collections.info b/python/python3-jaraco.collections/python3-jaraco.collections.info index 4b0c6eec71ac7..bbef392e57e59 100644 --- a/python/python3-jaraco.collections/python3-jaraco.collections.info +++ b/python/python3-jaraco.collections/python3-jaraco.collections.info @@ -1,8 +1,8 @@ PRGNAM="python3-jaraco.collections" -VERSION="3.5.1" +VERSION="3.5.2" HOMEPAGE="https://github.com/jaraco/jaraco.collections" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.5.1.tar.gz" -MD5SUM="ef72a147d9190af7c3706cbe135e456b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.5.2.tar.gz" +MD5SUM="70babb1218fdc8b0f7f163f5eb9c68f0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jaraco.classes python3-jaraco.text" -- cgit v1.2.3