void-packages/srcpkgs/python3-spotipy/template

21 lines
654 B
Bash

# Template file for 'python3-spotipy'
pkgname=python3-spotipy
version=2.20.0
revision=1
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 <eloitor@disroot.org>"
license="MIT"
homepage="https://github.com/plamere/spotipy"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=5f14c44945520b5fc0c5bf985ea7767d2b86f5f666a69191d12a376919cf95ed
make_check=no # Requires Spotify API Key
post_install() {
vlicense LICENSE.md
}