diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-06 19:54:02 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:55:21 -0500 |
commit | 76f990a5bda0340b1dea5caa086182c2cc0fca55 (patch) | |
tree | c4d6c81c9fca3e18a424ef973f5f20abce464319 /python/python-ly/python-ly.SlackBuild | |
parent | 4c1b53ba32604b9f9f57356344d243525bc7e0ed (diff) |
python/python-ly: Updated for version 0.9.7, switch to python3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-ly/python-ly.SlackBuild')
-rw-r--r-- | python/python-ly/python-ly.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-ly/python-ly.SlackBuild b/python/python-ly/python-ly.SlackBuild index db723cd24f96..59fd78685342 100644 --- a/python/python-ly/python-ly.SlackBuild +++ b/python/python-ly/python-ly.SlackBuild @@ -4,7 +4,7 @@ # Michales (clavisound) Michaloudes korgie@gmail.com <2017> PRGNAM=python-ly -VERSION=${VERSION:-0.9.4} +VERSION=${VERSION:-0.9.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,7 +50,7 @@ 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 {} \; -python setup.py install --root $PKG +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 |