# Maintainer: Marcin Wieczorek # Contributor: evertonstz _pkgname=iris pkgname=mopidy-${_pkgname} pkgver=3.51.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=('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://github.com/jaedb/Iris/archive/${pkgver}.tar.gz") sha256sums=('c1944db74bc290fe988880b50c8680c4f2c4e97685acc78fc760d8b038fb2e54') package() { cd "${srcdir}/Iris-${pkgver}" python setup.py install --root="${pkgdir}/" --optimize=1 }