Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-worker/
Date: Tue, 04 Feb 2020 13:10:29
Message-Id: 1580821811.c5a9997c305a8517eb347a777ba66e1bbdc99784.mgorny@gentoo
1 commit: c5a9997c305a8517eb347a777ba66e1bbdc99784
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 13:05:07 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 13:10:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a9997c
7
8 dev-util/buildbot-worker: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild | 2 +-
13 dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild | 2 +-
14 dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild | 2 +-
15 dev-util/buildbot-worker/buildbot-worker-9999.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild b/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild
19 index 65fc5de2287..2fc5d7a0f23 100644
20 --- a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild
21 +++ b/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 -PYTHON_COMPAT=( python2_7 python3_6 )
27 +PYTHON_COMPAT=( python3_6 )
28
29 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
30
31
32 diff --git a/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild b/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild
33 index d4c993247d7..a8ac9da44f5 100644
34 --- a/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild
35 +++ b/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI="6"
40 -PYTHON_COMPAT=( python2_7 python3_6 )
41 +PYTHON_COMPAT=( python3_6 )
42
43 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
44
45
46 diff --git a/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild b/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild
47 index d4c993247d7..a8ac9da44f5 100644
48 --- a/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild
49 +++ b/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI="6"
54 -PYTHON_COMPAT=( python2_7 python3_6 )
55 +PYTHON_COMPAT=( python3_6 )
56
57 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
58
59
60 diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
61 index d4c993247d7..a8ac9da44f5 100644
62 --- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
63 +++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
64 @@ -2,7 +2,7 @@
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI="6"
68 -PYTHON_COMPAT=( python2_7 python3_6 )
69 +PYTHON_COMPAT=( python3_6 )
70
71 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"