Package Details: mopidy-musicbox 3.1.0-3

Git Clone URL: https://aur.archlinux.org/mopidy-musicbox.git (read-only, click to copy)
Package Base: mopidy-musicbox
Description: Web Client for Mopidy Music Server and the Pi MusicBox
Upstream URL: https://github.com/pimusicbox/mopidy-musicbox-webclient
Keywords: mopidy
Licenses: Apache
Submitter: smoak
Maintainer: smoak
Last Packager: smoak
Votes: 14
Popularity: 0.000000
First Submitted: 2014-10-21 18:52 (UTC)
Last Updated: 2022-03-03 05:40 (UTC)

Latest Comments

smoak commented on 2022-03-03 05:40 (UTC)

@djmattyg007 Done

djmattyg007 commented on 2022-03-01 13:14 (UTC)

Could you please bump the pkgrel to force a rebuild for python3.10? Yes I know it's a bit late :(

smoak commented on 2020-12-04 19:42 (UTC)

@djmattyg007 Done

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

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

e-v commented on 2020-05-16 17:01 (UTC) (edited on 2020-05-16 17:01 (UTC) by e-v)

New version 3.1.0. I removed the line copying the license file, as it is not needed.

# Maintainer: Sasha Moak <sasha dot moak at gmail dot com>

pkgname=mopidy-musicbox
_pypiname=Mopidy-MusicBox-Webclient
pkgver=3.1.0
pkgrel=1
pkgdesc="Web Client for Mopidy Music Server and the Pi MusicBox"
arch=('any')
url="https://github.com/woutervanwijk/Mopidy-MusicBox-Webclient"
license=('Apache')
depends=('python' 'mopidy>=3.0' 'python-pykka')
makedepends=('python' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/9e/ca/95f08bf6fd4d14666fdadc9005784cf7b272fc2fa06198c359cf46264854/${_pypiname}-${pkgver}.tar.gz")
sha256sums=('92f4f39cb4637bb07222b5db1fc46c0a99ca32e85a1d48d7ec76f7db47b80fb8')

package() {
  cd "${srcdir}/${_pypiname}-${pkgver}"
  python setup.py install --root="${pkgdir}/" --optimize=1

}

# vim:set ts=2 sw=2 et:

languitar commented on 2019-12-23 13:37 (UTC)

Here is an updated PKGBUILD for the new release with support for mopidy 3: https://gist.github.com/languitar/fe8015869ff0de9e1c059f3c50c54c31