summaryrefslogtreecommitdiffstats
path: root/python/python-ly
diff options
context:
space:
mode:
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
commit76f990a5bda0340b1dea5caa086182c2cc0fca55 (patch)
treec4d6c81c9fca3e18a424ef973f5f20abce464319 /python/python-ly
parent4c1b53ba32604b9f9f57356344d243525bc7e0ed (diff)
downloadslackbuilds-76f990a5bda0340b1dea5caa086182c2cc0fca55.tar.gz
slackbuilds-76f990a5bda0340b1dea5caa086182c2cc0fca55.tar.xz
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')
-rw-r--r--python/python-ly/python-ly.SlackBuild4
-rw-r--r--python/python-ly/python-ly.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-ly/python-ly.SlackBuild b/python/python-ly/python-ly.SlackBuild
index db723cd24f..59fd786853 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
diff --git a/python/python-ly/python-ly.info b/python/python-ly/python-ly.info
index 0a37c9ad66..9e00f6558a 100644
--- a/python/python-ly/python-ly.info
+++ b/python/python-ly/python-ly.info
@@ -1,8 +1,8 @@
PRGNAM="python-ly"
-VERSION="0.9.4"
+VERSION="0.9.7"
HOMEPAGE="https://pypi.python.org/pypi/python-ly/"
-DOWNLOAD="https://pypi.python.org/packages/57/4f/889579244947368f28eda66b782331b1e75f83fd72e63f9ece93cd7a18f9/python-ly-0.9.4.tar.gz"
-MD5SUM="14c8f6bb5c887564af187d1fd5fbbc91"
+DOWNLOAD="https://files.pythonhosted.org/packages/9b/ed/e277509bb9f9376efe391f2f5a27da9840366d12a62bef30f44e5a24e0d9/python-ly-0.9.7.tar.gz"
+MD5SUM="88058a68cf54377d86c648094ed45743"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""