python/python3-pylyrics: Fix for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
43f739b9c1
commit
469e7a346b
|
@ -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
|
||||
|
|
|
@ -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" \
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue