Package Details: mopidy-tunein 1.1.0-3

Git Clone URL: https://aur.archlinux.org/mopidy-tunein.git (read-only, click to copy)
Package Base: mopidy-tunein
Description: Mopidy extension for playing music from TuneIn
Upstream URL: https://github.com/kingosticks/mopidy-tunein
Keywords: mopidy music tunein
Licenses: Apache
Submitter: flu
Maintainer: djmattyg007
Last Packager: djmattyg007
Votes: 8
Popularity: 0.000000
First Submitted: 2014-03-07 13:07 (UTC)
Last Updated: 2022-01-23 10:17 (UTC)

Latest Comments

languitar commented on 2021-02-20 11:57 (UTC)

The build fails here:

==> Making package: mopidy-tunein 1.1.0-1 (Sat 20 Feb 2021 12:56:23 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v1.1.0.tar.gz
==> Validating source files with sha256sums...
    v1.1.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting v1.1.0.tar.gz with bsdtar
==> Sources are ready.
==> Making package: mopidy-tunein 1.1.0-1 (Sat 20 Feb 2021 12:56:38 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
/home/languitar/.cache/yay/mopidy-tunein/PKGBUILD: line 23: cd: mopidy-pandora-1.1.0: No such file or directory

djmattyg007 commented on 2021-02-13 23:30 (UTC)

This has been updated to the latest release. I've recently taken over maintainership, hopefully there won't be any lengthy delays like this again.

flu commented on 2020-12-28 20:00 (UTC) (edited on 2020-12-28 20:00 (UTC) by flu)

Updated PKGBUILD

pkgname=mopidy-tunein

pkgver=1.0.2

pkgrel=1

pkgdesc="Mopidy extension for playing music from TuneIn"

arch=('any')

url="http://www.mopidy.com"

license=('APACHE')

depends=(

'mopidy>=3.0'

'python-setuptools'

'python-requests'

'python-pykka'

)

makedepends=('python')

source=("https://github.com/kingosticks/${pkgname}/archive/v${pkgver}.tar.gz")

sha512sums=('2c48b4f8b6e48ada9b23aa118f0ecc54678c92b56fdb1f4923c478966ef0d4553ba532f21d94c89d02c171ac2b8b694435ac6a20dc88da8bac55ece05d9e1029')

package() {

cd "$srcdir/$pkgname-$pkgver"

python setup.py install --root="$pkgdir/" --optimize=1

}

djmattyg007 commented on 2020-12-02 12:49 (UTC)

Could you please bump the pkgrel to force a rebuild for python3.9?

logicnotlogical commented on 2016-02-15 18:31 (UTC) (edited on 2016-02-15 18:35 (UTC) by logicnotlogical)

Hi there, just to let you know that the MD5sum is out of date for this release. 42a69c25c3d59afff4d75a8a75ec9f44 seems to work for me.

tuftedocelot commented on 2014-10-23 02:32 (UTC)

Updated with new dependency for 0.1.2

blackhole commented on 2014-10-10 10:00 (UTC)

New PKGBUILD (working with last version of mopidy): ******* pkgname=mopidy-tunein _pypiname=Mopidy-TuneIn pkgver=0.1.2 pkgrel=1 pkgdesc="Mopidy extension for playing music from TuneIn" arch=('any') url="http://www.mopidy.com" license=('APACHE') depends=( 'mopidy>=0.18' 'python2-setuptools' ) makedepends=('python2' 'git') source=("https://pypi.python.org/packages/source/M/${_pypiname}/${_pypiname}-${pkgver}.tar.gz") md5sums=('6e2b3849a42ac94a1b988800ce727a3a ') package() { cd "$srcdir/$_pypiname-$pkgver" python2 setup.py install --root="$pkgdir/" --optimize=1 }