21 lines
658 B
Bash
21 lines
658 B
Bash
# Template file for 'python3-spotipy'
|
|
pkgname=python3-spotipy
|
|
version=2.19.0
|
|
revision=2
|
|
wrksrc="spotipy-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="pkg-config python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3-requests python3-six python3-urllib3"
|
|
short_desc="Light weight Python library for the Spotify Web API"
|
|
maintainer="Eloi Torrents <eloitorrentsj@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/plamere/spotipy"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=36c94b4b3beaa7979721272d84837ee4df3adb8ca6d32c5675b91b3823b4df12
|
|
make_check=no # Requires Spotify API Key
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|