Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/
Date: Fri, 14 May 2021 11:21:39
Message-Id: 1620991268.8530b43927318e3277a0786d3253ac54bd9b9740.sam@gentoo
1 commit: 8530b43927318e3277a0786d3253ac54bd9b9740
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Mon May 10 21:01:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 11:21:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8530b439
7
8 dev-python/discogs-client: enable Python3.9
9
10 Closes: https://bugs.gentoo.org/789141
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/discogs-client/discogs-client-2.2.2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/discogs-client/discogs-client-2.2.2.ebuild b/dev-python/discogs-client/discogs-client-2.2.2.ebuild
19 index 4f8309d6b37..bb0ce05da41 100644
20 --- a/dev-python/discogs-client/discogs-client-2.2.2.ebuild
21 +++ b/dev-python/discogs-client/discogs-client-2.2.2.ebuild
22 @@ -1,8 +1,8 @@
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 -PYTHON_COMPAT=( python3_{7,8} )
29 +PYTHON_COMPAT=( python3_{7..9} )
30
31 inherit distutils-r1