dev-python/restructuredtext-lint: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:06:10 +0000 (22:06 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:41 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild

index f6138f0f3dc229b935fe180f9404b338aa24375c..a6b14f3668e5fb12a6c9d37ae082c8bee5863ae3 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 8dd05897ee67d35bb7b313dff5007ea35b7fcb0b..7821756a7efc2419824195b0df5a7411dfd737c1 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,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1