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.55 |
First Submitted: | 2022-04-23 18:16 (UTC) |
Last Updated: | 2023-05-17 00:59 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-defusedxml (python-defusedxml-gitAUR)
- python-protobuf (python-protobuf-gitAUR)
- python-pycryptodomex
- python-pyoggAUR
- python-requests
- python-websocket-client (python-websocket-client-gitAUR)
- python-zeroconf
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
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-librespot
is 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-python
to follow the upstream project name. Notice the otherlibrespot
package names in the AUR likelibrespot-java
andlibrespot-alsa-git
,librespot-pulseaudio-git
.The
python-
prefix is normally used for Python modules.