dev-python/cli_helpers: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:42:31 +0000 (06:42 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:04:52 +0000 (07:04 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
dev-python/cli_helpers/cli_helpers-9999.ebuild

index 797b09c21cdfea795bcb669220dcf04380551a43..e4a062604f50a6a91be22031e8e5b17737180fce 100644 (file)
@@ -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"
index f90a664aa8242c8c1c3c10e440de06f08827cd08..43af7034b1b78115f2b78831e29636de12b63c6b 100644 (file)
@@ -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