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/bashate/
Date: Wed, 02 Dec 2020 21:52:15
Message-Id: 1606945868.a36a580550ccf2178d985a51a4b9572c8e448d97.bman@gentoo
1 commit: a36a580550ccf2178d985a51a4b9572c8e448d97
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 21:45:15 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 21:51:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36a5805
7
8 dev-python/bashate: add py3_{8,9}
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-python/bashate/bashate-0.6.0.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/bashate/bashate-0.6.0.ebuild b/dev-python/bashate/bashate-0.6.0.ebuild
16 index 7ca3926ad71..e5ef34a2289 100644
17 --- a/dev-python/bashate/bashate-0.6.0.ebuild
18 +++ b/dev-python/bashate/bashate-0.6.0.ebuild
19 @@ -2,7 +2,9 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{6,7} )
24 +
25 +PYTHON_COMPAT=( python3_{6..9} )
26 +
27 DISTUTILS_IN_SOURCE_BUILD=TRUE
28 DISTUTILS_USE_SETUPTOOLS=rdepend