Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/
Date: Sun, 27 Aug 2017 21:26:08
Message-Id: 1503869082.cea013186a241dfcee335cd99fa25290eb4d8ee6.leio@gentoo
1 commit: cea013186a241dfcee335cd99fa25290eb4d8ee6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 21:08:04 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 21:24:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea01318
7
8 dev-python/pyatspi-2.20.3: Add python3_6 compatibility
9
10 2.20.3 also did the enum keyword changes for 3.6 compat, just
11 like 2.24.0
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.2
14
15 dev-python/pyatspi/pyatspi-2.20.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pyatspi/pyatspi-2.20.3.ebuild b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
19 index a26fbd3eaf2..b186e079ea3 100644
20 --- a/dev-python/pyatspi/pyatspi-2.20.3.ebuild
21 +++ b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28
29 inherit gnome2 python-r1