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: net-misc/python-x2go/
Date: Tue, 11 Feb 2020 12:16:43
Message-Id: 1581423384.c7125233c7489785204d09e6c68d18fce7adc180.mgorny@gentoo
1 commit: c7125233c7489785204d09e6c68d18fce7adc180
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:06:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7125233
7
8 net-misc/python-x2go: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/python-x2go/python-x2go-0.6.0.2.ebuild | 2 +-
13 net-misc/python-x2go/python-x2go-0.6.1.1.ebuild | 2 +-
14 net-misc/python-x2go/python-x2go-0.6.1.2.ebuild | 2 +-
15 net-misc/python-x2go/python-x2go-0.6.1.3.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild b/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild
19 index 26afdfe8c04..d1960870ac3 100644
20 --- a/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild
21 +++ b/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_6 )
27 +PYTHON_COMPAT=( python3_6 )
28 inherit distutils-r1
29
30 DESCRIPTION="X2Go client-side Python API"
31
32 diff --git a/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild
33 index 5403c9b1cca..cc5735fd8b9 100644
34 --- a/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild
35 +++ b/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=7
39
40 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
41 +PYTHON_COMPAT=( python3_{6,7} )
42 inherit distutils-r1
43
44 DESCRIPTION="X2Go client-side Python API"
45
46 diff --git a/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild
47 index 5403c9b1cca..cc5735fd8b9 100644
48 --- a/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild
49 +++ b/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild
50 @@ -3,7 +3,7 @@
51
52 EAPI=7
53
54 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
55 +PYTHON_COMPAT=( python3_{6,7} )
56 inherit distutils-r1
57
58 DESCRIPTION="X2Go client-side Python API"
59
60 diff --git a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild
61 index 5403c9b1cca..cc5735fd8b9 100644
62 --- a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild
63 +++ b/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild
64 @@ -3,7 +3,7 @@
65
66 EAPI=7
67
68 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
69 +PYTHON_COMPAT=( python3_{6,7} )
70 inherit distutils-r1
71
72 DESCRIPTION="X2Go client-side Python API"