16 lines
650 B
Bash
16 lines
650 B
Bash
# Template file for 'python3-pyspotify'
|
|
pkgname=python3-pyspotify
|
|
version=2.1.3
|
|
revision=2
|
|
wrksrc="pyspotify-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-cffi python3-pycparser"
|
|
makedepends="python3-setuptools python3-devel libspotify-devel"
|
|
depends="python3-setuptools python3-cffi"
|
|
short_desc="Provides an interface to Spotify music services"
|
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
|
license="Apache-2.0"
|
|
homepage="https://pyspotify.readthedocs.io/en/latest/"
|
|
distfiles="${PYPI_SITE}/p/pyspotify/pyspotify-${version}.tar.gz"
|
|
checksum=6ae31d8ccd7e1f138a80f08c766173b2ced12d196732f68aee4ae023b7a9ad2a
|