From 76f990a5bda0340b1dea5caa086182c2cc0fca55 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 6 Apr 2021 19:54:02 +0200 Subject: python/python-ly: Updated for version 0.9.7, switch to python3. Signed-off-by: Matteo Bernardini --- python/python-ly/python-ly.SlackBuild | 4 ++-- python/python-ly/python-ly.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'python/python-ly') 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="" -- cgit v1.2.3-65-gdbad