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/gpyutils/
Date: Tue, 11 Feb 2020 11:38:35
Message-Id: 1581421093.353cae07c4cc66471c9a75f127c10faaf2ade1cd.mgorny@gentoo
1 commit: 353cae07c4cc66471c9a75f127c10faaf2ade1cd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:30:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:38:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353cae07
7
8 app-portage/gpyutils: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gpyutils/gpyutils-0.2.2.ebuild | 2 +-
13 app-portage/gpyutils/gpyutils-0.3.ebuild | 2 +-
14 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
15 app-portage/gpyutils/gpyutils-0.4.ebuild | 2 +-
16 app-portage/gpyutils/gpyutils-9999.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
20 index c5079188f4f..9d2a031d5cb 100644
21 --- a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
22 +++ b/app-portage/gpyutils/gpyutils-0.2.2.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=( python{2_7,3_6,3_7} )
28 +PYTHON_COMPAT=( python{3_6,3_7} )
29
30 inherit distutils-r1
31
32
33 diff --git a/app-portage/gpyutils/gpyutils-0.3.ebuild b/app-portage/gpyutils/gpyutils-0.3.ebuild
34 index e0e7821fc50..07d1c4984b1 100644
35 --- a/app-portage/gpyutils/gpyutils-0.3.ebuild
36 +++ b/app-portage/gpyutils/gpyutils-0.3.ebuild
37 @@ -4,7 +4,7 @@
38 EAPI=7
39
40 DISTUTILS_USE_SETUPTOOLS=no
41 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
42 +PYTHON_COMPAT=( python{3_6,3_7} )
43
44 inherit distutils-r1
45
46
47 diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
48 index e0e7821fc50..07d1c4984b1 100644
49 --- a/app-portage/gpyutils/gpyutils-0.4.1.ebuild
50 +++ b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
51 @@ -4,7 +4,7 @@
52 EAPI=7
53
54 DISTUTILS_USE_SETUPTOOLS=no
55 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
56 +PYTHON_COMPAT=( python{3_6,3_7} )
57
58 inherit distutils-r1
59
60
61 diff --git a/app-portage/gpyutils/gpyutils-0.4.ebuild b/app-portage/gpyutils/gpyutils-0.4.ebuild
62 index e0e7821fc50..07d1c4984b1 100644
63 --- a/app-portage/gpyutils/gpyutils-0.4.ebuild
64 +++ b/app-portage/gpyutils/gpyutils-0.4.ebuild
65 @@ -4,7 +4,7 @@
66 EAPI=7
67
68 DISTUTILS_USE_SETUPTOOLS=no
69 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
70 +PYTHON_COMPAT=( python{3_6,3_7} )
71
72 inherit distutils-r1
73
74
75 diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
76 index 9d8bc151248..6c4f2aa07f7 100644
77 --- a/app-portage/gpyutils/gpyutils-9999.ebuild
78 +++ b/app-portage/gpyutils/gpyutils-9999.ebuild
79 @@ -4,7 +4,7 @@
80 EAPI=7
81
82 DISTUTILS_USE_SETUPTOOLS=no
83 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
84 +PYTHON_COMPAT=( python{3_6,3_7} )
85
86 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
87 inherit distutils-r1 git-r3