diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:09:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:16:35 +0100 |
commit | 72d02cafe97e8edefed76045ce666b5df3d8c947 (patch) | |
tree | a8cd0d9385e5f97d1969103a9929e3b633b0b3d8 /dev-python/sphinxcontrib-spelling | |
parent | dev-python/txaio: Remove py2 (diff) | |
download | gentoo-72d02cafe97e8edefed76045ce666b5df3d8c947.tar.gz gentoo-72d02cafe97e8edefed76045ce666b5df3d8c947.tar.bz2 gentoo-72d02cafe97e8edefed76045ce666b5df3d8c947.zip |
dev-python/sphinxcontrib-spelling: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-spelling')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild index fa48462ee01e..9bbc74035563 100644 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild +++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild @@ -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 diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild index 004e5b1cafea..4c610d2704c0 100644 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild +++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild @@ -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 diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-4.3.0.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-4.3.0.ebuild index 91a2e0dbb8d5..83bbaae4a721 100644 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-4.3.0.ebuild +++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-4.3.0.ebuild @@ -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 |