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/rosinstall_generator/
Date: Thu, 06 Feb 2020 05:59:56
Message-Id: 1580968762.6d706c0a0a2676e916b45a31713d82b863a470ed.mgorny@gentoo
1 commit: 6d706c0a0a2676e916b45a31713d82b863a470ed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 05:40:34 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 05:59:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d706c0a
7
8 dev-util/rosinstall_generator: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild | 2 +-
13 dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild | 2 +-
14 dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
18 index bffe8ab6f37..7419030810a 100644
19 --- a/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
20 +++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 -PYTHON_COMPAT=( python{2_7,3_6} )
26 +PYTHON_COMPAT=( python3_6 )
27
28 SCM=""
29 if [ "${PV#9999}" != "${PV}" ] ; then
30
31 diff --git a/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild
32 index c29af060ec6..2b89625c44c 100644
33 --- a/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild
34 +++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=5
39 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
40 +PYTHON_COMPAT=( python3_6 pypy3 )
41
42 SCM=""
43 if [ "${PV#9999}" != "${PV}" ] ; then
44
45 diff --git a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild
46 index c29af060ec6..2b89625c44c 100644
47 --- a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild
48 +++ b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild
49 @@ -2,7 +2,7 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=5
53 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
54 +PYTHON_COMPAT=( python3_6 pypy3 )
55
56 SCM=""
57 if [ "${PV#9999}" != "${PV}" ] ; then