Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/mopidy/
Date: Fri, 03 Jun 2022 10:44:47
Message-Id: 1654251812.e9595c31d2012ec5f133154044d84acb10027bc6.flow@gentoo
1 commit: e9595c31d2012ec5f133154044d84acb10027bc6
2 Author: David Roman <davidroman96 <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 3 10:23:32 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 10:23:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9595c31
7
8 media-sound/mopidy: add 3.3.0, drop 3.2.0
9
10 Closes: https://bugs.gentoo.org/848393
11 Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
12
13 media-sound/mopidy/Manifest | 2 +-
14 media-sound/mopidy/{mopidy-3.2.0.ebuild => mopidy-3.3.0.ebuild} | 6 +++---
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest
18 index 0bb1f2684..fe444ee2f 100644
19 --- a/media-sound/mopidy/Manifest
20 +++ b/media-sound/mopidy/Manifest
21 @@ -1 +1 @@
22 -DIST mopidy-3.2.0.tar.gz 438255 BLAKE2B afab74b9b8217a2481b711708ada81b79de8b2eb2be5892378f672690098d82fb27f715d95fd585cf76b84be2cd4cc07d1cd2d8fc5d42ef4e1710c5a67e08f7b SHA512 cbca5c2f6784754c06f9f6fd80aa0379b606ed4a52f31dfa27c165869cf65171b6203f683ee1150319ab51feae45dadaaa338e22d26af3511cdf56e8f3d81145
23 +DIST mopidy-3.3.0.tar.gz 443949 BLAKE2B 433c9caef164b9c85ea220f0f1472cb3b78c7291618e46ed16497ec0734f57d6a8a2ea1218c79a6a60fde60179e59c4a4a9bde805ac84109a02935673132ab95 SHA512 9cad7d5013defb9f7edee17b48120286a0b3be568eba15c60fc5363f8ee2ab9041dd79574b2ce1a14a941f41f53101f588e0d0283ee01b82499bc6ffe001cee2
24
25 diff --git a/media-sound/mopidy/mopidy-3.2.0.ebuild b/media-sound/mopidy/mopidy-3.3.0.ebuild
26 similarity index 91%
27 rename from media-sound/mopidy/mopidy-3.2.0.ebuild
28 rename to media-sound/mopidy/mopidy-3.3.0.ebuild
29 index 8765cd26b..454da0a7b 100644
30 --- a/media-sound/mopidy/mopidy-3.2.0.ebuild
31 +++ b/media-sound/mopidy/mopidy-3.3.0.ebuild
32 @@ -1,10 +1,10 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=7
38 +EAPI=8
39
40 DISTUTILS_USE_SETUPTOOLS=rdepend
41 -PYTHON_COMPAT=( python3_{8,9} )
42 +PYTHON_COMPAT=( python3_{8..10} )
43
44 inherit distutils-r1