From 72f06cf1ab48f1228ef46db6db6413759f790608 Mon Sep 17 00:00:00 2001 From: Pouria Rezaei Date: Thu, 3 Jun 2021 16:44:29 +0200 Subject: python/python3-tekore: Updated for version 3.7.1. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- python/python3-tekore/python3-tekore.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python/python3-tekore/python3-tekore.SlackBuild') diff --git a/python/python3-tekore/python3-tekore.SlackBuild b/python/python3-tekore/python3-tekore.SlackBuild index 9776532091..22683cb5cb 100644 --- a/python/python3-tekore/python3-tekore.SlackBuild +++ b/python/python3-tekore/python3-tekore.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-tekore -# Copyright 2019-2020 Pouria Rezaei +# Copyright 2019-2021 Pouria Rezaei # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=python3-tekore SRCNAM=tekore -VERSION=${VERSION:-3.6.2} +VERSION=${VERSION:-3.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,6 @@ sed -i -e "s~.*scripts=glob.glob(\"Scripts/\*.py\"),~~" setup.py python3 setup.py install --root=$PKG - 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