# Maintainer: Marcin Wieczorek # Contributor: evertonstz _pkgname=iris pkgname=mopidy-${_pkgname} pkgver=3.47.0 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=('python' 'mopidy>=3' 'mopidy-spotify' 'python-configobj' 'mopidy-local-images' 'python-pylast') makedepends=('python' 'python-setuptools' 'python-pip') optdepends=('mopidy-local-sqlite: local library support') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jaedb/Iris/archive/${pkgver}.tar.gz") sha256sums=('44ba33a887fead5d9a61643a8db35658a8809860228b446bded768ae448733cb') package() { cd "${srcdir}/Iris-${pkgver}" python setup.py install --root="${pkgdir}/" --optimize=1 }