diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:10:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:16:37 +0100 |
commit | dd75da23ae701507fe69390bca4fbf6b20953923 (patch) | |
tree | 61bef13eab742da7edc101e5b2af284d6bef2740 /dev-python/sphinx-jinja | |
parent | dev-python/sphinxcontrib-spelling: Remove py2 (diff) | |
download | gentoo-dd75da23ae701507fe69390bca4fbf6b20953923.tar.gz gentoo-dd75da23ae701507fe69390bca4fbf6b20953923.tar.bz2 gentoo-dd75da23ae701507fe69390bca4fbf6b20953923.zip |
dev-python/sphinx-jinja: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-jinja')
-rw-r--r-- | dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild b/dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild index 3c50d1cb4723..c5132f939caf 100644 --- a/dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild +++ b/dev-python/sphinx-jinja/sphinx-jinja-0.2.1.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/sphinx-jinja/sphinx-jinja-0.3.0.ebuild b/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild index 3c50d1cb4723..c5132f939caf 100644 --- a/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild +++ b/dev-python/sphinx-jinja/sphinx-jinja-0.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 |