# Maintainer: Marcin Wieczorek # Contributor: evertonstz _pkgname=iris pkgname=mopidy-${_pkgname} pkgver=3.23.2 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=('python2' 'mopidy' 'mopidy-spotify' 'python2-configobj' 'mopidy-local-images' 'python2-pylast') makedepends=('python2' 'python2-setuptools' 'python2-pip') optdepends=('mopidy-local-sqlite: local library support') source=("https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-${pkgver}.tar.gz") sha256sums=('a7d79ce2b1b707d80c36771a838c3671fb6971f0ea10a4520fd08e9fc264c4fd') package() { cd "${srcdir}/Mopidy-Iris-${pkgver}" python2 setup.py install --root="${pkgdir}/" --optimize=1 }