From 6ddcfd1d8baa44565f6c5e181d2ec80631f82775 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 24 Mar 2020 21:51:24 +0100 Subject: dev-python/recommonmark: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/recommonmark/recommonmark-0.4.0.ebuild | 2 +- dev-python/recommonmark/recommonmark-0.5.0.ebuild | 2 +- dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild | 2 +- dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild | 2 +- dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-python/recommonmark') 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 -- cgit v1.2.3-65-gdbad