# Maintainer: Marcin Wieczorek # Contributor: evertonstz _pkgname=iris pkgname=mopidy-${_pkgname} pkgver=3.4.9 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-spotipy' 'python2-pylast' 'python2-raven') 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=('eb6d54d9347ad4b1779a6be59f6ec3264f63011461498d83674f8256b4469929') package() { cd "${srcdir}/Mopidy-Iris-${pkgver}" PIP_CONFIG_FILE=/dev/null pip2 install \ --isolated \ --root="${pkgdir}" \ --ignore-installed \ --no-deps . }