Search Criteria
Package Details: python-spotipy 2.24.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-spotipy.git (read-only, click to copy) |
---|---|
Package Base: | python-spotipy |
Description: | A light weight Python library for the Spotify Web API |
Upstream URL: | https://github.com/spotipy-dev/spotipy |
Keywords: | api lib music python spotify |
Licenses: | MIT |
Conflicts: | python-spotipy-git |
Submitter: | g360 |
Maintainer: | g360 (jamespharvey20, crabvk, HLFH) |
Last Packager: | crabvk |
Votes: | 24 |
Popularity: | 0.83 |
First Submitted: | 2018-09-21 20:38 (UTC) |
Last Updated: | 2024-06-04 09:18 (UTC) |
Latest Comments
crabvk commented on 2024-06-04 09:19 (UTC)
@aminvakil
Thanks :)
aminvakil commented on 2024-06-01 07:53 (UTC)
Package does not currently get built correctly (it's been three days), upstream has changed 2.23.0 tarball and checksum failed.
Also there is a new release: https://github.com/spotipy-dev/spotipy/releases/tag/2.24.0
swiftscythe commented on 2022-06-30 07:35 (UTC)
I am also experiencing the same issue about missing redis in the latest release (2.20.0) Could you please add it to the dependencies list?
g360 commented on 2022-01-26 16:22 (UTC)
@ViToni, I don't know why you get that error. Redis is not used in the current latest release, 2.19 code. I see it was introduced after that, in December, which is currently only in master:
https://github.com/IdmFoundInHim/spotipy/commit/f7c01500581ba6053c4f4c355dc10e363ce9b245
Which version are you running?
ViToni commented on 2022-01-22 12:35 (UTC) (edited on 2022-01-22 14:27 (UTC) by ViToni)
This package which is used by ytmdl. When trying to use ytmdl the stacktrace seems to indicate a dependency to https://archlinux.org/packages/community/any/python-redis/ is missing:
g360 commented on 2021-12-13 16:41 (UTC)
Good idea, @C0rn3j. We can do that.
C0rn3j commented on 2021-12-13 00:26 (UTC)
While not mandated by packaging standards, it'd be nice to bump up pkgrel to smooth out transition to the newly shipped Python 3.10
sharktamer commented on 2019-05-29 23:45 (UTC)
I'm also in need of this makedepends line, could we have it added please?
jamespharvey20 commented on 2019-05-09 02:17 (UTC) (edited on 2019-05-09 02:17 (UTC) by jamespharvey20)
Please add
git
tomakedepends
. Without it, building in a chroot (such as using devtools) fails.Obtaining the source the way you are is necessary, since upstream failed to actually tag releases on github, there's no
.tar.gz
available.Technically, a MIT license is required to be installed with the package, so this should be added to
package()
. See: https://wiki.archlinux.org/index.php/PKGBUILD#license