From: Michał Górny Date: Tue, 4 Feb 2020 13:05:07 +0000 (+0100) Subject: dev-util/buildbot-worker: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c5a9997c305a8517eb347a777ba66e1bbdc99784;p=gentoo.git dev-util/buildbot-worker: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild b/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild index 65fc5de22877..2fc5d7a0f231 100644 --- a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" diff --git a/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild b/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild index d4c993247d75..a8ac9da44f52 100644 --- a/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" diff --git a/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild b/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild index d4c993247d75..a8ac9da44f52 100644 --- a/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild index d4c993247d75..a8ac9da44f52 100644 --- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"