python3-spotipy: update to 2.20.0.
This commit is contained in:
parent
8cd3cd6576
commit
841689b402
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-spotipy'
|
# Template file for 'python3-spotipy'
|
||||||
pkgname=python3-spotipy
|
pkgname=python3-spotipy
|
||||||
version=2.19.0
|
version=2.20.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="spotipy-${version}"
|
wrksrc="spotipy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3-setuptools"
|
hostmakedepends="pkg-config python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-requests python3-six python3-urllib3"
|
depends="python3-requests python3-six python3-urllib3"
|
||||||
short_desc="Light weight Python library for the Spotify Web API"
|
short_desc="Light weight Python library for the Spotify Web API"
|
||||||
maintainer="Eloi Torrents <eloitorrentsj@gmail.com>"
|
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/plamere/spotipy"
|
homepage="https://github.com/plamere/spotipy"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=36c94b4b3beaa7979721272d84837ee4df3adb8ca6d32c5675b91b3823b4df12
|
checksum=5f14c44945520b5fc0c5bf985ea7767d2b86f5f666a69191d12a376919cf95ed
|
||||||
make_check=no # Requires Spotify API Key
|
make_check=no # Requires Spotify API Key
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue