dev-python/prompt_toolkit: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:00:16 +0000 (20:00 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:12:38 +0000 (20:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild
dev-python/prompt_toolkit/prompt_toolkit-2.0.6.ebuild
dev-python/prompt_toolkit/prompt_toolkit-2.0.7.ebuild

index 2e6b179b18327a26a2b724fabda241deb39ef3e6..bfbd6ba63e763b05f6ac531639600314060f9e5b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index a8972906a4647874f2d0262561e58a856cde066f..f3ac62355920655d0616f2b3401087a3539f2e1b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index d9bd30bd76a2e22bd2d4c49ea2ce9a387f1b08fa..616c0d45b233c406163819f07e920cdf4691a0d4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1