diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-24 21:51:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-24 22:46:05 +0100 |
commit | 6ddcfd1d8baa44565f6c5e181d2ec80631f82775 (patch) | |
tree | 42d3eda2b290e863664501d8796e565836de153e /dev-python/recommonmark | |
parent | profiles/base: Mask <sys-devel/llvm-9[doc] (diff) | |
download | gentoo-6ddcfd1d8baa44565f6c5e181d2ec80631f82775.tar.gz gentoo-6ddcfd1d8baa44565f6c5e181d2ec80631f82775.tar.bz2 gentoo-6ddcfd1d8baa44565f6c5e181d2ec80631f82775.zip |
dev-python/recommonmark: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/recommonmark')
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 |