dev-python/manuel: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:16:17 +0000 (17:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:39 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/manuel/manuel-1.8.0.ebuild
dev-python/manuel/manuel-1.9.0.ebuild

index e4ca4e9630a4573cd49224071bf8f9a6379f506a..307de66e3b120d696181d6227b7e6c272031ca46 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 888269e9711ee85524507465eba580481e3259cd..55378235ace1835da44082217a7032d735e12221 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1