commit:     f8ffc6fa482a6be8222657adbff24301de653e55
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 05:42:31 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 06:04:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ffc6fa

dev-python/cli_helpers: Remove Python 2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cli_helpers/cli_helpers-1.2.1.ebuild | 2 +-
 dev-python/cli_helpers/cli_helpers-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
index 797b09c21cd..e4a062604f5 100644
--- a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python helpers for common CLI tasks"

diff --git a/dev-python/cli_helpers/cli_helpers-9999.ebuild 
b/dev-python/cli_helpers/cli_helpers-9999.ebuild
index f90a664aa82..43af7034b1b 100644
--- a/dev-python/cli_helpers/cli_helpers-9999.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 EGIT_REPO_URI="https://github.com/dbcli/${PN}.git";
 inherit distutils-r1 git-r3
 

Reply via email to