mopidy: update to 3.2.0.
This commit is contained in:
parent
dfc171fdda
commit
bf3269813b
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'mopidy'
|
# Template file for 'mopidy'
|
||||||
pkgname=mopidy
|
pkgname=mopidy
|
||||||
version=3.0.1
|
version=3.2.0
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="Mopidy-${version}"
|
wrksrc="Mopidy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"
|
hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme
|
||||||
|
python3-pykka"
|
||||||
depends="gst1-python3 gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
|
depends="gst1-python3 gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
|
||||||
python3-tornado python3-pykka python3-setuptools python3-requests python3-uritools"
|
python3-dbus python3-gobject python3-tornado python3-pykka python3-setuptools
|
||||||
|
python3-requests"
|
||||||
|
checkdepends="${depends} python3-pytest python3-responses"
|
||||||
short_desc="Music server for MPD, Spotify, SoundClound and others"
|
short_desc="Music server for MPD, Spotify, SoundClound and others"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://www.mopidy.com"
|
homepage="https://www.mopidy.com"
|
||||||
changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
|
changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
||||||
checksum=7931ca61028e135834df1af22a01029b24f3c2455625f3da84a1a05b5c313ef3
|
checksum=8e9d1aa91a3c40ac43945be58249a7ce27eb955bce9c9e4d07592e809ac37004
|
||||||
|
|
||||||
conf_files="/etc/mopidy/*.conf"
|
conf_files="/etc/mopidy/*.conf"
|
||||||
system_accounts="mopidy"
|
system_accounts="mopidy"
|
||||||
|
|
Loading…
Reference in New Issue