From: David Seifert Date: Sat, 28 Dec 2019 16:15:47 +0000 (+0100) Subject: dev-python/schedule: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3bf07d24209a2995f379934b2a57d17c95d46536;p=gentoo.git dev-python/schedule: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/schedule/schedule-0.4.2.ebuild b/dev-python/schedule/schedule-0.4.2.ebuild index fc5673e058f8..593b68de9de5 100644 --- a/dev-python/schedule/schedule-0.4.2.ebuild +++ b/dev-python/schedule/schedule-0.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Python job scheduling for humans" diff --git a/dev-python/schedule/schedule-0.5.0.ebuild b/dev-python/schedule/schedule-0.5.0.ebuild index e4799c721d68..af3bc978351b 100644 --- a/dev-python/schedule/schedule-0.5.0.ebuild +++ b/dev-python/schedule/schedule-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Python job scheduling for humans"