# Maintainer: Marcin Wieczorek # Contributor: evertonstz _pkgname=iris pkgname=mopidy-${_pkgname} pkgver=3.53.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=('920de84a2706c1fcd347d3c1a283922fb04d9d0bac30922816c2c55267f78141') package() { cd "${srcdir}/Iris-${pkgver}" python setup.py install --root="${pkgdir}/" --optimize=1 }