Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-python/
Date: Mon, 13 Feb 2017 10:12:58
Message-Id: 1486980732.54e8898c8adcbe9f76b039459a523fe1b0582f70.zmedico@gentoo
1 commit: 54e8898c8adcbe9f76b039459a523fe1b0582f70
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 10:12:12 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 10:12:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e8898c
7
8 dev-python/git-python: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/git-python/git-python-1.0.2.ebuild | 4 ++--
13 dev-python/git-python/git-python-2.0.5.ebuild | 4 ++--
14 dev-python/git-python/git-python-2.0.6.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 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 b6429f5abf..35daba2fc3 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 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=5
28
29 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
30 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
31 PYTHON_REQ_USE="threads(+)"
32
33 inherit distutils-r1
34
35 diff --git a/dev-python/git-python/git-python-2.0.5.ebuild b/dev-python/git-python/git-python-2.0.5.ebuild
36 index 5ee756a3dc..c18090ac8f 100644
37 --- a/dev-python/git-python/git-python-2.0.5.ebuild
38 +++ b/dev-python/git-python/git-python-2.0.5.ebuild
39 @@ -1,10 +1,10 @@
40 -# Copyright 1999-2016 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 EAPI=6
46
47 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
48 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
49 PYTHON_REQ_USE="threads(+)"
50
51 inherit distutils-r1
52
53 diff --git a/dev-python/git-python/git-python-2.0.6.ebuild b/dev-python/git-python/git-python-2.0.6.ebuild
54 index 5ee756a3dc..c18090ac8f 100644
55 --- a/dev-python/git-python/git-python-2.0.6.ebuild
56 +++ b/dev-python/git-python/git-python-2.0.6.ebuild
57 @@ -1,10 +1,10 @@
58 -# Copyright 1999-2016 Gentoo Foundation
59 +# Copyright 1999-2017 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Id$
62
63 EAPI=6
64
65 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
66 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
67 PYTHON_REQ_USE="threads(+)"
68
69 inherit distutils-r1