Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logutils/
Date: Fri, 26 Feb 2021 00:44:25
Message-Id: 1614300182.bc698c5b5921846b75f229a6f842a047e949e1e7.chutzpah@gentoo
1 commit: bc698c5b5921846b75f229a6f842a047e949e1e7
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu Feb 25 23:03:17 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 00:43:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc698c5b
7
8 dev-python/logutils-0.3.5: Add py39
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.15, Repoman-3.0.2
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/logutils/logutils-0.3.5.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/logutils/logutils-0.3.5.ebuild b/dev-python/logutils/logutils-0.3.5.ebuild
18 index 54afb491434..d64fc314ed7 100644
19 --- a/dev-python/logutils/logutils-0.3.5.ebuild
20 +++ b/dev-python/logutils/logutils-0.3.5.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_{7..9} )
29 DISTUTILS_USE_SETUPTOOLS=no
30
31 inherit distutils-r1