Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-logging/
Date: Fri, 04 Sep 2020 22:14:20
Message-Id: 1599257650.82af16daf27f17882534d1d15aa9cf59d0041e79.sbraz@gentoo
1 commit: 82af16daf27f17882534d1d15aa9cf59d0041e79
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 22:12:57 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 22:14:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82af16da
7
8 dev-python/jaraco-logging: add Python 3.9 support, fix a warning
9
10 Package-Manager: Portage-3.0.3, Repoman-2.3.23
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild b/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild
17 index 2470aa63d5e..46c712a12fd 100644
18 --- a/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild
19 +++ b/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild
20 @@ -3,7 +3,9 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
25 +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
26 +# [options.entry_points] is present in setup.cfg but it is empty
27 +DISTUTILS_USE_SETUPTOOLS=manual
28
29 inherit distutils-r1
30
31 @@ -26,6 +28,7 @@ RDEPEND="
32 dev-python/tempora[${PYTHON_USEDEP}]
33 "
34 BDEPEND="
35 + dev-python/setuptools[${PYTHON_USEDEP}]
36 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
37 test? (
38 ${RDEPEND}