diff options
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/recommonmark/recommonmark-0.4.0.ebuild b/dev-python/recommonmark/recommonmark-0.4.0.ebuild index 371995c3ae04..055fa437676e 100644 --- a/dev-python/recommonmark/recommonmark-0.4.0.ebuild +++ b/dev-python/recommonmark/recommonmark-0.4.0.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/recommonmark/recommonmark-0.5.0.ebuild b/dev-python/recommonmark/recommonmark-0.5.0.ebuild index a6d116d158e8..253f749c2744 100644 --- a/dev-python/recommonmark/recommonmark-0.5.0.ebuild +++ b/dev-python/recommonmark/recommonmark-0.5.0.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,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild b/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild index dc8566adf369..de87af65b8bd 100644 --- a/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild +++ b/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.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,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild index 6c8adfc6c0a0..3b6ce2ef6194 100644 --- a/dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild +++ b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.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,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild index f0a0ef42540f..84d7b3549ba8 100644 --- a/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild +++ b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.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,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 |