dev-python/commonmark: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 24 Mar 2020 20:52:09 +0000 (21:52 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 24 Mar 2020 21:46:06 +0000 (22:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/commonmark/commonmark-0.5.4.ebuild
dev-python/commonmark/commonmark-0.7.5.ebuild
dev-python/commonmark/commonmark-0.8.1.ebuild

index f000a90e3b6b198ee02579b791ba9d7a609f13ae..ab0f369be3e8a93e0986f49c7ab760bb2b94c9f2 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 28ef183ac3d97200e684c902c12fb30789f7d8ea..a957191cbbdbd1eebc03563cd348e805d28ee0f7 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index cab9fe1b4b01b5cc2a828834685ebdc084e63000..e2fb66d52f3913424593117e3a35565732554108 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1