mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
python3-spotipy: update to 2.21.0.
This commit is contained in:
parent
d7580b682d
commit
ce0eac05bd
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-spotipy'
|
||||
pkgname=python3-spotipy
|
||||
version=2.20.0
|
||||
revision=3
|
||||
version=2.21.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
|
@ -10,8 +10,9 @@ 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
|
||||
changelog="https://raw.githubusercontent.com/spotipy-dev/spotipy/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/plamere/spotipy/archive/${version}.tar.gz"
|
||||
checksum=da0310c3635b973742bc3e5ff217af492d54095ddb150d8a022039f3b0e179cb
|
||||
make_check=no # Requires Spotify API Key
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue