Package Details: python-spotipy 2.24.0-2

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.41
First Submitted: 2018-09-21 20:38 (UTC)
Last Updated: 2024-12-24 16:13 (UTC)

Latest Comments

« First ‹ Previous 1 2

jamespharvey20 commented on 2019-05-09 02:17 (UTC) (edited on 2019-05-09 02:17 (UTC) by jamespharvey20)

Please add git to makedepends. 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

install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"