dev-python/sphinxcontrib-spelling: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:09:44 +0000 (07:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:35 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild
dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild
dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-4.3.0.ebuild

index fa48462ee01e87638c80d9421f17411ad18f9e8f..9bbc74035563dd4bec46d959250af0acfc277438 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 004e5b1cafeab75e5994db61a298a3c4b69ca546..4c610d2704c08bde0aefe8063e83a1f33aa0e593 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 91a2e0dbb8d5c0f7e1449280c5d82a8056c87588..83bbaae4a72133e41ee8c3e9715454e61f286d50 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1