Search Criteria
Package Details: python-librespot 0.0.9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-librespot.git (read-only, click to copy) |
|---|---|
| Package Base: | python-librespot |
| Description: | Open Source Spotify Client |
| Upstream URL: | https://github.com/kokarare1212/librespot-python |
| Licenses: | Apache |
| Submitter: | maltejur |
| Maintainer: | maltejur |
| Last Packager: | maltejur |
| Votes: | 4 |
| Popularity: | 0.000419 |
| First Submitted: | 2022-04-23 18:16 (UTC) |
| Last Updated: | 2023-05-17 00:59 (UTC) |
Latest Comments
maltejur commented on 2023-04-24 13:04 (UTC)
@SnipeX sure, added
SnipeX commented on 2023-04-21 14:13 (UTC)
Building in a clean chroot is broken since 0.0.8-1
Adding python-setuptools to makedepends fixes this package building in a clean chroot.
yochananmarqos commented on 2022-04-23 19:08 (UTC)
@maltejur: Ah, you're right. I suppose I should have taken a closer look before commenting.
maltejur commented on 2022-04-23 18:43 (UTC)
In addition to that, the actual python module is just called
librespot(it is also called that on pypi), so I think the namepython-librespotis fair.maltejur commented on 2022-04-23 18:37 (UTC)
@yochananmarqos Yeah I also was unsure about the name.
But this is a python module, or am I understanding something wrong?
yochananmarqos commented on 2022-04-23 18:31 (UTC)
This should have been called
librespot-pythonto follow the upstream project name. Notice the otherlibrespotpackage names in the AUR likelibrespot-javaandlibrespot-alsa-git,librespot-pulseaudio-git.The
python-prefix is normally used for Python modules.