Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/
Date: Thu, 03 Dec 2020 01:35:56
Message-Id: 1606959346.22962d6736a41921a97ab09bbc94360306495844.bman@gentoo
1 commit: 22962d6736a41921a97ab09bbc94360306495844
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 01:23:34 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 01:35:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22962d67
7
8 dev-python/duecredit: add py3_{8,9}. Fix DISTUTILS
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-python/duecredit/duecredit-0.7.0.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/duecredit/duecredit-0.7.0.ebuild b/dev-python/duecredit/duecredit-0.7.0.ebuild
16 index 7e4a4de6e9d..dc34504d06e 100644
17 --- a/dev-python/duecredit/duecredit-0.7.0.ebuild
18 +++ b/dev-python/duecredit/duecredit-0.7.0.ebuild
19 @@ -3,7 +3,10 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6..9} )
25 +
26 +DISTUTILS_USE_SETUPTOOLS=rdepend
27 +
28 inherit distutils-r1
29
30 DESCRIPTION="Publications (and donations) tracer"