python/python3-pylyrics: Fix for version 1.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
~red 2021-10-22 11:55:55 +03:30 committed by Willy Sudiarto Raharjo
parent 43f739b9c1
commit 469e7a346b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PyLyrics is a python module to get Lyrics of songs from
lyrics.wikia.com. It has support for getting albums of a singer and
PyLyrics is a python module to get Lyrics of songs from
lyrics.wikia.com. It has support for getting albums of a singer and
songs from an album from which lyrics can be accessed.
By ~red

View File

@ -83,6 +83,8 @@ find -L . \
sed -i -e "s~.*scripts=glob.glob(\"Scripts/\*.py\"),~~" setup.py
python3 -c 'from PyLyrics import classes'
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \

View File

@ -14,6 +14,6 @@ python3-pylyrics: It has support for getting albums of a singer and songs from a
python3-pylyrics: from which lyrics can be accessed.
python3-pylyrics:
python3-pylyrics:
python3-pylyrics:
python3-pylyrics:
python3-pylyrics: Homepage: https://github.com/geekpradd/PyLyrics
python3-pylyrics:
python3-pylyrics: