python/python-ly: Updated for version 0.9.7, switch to python3.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-04-06 19:54:02 +02:00 committed by Robby Workman
parent 4c1b53ba32
commit 76f990a5bd
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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=""