public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/
@ 2015-06-30  1:56 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-06-30  1:56 UTC (permalink / raw
  To: gentoo-commits

commit:     63330c6e861324c2221ab639a94ae7b6dca35d80
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 01:56:41 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 01:56:41 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=63330c6e

[media-plugins/mopidy-spotify] Initial version.

Package-Manager: portage-2.2.20

 media-plugins/mopidy-spotify/Manifest              |  1 +
 media-plugins/mopidy-spotify/metadata.xml          |  8 ++++++
 .../mopidy-spotify-2.0.0_pre20150602.ebuild        | 33 ++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/media-plugins/mopidy-spotify/Manifest b/media-plugins/mopidy-spotify/Manifest
new file mode 100644
index 0000000..58b79bd
--- /dev/null
+++ b/media-plugins/mopidy-spotify/Manifest
@@ -0,0 +1 @@
+DIST mopidy-spotify-2.0.0_pre20150602.tar.gz 30091 SHA256 da9c13a2d4c01f91bc6c9349e77e0d7e4d3be03fda2f24c3c705c1918cdeb8c2 SHA512 210c7d38c7b7092c3364a403901732468df6497b7b57c073e61fa692dd13394fe98ed637b4373404be80dfac009b7b92ffbcf928aa934a29a838055291d3f688 WHIRLPOOL 31f504b51332b3e03c04746a0355004d32864f62a1845d53558121fe7684390469608b0afa8bd7c2b15c5f73b3b9f85246e6809349068aec91f84e30699373b7

diff --git a/media-plugins/mopidy-spotify/metadata.xml b/media-plugins/mopidy-spotify/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/media-plugins/mopidy-spotify/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
new file mode 100644
index 0000000..a8b3608
--- /dev/null
+++ b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+inherit vcs-snapshot distutils-r1
+
+DESCRIPTION="An extensible music server that plays music from local disk and more"
+HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy-spotify"
+COMMIT_ID="70f27932cbc728693140d5d264054fb8c777516f"
+SRC_URI="https://github.com/mopidy/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
+	>=dev-python/pyspotify-2.0.0[${PYTHON_USEDEP}]
+	media-sound/mopidy[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( ${RDEPEND}
+	dev-python/pytest[${PYTHON_USEDEP}]
+	dev-python/pytest-capturelog[${PYTHON_USEDEP}] )
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst )
+
+python_test() {
+	py.test || die
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/
@ 2015-06-30  2:06 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-06-30  2:06 UTC (permalink / raw
  To: gentoo-commits

commit:     42d8542ad09db98e79b0459e1d03e1125e0bca65
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 02:05:57 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 02:05:57 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=42d8542a

[media-plugins/mopidy-spotify] Fix description.

Package-Manager: portage-2.2.20

 media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
index a8b3608..ae448ef 100644
--- a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
+++ b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7)
 
 inherit vcs-snapshot distutils-r1
 
-DESCRIPTION="An extensible music server that plays music from local disk and more"
+DESCRIPTION="Mopidy extension for playing music from Spotify"
 HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy-spotify"
 COMMIT_ID="70f27932cbc728693140d5d264054fb8c777516f"
 SRC_URI="https://github.com/mopidy/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/
@ 2015-08-06 23:39 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-08-06 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6aa8b90a091ce3bb5c5e450fd3a70841d9221e5d
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 23:39:36 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 23:39:36 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6aa8b90a

[media-plugins/mopidy-spotify] Update snapshot.

Package-Manager: portage-2.2.20

 media-plugins/mopidy-spotify/Manifest                                 | 2 +-
 ...0.0_pre20150602.ebuild => mopidy-spotify-2.0.0_pre20150806.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-plugins/mopidy-spotify/Manifest b/media-plugins/mopidy-spotify/Manifest
index 58b79bd..57a1546 100644
--- a/media-plugins/mopidy-spotify/Manifest
+++ b/media-plugins/mopidy-spotify/Manifest
@@ -1 +1 @@
-DIST mopidy-spotify-2.0.0_pre20150602.tar.gz 30091 SHA256 da9c13a2d4c01f91bc6c9349e77e0d7e4d3be03fda2f24c3c705c1918cdeb8c2 SHA512 210c7d38c7b7092c3364a403901732468df6497b7b57c073e61fa692dd13394fe98ed637b4373404be80dfac009b7b92ffbcf928aa934a29a838055291d3f688 WHIRLPOOL 31f504b51332b3e03c04746a0355004d32864f62a1845d53558121fe7684390469608b0afa8bd7c2b15c5f73b3b9f85246e6809349068aec91f84e30699373b7
+DIST mopidy-spotify-2.0.0_pre20150806.tar.gz 31667 SHA256 318b2f422a9c1b95bac4c1498a7be1db8139940dada0f0d292060db3ed31a830 SHA512 298bc0d1d719e03c3b2b83c3654386d4393f81bf080eac976a9bbe96cb022b4b4dbf68513bb950c35c9120dd0f86641fb40a68ad706178cbd20ff962fbc4afc3 WHIRLPOOL 9a67511907b4f8a3b875317074997e0813f1dd76feacaf9289b933982c4d11b0ab7e6651f61b8540455b5c5c268d2ea46bf9df74aebab982e78c7453e0ea31f1

diff --git a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150806.ebuild
similarity index 88%
rename from media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
rename to media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150806.ebuild
index ae448ef..f1cc828 100644
--- a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
+++ b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150806.ebuild
@@ -9,7 +9,7 @@ inherit vcs-snapshot distutils-r1
 
 DESCRIPTION="Mopidy extension for playing music from Spotify"
 HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy-spotify"
-COMMIT_ID="70f27932cbc728693140d5d264054fb8c777516f"
+COMMIT_ID="3b3bc09b075563d87fd8c4bcd7d21a37a665fec0"
 SRC_URI="https://github.com/mopidy/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
 IUSE="test"
 
 RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
-	>=dev-python/pyspotify-2.0.0[${PYTHON_USEDEP}]
+	>=dev-python/pyspotify-2.0.2[${PYTHON_USEDEP}]
 	media-sound/mopidy[${PYTHON_USEDEP}]"
 
 DEPEND="test? ( ${RDEPEND}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/
@ 2015-08-28  1:51 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-08-28  1:51 UTC (permalink / raw
  To: gentoo-commits

commit:     67bcdc7485ca4d907ec7e151e0b6cec28eb37f5e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 01:50:49 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 01:50:49 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=67bcdc74

media-plugins/mopidy-spotify: Version bump. Remove old.

Package-Manager: portage-2.2.20.1

 media-plugins/mopidy-spotify/Manifest                                | 2 +-
 ...-spotify-2.0.0_pre20150806.ebuild => mopidy-spotify-2.0.1.ebuild} | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/media-plugins/mopidy-spotify/Manifest b/media-plugins/mopidy-spotify/Manifest
index 57a1546..1890115 100644
--- a/media-plugins/mopidy-spotify/Manifest
+++ b/media-plugins/mopidy-spotify/Manifest
@@ -1 +1 @@
-DIST mopidy-spotify-2.0.0_pre20150806.tar.gz 31667 SHA256 318b2f422a9c1b95bac4c1498a7be1db8139940dada0f0d292060db3ed31a830 SHA512 298bc0d1d719e03c3b2b83c3654386d4393f81bf080eac976a9bbe96cb022b4b4dbf68513bb950c35c9120dd0f86641fb40a68ad706178cbd20ff962fbc4afc3 WHIRLPOOL 9a67511907b4f8a3b875317074997e0813f1dd76feacaf9289b933982c4d11b0ab7e6651f61b8540455b5c5c268d2ea46bf9df74aebab982e78c7453e0ea31f1
+DIST mopidy-spotify-2.0.1.tar.gz 32114 SHA256 42906d631a8bdfa94b224e9a8fd0adcb6c2a4e1af212b7f04010e6cea1fb5799 SHA512 bd4adea5ef4fbb2f4da50b0e1c66d13e7e10b5434a544bce653dc642352050538f5c9bc9a37dd66b7bff6eae1b776322703c2a770e9ec203f21f7c71f95758b4 WHIRLPOOL a11662ad12b933437d2fb436318f91604ec5cd6262b47c0144d6bc9b0babca172cebe284e1cf8713e8afc3e4b349ff1636223c1bd31f488e1be85c6d3a7483d7

diff --git a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150806.ebuild b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild
similarity index 79%
rename from media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150806.ebuild
rename to media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild
index 253cad5..3340502 100644
--- a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150806.ebuild
+++ b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild
@@ -9,8 +9,7 @@ inherit vcs-snapshot distutils-r1
 
 DESCRIPTION="Mopidy extension for playing music from Spotify"
 HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy-spotify"
-COMMIT_ID="3b3bc09b075563d87fd8c4bcd7d21a37a665fec0"
-SRC_URI="https://github.com/mopidy/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/mopidy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -19,7 +18,7 @@ IUSE="test"
 
 RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
 	>=dev-python/pyspotify-2.0.2[${PYTHON_USEDEP}]
-	media-sound/mopidy[${PYTHON_USEDEP}]"
+	>=media-sound/mopidy-1.1.0[${PYTHON_USEDEP}]"
 
 DEPEND="test? ( ${RDEPEND}
 	dev-python/pytest[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/
@ 2015-09-27 10:24 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-09-27 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3cc14b34fa4257f797e963e4074bb13a02ead87a
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 10:23:53 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 10:23:53 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=3cc14b34

media-plugins/mopidy-spotify: Version bump. Remove old.

Package-Manager: portage-2.2.22

 media-plugins/mopidy-spotify/Manifest                               | 2 +-
 .../{mopidy-spotify-2.0.1.ebuild => mopidy-spotify-2.1.0.ebuild}    | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-plugins/mopidy-spotify/Manifest b/media-plugins/mopidy-spotify/Manifest
index 1890115..4949ba1 100644
--- a/media-plugins/mopidy-spotify/Manifest
+++ b/media-plugins/mopidy-spotify/Manifest
@@ -1 +1 @@
-DIST mopidy-spotify-2.0.1.tar.gz 32114 SHA256 42906d631a8bdfa94b224e9a8fd0adcb6c2a4e1af212b7f04010e6cea1fb5799 SHA512 bd4adea5ef4fbb2f4da50b0e1c66d13e7e10b5434a544bce653dc642352050538f5c9bc9a37dd66b7bff6eae1b776322703c2a770e9ec203f21f7c71f95758b4 WHIRLPOOL a11662ad12b933437d2fb436318f91604ec5cd6262b47c0144d6bc9b0babca172cebe284e1cf8713e8afc3e4b349ff1636223c1bd31f488e1be85c6d3a7483d7
+DIST mopidy-spotify-2.1.0.tar.gz 32497 SHA256 63aacff8fb1da85ba2dc4c781695019b7196d3eeca2e66c441da1a4a076d736c SHA512 5ed5591b4d8a78ec2eab57fea5c09a4887e88cb2b067b9f261d4b1ca6e92c17943c2b00cc5abab93bbcd1d9c1a6e9396d03fee516b37c52b7323a0ab6a34c8af WHIRLPOOL 9296eab94e2ed12e6f3b4cf9aa1f80bfd56ea0ca17fe57cab8cba875d3205b170a9911571cb3552d8af2b6b19b5f873a6b92ca982db0fa51b263f4070d0eec1e

diff --git a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild b/media-plugins/mopidy-spotify/mopidy-spotify-2.1.0.ebuild
similarity index 79%
rename from media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild
rename to media-plugins/mopidy-spotify/mopidy-spotify-2.1.0.ebuild
index 3340502..237146b 100644
--- a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild
+++ b/media-plugins/mopidy-spotify/mopidy-spotify-2.1.0.ebuild
@@ -18,11 +18,13 @@ IUSE="test"
 
 RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
 	>=dev-python/pyspotify-2.0.2[${PYTHON_USEDEP}]
-	>=media-sound/mopidy-1.1.0[${PYTHON_USEDEP}]"
+	>=media-sound/mopidy-1.1.0[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.0[${PYTHON_USEDEP}]"
 
 DEPEND="test? ( ${RDEPEND}
 	dev-python/pytest[${PYTHON_USEDEP}]
-	dev-python/pytest-capturelog[${PYTHON_USEDEP}] )
+	dev-python/pytest-capturelog[${PYTHON_USEDEP}]
+	dev-python/responses[${PYTHON_USEDEP}] )
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 
 DOCS=( README.rst )


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/
@ 2015-11-19 21:50 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-11-19 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c2a5236a0628fff104919806f4d34ca3cfefe6ce
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 21:50:28 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 21:50:28 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c2a5236a

media-plugins/mopidy-spotify: Version bump. Remove old

Package-Manager: portage-2.2.25

 media-plugins/mopidy-spotify/Manifest                                   | 2 +-
 .../{mopidy-spotify-2.1.0.ebuild => mopidy-spotify-2.2.0.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/mopidy-spotify/Manifest b/media-plugins/mopidy-spotify/Manifest
index 4949ba1..8d51c51 100644
--- a/media-plugins/mopidy-spotify/Manifest
+++ b/media-plugins/mopidy-spotify/Manifest
@@ -1 +1 @@
-DIST mopidy-spotify-2.1.0.tar.gz 32497 SHA256 63aacff8fb1da85ba2dc4c781695019b7196d3eeca2e66c441da1a4a076d736c SHA512 5ed5591b4d8a78ec2eab57fea5c09a4887e88cb2b067b9f261d4b1ca6e92c17943c2b00cc5abab93bbcd1d9c1a6e9396d03fee516b37c52b7323a0ab6a34c8af WHIRLPOOL 9296eab94e2ed12e6f3b4cf9aa1f80bfd56ea0ca17fe57cab8cba875d3205b170a9911571cb3552d8af2b6b19b5f873a6b92ca982db0fa51b263f4070d0eec1e
+DIST mopidy-spotify-2.2.0.tar.gz 32520 SHA256 b150df5e637899dbfbf4b55a63565999432eb65ff2f11c666a4a241bf39c3973 SHA512 e807689610612ceb6380db07faefb50e79c1805ad0ad98056a4276cb87ad5e9d2cd25f6d2726f6acf94a963f4235f7b6a7714e00fd699b20dfd880e852c3366a WHIRLPOOL b8d082830e585f052691ad553570fee99963f56cb1ec4523f5a2fdbe3d4d59c20036d26cf6bb34f204ee60f147a8e186adc9c894968c60b9edd10f605ac97eea

diff --git a/media-plugins/mopidy-spotify/mopidy-spotify-2.1.0.ebuild b/media-plugins/mopidy-spotify/mopidy-spotify-2.2.0.ebuild
similarity index 100%
rename from media-plugins/mopidy-spotify/mopidy-spotify-2.1.0.ebuild
rename to media-plugins/mopidy-spotify/mopidy-spotify-2.2.0.ebuild


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/
@ 2016-02-18 22:38 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2016-02-18 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     48f9843a176e98be8f7ffd4687053a7848f71d91
Author:     Martin Ertsaas <martiert <AT> gmail <DOT> com>
AuthorDate: Tue Feb 16 08:41:45 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 22:37:53 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=48f9843a

mopidy-spotify: Update to v3.0.0

Package-Manager: portage-2.2.27

 media-plugins/mopidy-spotify/Manifest              |  1 +
 .../mopidy-spotify/mopidy-spotify-3.0.0.ebuild     | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/media-plugins/mopidy-spotify/Manifest b/media-plugins/mopidy-spotify/Manifest
index 8d51c51..8d162e6 100644
--- a/media-plugins/mopidy-spotify/Manifest
+++ b/media-plugins/mopidy-spotify/Manifest
@@ -1 +1,2 @@
 DIST mopidy-spotify-2.2.0.tar.gz 32520 SHA256 b150df5e637899dbfbf4b55a63565999432eb65ff2f11c666a4a241bf39c3973 SHA512 e807689610612ceb6380db07faefb50e79c1805ad0ad98056a4276cb87ad5e9d2cd25f6d2726f6acf94a963f4235f7b6a7714e00fd699b20dfd880e852c3366a WHIRLPOOL b8d082830e585f052691ad553570fee99963f56cb1ec4523f5a2fdbe3d4d59c20036d26cf6bb34f204ee60f147a8e186adc9c894968c60b9edd10f605ac97eea
+DIST mopidy-spotify-3.0.0.tar.gz 34987 SHA256 e8338603e9a04f3af799f0dde6be3dbd7e4f4f46a975715ef1b48b6f0d86eb70 SHA512 21aa2e1511b6749fd72861bdeed94bb35f1e46cc9e7d2d1bbb783a95bcb19841e0be099f681ffd6a69f5f9b665f0efea7e097309cf6605b5bbcc1678752379c3 WHIRLPOOL c9d6afc8ac60c1c359536b152d68910f18cb9642635c606bcd47a7a61db47aea4689137635d62fb094a590c7b99d9c80769d56448fc35a4ca852ffaf0e0b5665

diff --git a/media-plugins/mopidy-spotify/mopidy-spotify-3.0.0.ebuild b/media-plugins/mopidy-spotify/mopidy-spotify-3.0.0.ebuild
new file mode 100644
index 0000000..25931f3
--- /dev/null
+++ b/media-plugins/mopidy-spotify/mopidy-spotify-3.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+inherit vcs-snapshot distutils-r1
+
+DESCRIPTION="Mopidy extension for playing music from Spotify"
+HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy-spotify"
+SRC_URI="https://github.com/mopidy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=dev-python/pykka-1.1[${PYTHON_USEDEP}]
+	>=dev-python/pyspotify-2.0.5[${PYTHON_USEDEP}]
+	>=media-sound/mopidy-2.0[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.0[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( ${RDEPEND}
+	dev-python/pytest[${PYTHON_USEDEP}]
+	dev-python/pytest-capturelog[${PYTHON_USEDEP}]
+	dev-python/responses[${PYTHON_USEDEP}] )
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst )
+
+python_test() {
+	py.test || die
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-18 22:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-27 10:24 [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2016-02-18 22:38 Manuel Rüger
2015-11-19 21:50 Manuel Rüger
2015-08-28  1:51 Manuel Rüger
2015-08-06 23:39 Manuel Rüger
2015-06-30  2:06 Manuel Rüger
2015-06-30  1:56 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox