diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:33:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:38:20 +0100 |
commit | 9e49603e6bf2b15f3cb461d2a0bdbfa3462d08fc (patch) | |
tree | ca7dabfc8e25e37c219f605207e4526c4ef99f58 /app-text | |
parent | app-text/landslide: Remove py2 (diff) | |
download | gentoo-9e49603e6bf2b15f3cb461d2a0bdbfa3462d08fc.tar.gz gentoo-9e49603e6bf2b15f3cb461d2a0bdbfa3462d08fc.tar.bz2 gentoo-9e49603e6bf2b15f3cb461d2a0bdbfa3462d08fc.zip |
app-text/pytextile: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pytextile/pytextile-2.3.3.ebuild | 2 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-3.0.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild b/app-text/pytextile/pytextile-2.3.3.ebuild index 2226c9abb454..69515f328b86 100644 --- a/app-text/pytextile/pytextile-2.3.3.ebuild +++ b/app-text/pytextile/pytextile-2.3.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild b/app-text/pytextile/pytextile-3.0.3.ebuild index 8ea0f74d9ac3..136381cfdbd1 100644 --- a/app-text/pytextile/pytextile-3.0.3.ebuild +++ b/app-text/pytextile/pytextile-3.0.3.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} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 |