app-text/wiki2beamer: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:30:38 +0000 (12:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:54:00 +0000 (12:54 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild

index e297abad055daec8f7f19ea38b1671a9ddc1186b..3d7c75757a2ad479e3053be9c67c1885f9423b6f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-single-r1
 
index 906911db696776281415f7d79891b40650abab1e..c87c19f7d575eed9ceb3e209e9431d38a63122a3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-single-r1