Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/spotify_dl/
Date: Mon, 07 Feb 2022 09:52:06
Message-Id: 1644227519.1bf33d9d8d7d1f952f0296a25ec67e017614a6c0.smaniotto.nicola@gentoo
1 commit: 1bf33d9d8d7d1f952f0296a25ec67e017614a6c0
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 7 09:50:45 2022 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 7 09:51:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bf33d9d
7
8 media-sound/spotify_dl: allow python3_10
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 .../spotify_dl/{spotify_dl-8.1.0.ebuild => spotify_dl-8.1.0-r1.ebuild} | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/media-sound/spotify_dl/spotify_dl-8.1.0.ebuild b/media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild
17 similarity index 89%
18 rename from media-sound/spotify_dl/spotify_dl-8.1.0.ebuild
19 rename to media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild
20 index ae10bd0a0..b9df9dbba 100644
21 --- a/media-sound/spotify_dl/spotify_dl-8.1.0.ebuild
22 +++ b/media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild
23 @@ -3,8 +3,7 @@
24
25 EAPI=8
26
27 -PYTHON_COMPAT=( python3_{8..9} )
28 -# NOTE: python3.10 is supported, but not by the spotipy version in ::guru
29 +PYTHON_COMPAT=( python3_{8..10} )
30
31 inherit distutils-r1