dev-db/mycli: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:40:43 +0000 (06:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:04:49 +0000 (07:04 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-db/mycli/mycli-1.19.0.ebuild
dev-db/mycli/mycli-1.20.1.ebuild
dev-db/mycli/mycli-9999.ebuild

index 382fd13f0c6c0b8752f8e99f1653563c610dd2da..2927d8196bb5df01b7d63ae8fb7679b91312558d 100644 (file)
@@ -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"
index 4191db66b764e5ff1538dbc7ec0678d8980446e7..b702b50548b03e137d6c18e420b7f077746be1e3 100644 (file)
@@ -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"
index 1e46e80c56e2e4b30256340c8e6ff649231ffc4d..282b53f82e82cb6d57713d8a39f333ad68bfadf6 100644 (file)
@@ -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