diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:56:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:05:19 +0100 |
commit | 4ce65f509cce064586bce5b06aac5f5a51309946 (patch) | |
tree | f29ff7c7767860ca2770823338df86b57bdb0c3c /dev-python/guzzle_sphinx_theme | |
parent | dev-python/grpcio: Remove py2 (diff) | |
download | gentoo-4ce65f509cce064586bce5b06aac5f5a51309946.tar.gz gentoo-4ce65f509cce064586bce5b06aac5f5a51309946.tar.bz2 gentoo-4ce65f509cce064586bce5b06aac5f5a51309946.zip |
dev-python/guzzle_sphinx_theme: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/guzzle_sphinx_theme')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.10.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.10.ebuild index a9e66eda0e54..376ef5757d1e 100644 --- a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.10.ebuild +++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.10.ebuild @@ -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 diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild index 1fc38997e3aa..6304d0f12ae4 100644 --- a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild +++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild @@ -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 diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11.ebuild index b7e91a44a20a..4ac4810fea77 100644 --- a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11.ebuild +++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11.ebuild @@ -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 |