From: Michał Górny Date: Thu, 19 Mar 2020 18:36:09 +0000 (+0100) Subject: dev-python/collective-checkdocs: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=678ec93c063796647db38d1aabb1616a4a8e4bf5;p=gentoo.git dev-python/collective-checkdocs: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild index 2684c90f190c..b31c1919910f 100644 --- a/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild +++ b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions."