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-portage/gentoolkit/
Date: Wed, 26 Feb 2020 12:38:55
Message-Id: 1582720728.c588551358b5c2035f5d376e2ea9ba745cc52ceb.mgorny@gentoo
1 commit: c588551358b5c2035f5d376e2ea9ba745cc52ceb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 12:24:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 12:38:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5885513
7
8 app-portage/gentoolkit: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
13 app-portage/gentoolkit/gentoolkit-0.4.7.ebuild | 2 +-
14 app-portage/gentoolkit/gentoolkit-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
18 index 624a90da4a6..46a21780e94 100644
19 --- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
20 +++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23
24 DISTUTILS_USE_SETUPTOOLS=no
25 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7} )
27 PYTHON_REQ_USE="xml(+),threads(+)"
28
29 inherit distutils-r1
30
31 diff --git a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
32 index 4ecbc9343c9..e4162f13322 100644
33 --- a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
34 +++ b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
35 @@ -4,7 +4,7 @@
36 EAPI=7
37
38 DISTUTILS_USE_SETUPTOOLS=no
39 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
40 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
41 PYTHON_REQ_USE="xml(+),threads(+)"
42
43 inherit distutils-r1
44
45 diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
46 index f79109cd9a4..1bb4f4cc13d 100644
47 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
48 +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
49 @@ -4,7 +4,7 @@
50 EAPI=7
51
52 DISTUTILS_USE_SETUPTOOLS=no
53 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
54 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
55 PYTHON_REQ_USE="xml(+),threads(+)"
56
57 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git"