From: Michał Górny Date: Mon, 3 Feb 2020 20:44:16 +0000 (+0100) Subject: dev-python/watchdog: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6a8ab4bbfb668ec7276a884896fab28c4045d4e7;p=gentoo.git dev-python/watchdog: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/watchdog/watchdog-0.8.3-r2.ebuild b/dev-python/watchdog/watchdog-0.8.3-r2.ebuild index 0eda092020e3..7b2615c34eee 100644 --- a/dev-python/watchdog/watchdog-0.8.3-r2.ebuild +++ b/dev-python/watchdog/watchdog-0.8.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6) +PYTHON_COMPAT=( python3_6) inherit distutils-r1 eutils diff --git a/dev-python/watchdog/watchdog-0.9.0.ebuild b/dev-python/watchdog/watchdog-0.9.0.ebuild index 66298b176993..bf9ebf05fb64 100644 --- a/dev-python/watchdog/watchdog-0.9.0.ebuild +++ b/dev-python/watchdog/watchdog-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7}) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils