Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/
Date: Thu, 30 Jul 2020 06:03:11
Message-Id: 1596088977.e4b67f6bb2bf6108b0102e61608a7c14477c5ff4.mgorny@gentoo
1 commit: e4b67f6bb2bf6108b0102e61608a7c14477c5ff4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 05:48:27 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 06:02:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b67f6b
7
8 dev-python/cli_helpers: Port to py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
16 index b4159629ae3..8e70cb86e44 100644
17 --- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
18 +++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6..9} )
25 inherit distutils-r1
26
27 DESCRIPTION="Python helpers for common CLI tasks"