Search Criteria
Package Details: python-syncedlyrics 0.4.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-syncedlyrics.git (read-only, click to copy) |
---|---|
Package Base: | python-syncedlyrics |
Description: | Get an LRC format (synchronized) lyrics for your music |
Upstream URL: | https://github.com/rtcq/syncedlyrics |
Licenses: | MIT |
Conflicts: | python-syncedlyrics-git |
Submitter: | txtsd |
Maintainer: | txtsd (pekkarr) |
Last Packager: | txtsd |
Votes: | 2 |
Popularity: | 1.50 |
First Submitted: | 2023-03-15 19:06 (UTC) |
Last Updated: | 2023-03-16 03:30 (UTC) |
Dependencies (8)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-beautifulsoup4
- python-rapidfuzz (python-rapidfuzz-git)
- python-requests
- python-build (make)
- python-installer (python-installer-git) (make)
- python-poetry-core (python-poetry-core-git) (make)
- python-wheel (make)
Latest Comments
txtsd commented on 2023-03-16 03:31 (UTC)
Thanks for the heads-up! I think I've seen this behavior elsewhere and given up in the recent past. Now I can go fix that.
pekkarr commented on 2023-03-15 19:29 (UTC)
I was just about to push this, seems like we were both doing the same task.
However, the build does not work when not done in a clean chroot because of a bug in python-poetry that excludes the directory
/usr/lib/python3.10/site-packages/syncedlyrics/
from the installation. As a workaround, you could prependGIT_DIR=.
to thepython -m build
command. In clean chroot builds this problem doesn't exist because git isn't installed there.