Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: media-sound/mopidy/
Date: Fri, 28 Aug 2015 01:46:07
Message-Id: 1440726351.3e474fcf72889f2b63ca3834ad523913c22487b2.mrueg@gentoo
1 commit: 3e474fcf72889f2b63ca3834ad523913c22487b2
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 01:45:51 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 01:45:51 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=3e474fcf
7
8 media-sound/mopidy: Version bump. Remove old.
9
10 Package-Manager: portage-2.2.20.1
11
12 media-sound/mopidy/Manifest | 2 +-
13 media-sound/mopidy/{mopidy-1.0.8.ebuild => mopidy-1.1.0.ebuild} | 8 +++++---
14 2 files changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest
17 index 4976ff9..65a7cca 100644
18 --- a/media-sound/mopidy/Manifest
19 +++ b/media-sound/mopidy/Manifest
20 @@ -1 +1 @@
21 -DIST Mopidy-1.0.8.tar.gz 1952362 SHA256 e7ccc2efd626320d6117e7143af2fd681dcae2e8623902bc3922c3dd7271b863 SHA512 34304469cbed1cb1de18bf2167ad172bc9713aabb9e56d74d34fad77bad1c064b0ff7ff836378055537b3670d655b9ea31511e3ee3ed5efe109bbef8e78ab62c WHIRLPOOL 9b46c800f923d71b5643b34fde71b98c88bceafad7aae9e0a30be0f1a6104f6f4bd995c7b12307ffb61e7938fd970ddecfbc2617e27df59d902c1ff5a2256f56
22 +DIST Mopidy-1.1.0.tar.gz 2066425 SHA256 062ec9df8c5bc641b4f3f36ba0ef0da26d88f10511b99acd62dea040c8fb1f37 SHA512 a8313b55a869b808125da1f6d1259c3a28f5f17ca0dc1fe23f95ad10ef13aaeb135537733524fa7e269c72d40c718e38f1064ff799f6bd490aaef3ffccd1fd92 WHIRLPOOL c11647418f1bbc0969edb1c0dd276b2d5b073e69536a4b30646cada9400fe030bb6a84e6bcee6737cd24e8d6432b4289a0e48dc6b081ae50db90d7fc7c3ec532
23
24 diff --git a/media-sound/mopidy/mopidy-1.0.8.ebuild b/media-sound/mopidy/mopidy-1.1.0.ebuild
25 similarity index 88%
26 rename from media-sound/mopidy/mopidy-1.0.8.ebuild
27 rename to media-sound/mopidy/mopidy-1.1.0.ebuild
28 index 2ed146c..1c60ff9 100644
29 --- a/media-sound/mopidy/mopidy-1.0.8.ebuild
30 +++ b/media-sound/mopidy/mopidy-1.1.0.ebuild
31 @@ -18,6 +18,7 @@ IUSE="test"
32
33 RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
34 dev-python/gst-python:0.10[${PYTHON_USEDEP}]
35 + dev-python/requests[${PYTHON_USEDEP}]
36 media-libs/gst-plugins-bad:0.10
37 media-libs/gst-plugins-good:0.10
38 media-libs/gst-plugins-ugly:0.10
39 @@ -25,7 +26,9 @@ RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
40 www-servers/tornado[${PYTHON_USEDEP}]"
41
42 DEPEND="test? ( ${RDEPEND}
43 - dev-python/nose[${PYTHON_USEDEP}] )
44 + dev-python/mock[${PYTHON_USEDEP}]
45 + dev-python/pytest[${PYTHON_USEDEP}]
46 + dev-python/responses[${PYTHON_USEDEP}] )
47 dev-python/setuptools[${PYTHON_USEDEP}]"
48
49 S=${WORKDIR}/Mopidy-${PV}
50 @@ -33,7 +36,6 @@ S=${WORKDIR}/Mopidy-${PV}
51 pkg_setup() {
52 enewgroup mopidy
53 enewuser mopidy -1 -1 "/etc/mopidy" mopidy
54 -
55 distutils-r1_pkg_setup
56 }
57
58 @@ -54,5 +56,5 @@ src_install() {
59 }
60
61 python_test() {
62 - nosetests || die
63 + py.test || die
64 }