From 191bf2d44bd0db8d53f8c8abfe3e97fac352343e Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 18 Aug 2021 23:57:14 +0200 Subject: [PATCH] New package: python3-spotipy-2.19.0 --- srcpkgs/python3-spotipy/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-spotipy/template diff --git a/srcpkgs/python3-spotipy/template b/srcpkgs/python3-spotipy/template new file mode 100644 index 000000000000..1a272d4064cd --- /dev/null +++ b/srcpkgs/python3-spotipy/template @@ -0,0 +1,21 @@ +# Template file for 'python3-spotipy' +pkgname=python3-spotipy +version=2.19.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 " +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 +}