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: app-misc/yq/
Date: Thu, 30 Jan 2020 21:26:23
Message-Id: 1580419565.a2e90925cdc53626591c65c52266b787a532c4e8.mgorny@gentoo
1 commit: a2e90925cdc53626591c65c52266b787a532c4e8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 21:11:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 21:26:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e90925
7
8 app-misc/yq: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-misc/yq/yq-2.7.1-r1.ebuild | 2 +-
13 app-misc/yq/yq-2.7.2.ebuild | 2 +-
14 app-misc/yq/yq-2.8.0.ebuild | 2 +-
15 app-misc/yq/yq-2.9.2-r1.ebuild | 2 +-
16 app-misc/yq/yq-2.9.2.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/app-misc/yq/yq-2.7.1-r1.ebuild b/app-misc/yq/yq-2.7.1-r1.ebuild
20 index 8146154e34d..2559bf50e6b 100644
21 --- a/app-misc/yq/yq-2.7.1-r1.ebuild
22 +++ b/app-misc/yq/yq-2.7.1-r1.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python2_7 python3_6 )
28 +PYTHON_COMPAT=( python3_6 )
29
30 inherit distutils-r1
31
32
33 diff --git a/app-misc/yq/yq-2.7.2.ebuild b/app-misc/yq/yq-2.7.2.ebuild
34 index 2c675de66fd..f091efa9098 100644
35 --- a/app-misc/yq/yq-2.7.2.ebuild
36 +++ b/app-misc/yq/yq-2.7.2.ebuild
37 @@ -2,7 +2,7 @@
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
42 +PYTHON_COMPAT=( python3_{6,7} )
43
44 inherit distutils-r1
45
46
47 diff --git a/app-misc/yq/yq-2.8.0.ebuild b/app-misc/yq/yq-2.8.0.ebuild
48 index 2c675de66fd..f091efa9098 100644
49 --- a/app-misc/yq/yq-2.8.0.ebuild
50 +++ b/app-misc/yq/yq-2.8.0.ebuild
51 @@ -2,7 +2,7 @@
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
56 +PYTHON_COMPAT=( python3_{6,7} )
57
58 inherit distutils-r1
59
60
61 diff --git a/app-misc/yq/yq-2.9.2-r1.ebuild b/app-misc/yq/yq-2.9.2-r1.ebuild
62 index a569a0b4e89..3853856388a 100644
63 --- a/app-misc/yq/yq-2.9.2-r1.ebuild
64 +++ b/app-misc/yq/yq-2.9.2-r1.ebuild
65 @@ -2,7 +2,7 @@
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
70 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
71
72 inherit distutils-r1
73
74
75 diff --git a/app-misc/yq/yq-2.9.2.ebuild b/app-misc/yq/yq-2.9.2.ebuild
76 index 2c675de66fd..f091efa9098 100644
77 --- a/app-misc/yq/yq-2.9.2.ebuild
78 +++ b/app-misc/yq/yq-2.9.2.ebuild
79 @@ -2,7 +2,7 @@
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=7
83 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
84 +PYTHON_COMPAT=( python3_{6,7} )
85
86 inherit distutils-r1