# Maintainer: Marcin Wieczorek # Contributor: evertonstz _pkgname=iris pkgname=mopidy-${_pkgname} pkgver=3.60.1 pkgrel=1 pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)' arch=('any') url="https://github.com/jaedb/${_pkgname}" license=('APACHE') depends=('mopidy>=3' 'python-configobj' 'python-pylast') makedepends=('python-setuptools' 'python-pip') optdepends=('mopidy-local: local library support' 'mopidy-spotify: spotify support') source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/M/Mopidy-Iris/Mopidy-Iris-${pkgver}.tar.gz") sha256sums=('efb36f75a0df85b27041ed3b74fcb437d450d6e85d9a6cc7ced10daca7d66bbd') package() { cd "${srcdir}/Mopidy-Iris-${pkgver}" python setup.py install --root="${pkgdir}/" --optimize=1 }