Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-apputils/
Date: Mon, 28 Mar 2016 19:11:33
Message-Id: 1459192257.40e378f85d855211edff175619f789a3bed24641.vapier@gentoo
1 commit: 40e378f85d855211edff175619f789a3bed24641
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 18:50:56 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 19:10:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e378f8
7
8 dev-python/google-apputils: note py3 compat
9
10 dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild b/dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild
14 index 47c8149..23942f7 100644
15 --- a/dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild
16 +++ b/dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild
17 @@ -4,7 +4,8 @@
18
19 EAPI="5"
20
21 -PYTHON_COMPAT=( python2_7 ) # Doesn't yet support py3
22 +# Python 3: https://github.com/google/google-apputils/issues/9
23 +PYTHON_COMPAT=( python2_7 )
24
25 inherit distutils-r1