From: Michał Górny Date: Thu, 16 Jan 2020 05:40:43 +0000 (+0100) Subject: dev-db/mycli: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=36dd04e06c80430e3cd210b2050f029d5b05af12;p=gentoo.git dev-db/mycli: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-db/mycli/mycli-1.19.0.ebuild b/dev-db/mycli/mycli-1.19.0.ebuild index 382fd13f0c6c..2927d8196bb5 100644 --- a/dev-db/mycli/mycli-1.19.0.ebuild +++ b/dev-db/mycli/mycli-1.19.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="CLI for MySQL Database with auto-completion and syntax highlighting" diff --git a/dev-db/mycli/mycli-1.20.1.ebuild b/dev-db/mycli/mycli-1.20.1.ebuild index 4191db66b764..b702b50548b0 100644 --- a/dev-db/mycli/mycli-1.20.1.ebuild +++ b/dev-db/mycli/mycli-1.20.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="CLI for MySQL Database with auto-completion and syntax highlighting" diff --git a/dev-db/mycli/mycli-9999.ebuild b/dev-db/mycli/mycli-9999.ebuild index 1e46e80c56e2..282b53f82e82 100644 --- a/dev-db/mycli/mycli-9999.ebuild +++ b/dev-db/mycli/mycli-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) EGIT_REPO_URI="https://github.com/dbcli/mycli.git" inherit distutils-r1 git-r3