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/pyacoustid/
Date: Fri, 14 May 2021 11:21:39
Message-Id: 1620991269.9258384a0edef06a6bb7d9c742d28e00405175db.sam@gentoo
1 commit: 9258384a0edef06a6bb7d9c742d28e00405175db
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Mon May 10 21:05:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 11:21:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9258384a
7
8 dev-python/pyacoustid: 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/pyacoustid/pyacoustid-1.2.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild b/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild
19 index 720eb05f8b6..7b23ee07bc5 100644
20 --- a/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild
21 +++ b/dev-python/pyacoustid/pyacoustid-1.2.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