Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/whipper/
Date: Fri, 28 May 2021 14:19:37
Message-Id: 1622211561.0e96907b0eb73b1e2b2da8babe28cbc15511746d.mgorny@gentoo
1 commit: 0e96907b0eb73b1e2b2da8babe28cbc15511746d
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Wed May 26 05:35:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 14:19:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e96907b
7
8 media-sound/whipper: bump to python 3.9
9
10 passes tests
11
12 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 media-sound/whipper/whipper-0.9.0.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/media-sound/whipper/whipper-0.9.0.ebuild b/media-sound/whipper/whipper-0.9.0.ebuild
19 index 6798ca12b88..c14aa57f5c2 100644
20 --- a/media-sound/whipper/whipper-0.9.0.ebuild
21 +++ b/media-sound/whipper/whipper-0.9.0.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_{7,8} )
30 +PYTHON_COMPAT=( python3_{7..9} )
31
32 inherit distutils-r1
33
34 @@ -25,7 +25,6 @@ RDEPEND="
35 dev-python/python-musicbrainz-ngs[${PYTHON_USEDEP}]
36 dev-python/requests[${PYTHON_USEDEP}]
37 dev-python/ruamel-yaml[${PYTHON_USEDEP}]
38 - dev-python/setuptools[${PYTHON_USEDEP}]
39 media-libs/mutagen[${PYTHON_USEDEP}]
40 media-sound/sox[flac]"
41 BDEPEND="