summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-16 06:42:31 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-16 07:04:52 +0100
commitf8ffc6fa482a6be8222657adbff24301de653e55 (patch)
treec112f0c497475978aaee6bcf4398ac9bfb72cb1d /dev-python/cli_helpers
parentdev-python/cli_helpers: Remove old (diff)
downloadgentoo-f8ffc6fa482a6be8222657adbff24301de653e55.tar.gz
gentoo-f8ffc6fa482a6be8222657adbff24301de653e55.tar.bz2
gentoo-f8ffc6fa482a6be8222657adbff24301de653e55.zip
dev-python/cli_helpers: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cli_helpers')
-rw-r--r--dev-python/cli_helpers/cli_helpers-1.2.1.ebuild2
-rw-r--r--dev-python/cli_helpers/cli_helpers-9999.ebuild2
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 797b09c21cdf..e4a062604f50 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 f90a664aa824..43af7034b1b7 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