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-python/git-python/
Date: Wed, 05 Feb 2020 16:27:35
Message-Id: 1580919987.33432a224cb0a0174e5308ca55648933b5d7358d.mgorny@gentoo
1 commit: 33432a224cb0a0174e5308ca55648933b5d7358d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 16:26:27 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 16:26:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33432a22
7
8 dev-python/git-python: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/git-python/git-python-1.0.2.ebuild | 2 +-
13 dev-python/git-python/git-python-2.1.11.ebuild | 2 +-
14 dev-python/git-python/git-python-2.1.7.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/git-python/git-python-1.0.2.ebuild b/dev-python/git-python/git-python-1.0.2.ebuild
18 index a9272b7f703..5bf25e7aeaa 100644
19 --- a/dev-python/git-python/git-python-1.0.2.ebuild
20 +++ b/dev-python/git-python/git-python-1.0.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=5
24
25 -PYTHON_COMPAT=( python2_7 python3_6 )
26 +PYTHON_COMPAT=( python3_6 )
27 PYTHON_REQ_USE="threads(+)"
28
29 inherit distutils-r1
30
31 diff --git a/dev-python/git-python/git-python-2.1.11.ebuild b/dev-python/git-python/git-python-2.1.11.ebuild
32 index 50bd8d006a1..f913b11117b 100644
33 --- a/dev-python/git-python/git-python-2.1.11.ebuild
34 +++ b/dev-python/git-python/git-python-2.1.11.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=6
38
39 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
40 +PYTHON_COMPAT=( python3_{6,7} )
41 PYTHON_REQ_USE="threads(+)"
42
43 inherit distutils-r1
44
45 diff --git a/dev-python/git-python/git-python-2.1.7.ebuild b/dev-python/git-python/git-python-2.1.7.ebuild
46 index 34c1d99d1ab..d162d0654d7 100644
47 --- a/dev-python/git-python/git-python-2.1.7.ebuild
48 +++ b/dev-python/git-python/git-python-2.1.7.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=6
52
53 -PYTHON_COMPAT=( python2_7 python3_6 )
54 +PYTHON_COMPAT=( python3_6 )
55 PYTHON_REQ_USE="threads(+)"
56
57 inherit distutils-r1