diff options
author | ~red <74621759+RSKYS@users.noreply.github.com> | 2021-10-22 11:55:55 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-22 15:44:56 +0700 |
commit | 469e7a346b60aae35408c560e8cb1040b61ab410 (patch) | |
tree | 9a2a3770badc7294de709407851d5233276164e1 /python | |
parent | 43f739b9c1e830a97978c48c21c6b272db66ddc7 (diff) | |
download | slackbuilds-469e7a346b60aae35408c560e8cb1040b61ab410.tar.gz |
python/python3-pylyrics: Fix for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pylyrics/README | 4 | ||||
-rw-r--r-- | python/python3-pylyrics/python3-pylyrics.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pylyrics/slack-desc | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/python/python3-pylyrics/README b/python/python3-pylyrics/README index c10a196852..279d9c125f 100644 --- a/python/python3-pylyrics/README +++ b/python/python3-pylyrics/README @@ -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 diff --git a/python/python3-pylyrics/python3-pylyrics.SlackBuild b/python/python3-pylyrics/python3-pylyrics.SlackBuild index 6a60494871..3d71cc7d93 100644 --- a/python/python3-pylyrics/python3-pylyrics.SlackBuild +++ b/python/python3-pylyrics/python3-pylyrics.SlackBuild @@ -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" \ diff --git a/python/python3-pylyrics/slack-desc b/python/python3-pylyrics/slack-desc index 2d3dc7ee5c..5a966f649f 100644 --- a/python/python3-pylyrics/slack-desc +++ b/python/python3-pylyrics/slack-desc @@ -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: Homepage: https://github.com/geekpradd/PyLyrics python3-pylyrics: python3-pylyrics: -python3-pylyrics: Homepage: https://github.com/geekpradd/PyLyrics |