diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:47 +0100 |
commit | 3bf07d24209a2995f379934b2a57d17c95d46536 (patch) | |
tree | e733a0674d8b33c69d1b690b0674b30b5983eaa0 /dev-python/schedule | |
parent | dev-python/rpyc: Remove Py2 (diff) | |
download | gentoo-3bf07d24209a2995f379934b2a57d17c95d46536.tar.gz gentoo-3bf07d24209a2995f379934b2a57d17c95d46536.tar.bz2 gentoo-3bf07d24209a2995f379934b2a57d17c95d46536.zip |
dev-python/schedule: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/schedule')
-rw-r--r-- | dev-python/schedule/schedule-0.4.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/schedule/schedule-0.5.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" |