dev-python/guzzle_sphinx_theme: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:56:00 +0000 (14:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:05:19 +0000 (15:05 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.10.ebuild
dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild
dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11.ebuild

index a9e66eda0e5439ca91606008cce02305fda3ece0..376ef5757d1e6a2f806a637a0603e6064e9b35b5 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 1fc38997e3aa5c76aac7fc5b59222fce5b028ef0..6304d0f12ae4115aecfdf4da9b13ea785075e937 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1
 
index b7e91a44a20adbc4645d4004ad9b699e415e0681..4ac4810fea773e747629481c86bc43b29d8d9302 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