aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tekore/python3-tekore.SlackBuild
diff options
context:
space:
mode:
authorPouria Rezaei <Pouria.rz@outlook.com>2021-06-03 16:44:29 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-04 07:38:20 +0700
commit72f06cf1ab48f1228ef46db6db6413759f790608 (patch)
tree37b945d6593fea21cb44632dde0170fbfd988a7d /python/python3-tekore/python3-tekore.SlackBuild
parentebec2cb408c1097a213cd15578ddf3d0e7215fff (diff)
downloadslackbuilds-72f06cf1ab48f1228ef46db6db6413759f790608.tar.xz
python/python3-tekore: Updated for version 3.7.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tekore/python3-tekore.SlackBuild')
-rw-r--r--python/python3-tekore/python3-tekore.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/python3-tekore/python3-tekore.SlackBuild b/python/python3-tekore/python3-tekore.SlackBuild
index 9776532091be..22683cb5cbb2 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 <Pouria.rz@outlook.com>
+# Copyright 2019-2021 Pouria Rezaei <Pouria.rz@outlook.com>
# 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