From: Michał Górny <mgorny@gentoo.org> Date: Thu, 13 Feb 2020 06:19:07 +0000 (+0100) Subject: dev-python/markdown: Restore py2.7 in 3.1.1-r1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3e10852ee7004ce4ffe2e2fd91654772348f2fb;p=gentoo.git dev-python/markdown: Restore py2.7 in 3.1.1-r1 This package still has py2.7 revdeps, and there seems to be no reason why py2.7 was removed in the first place. This is only going to block people from upgrading, and us from cleaning up old versions. (3.2+ actually drop py2.7 upstream) Signed-off-by: Michał Górny <mgorny@gentoo.org> --- diff --git a/dev-python/markdown/markdown-3.1.1-r1.ebuild b/dev-python/markdown/markdown-3.1.1-r1.ebuild index 30fe474592fa..9d17056a241e 100644 --- a/dev-python/markdown/markdown-3.1.1-r1.ebuild +++ b/dev-python/markdown/markdown-3.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend