Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/idna/
Date: Sun, 11 Oct 2015 07:05:48
Message-Id: 1444547116.3d05ca62c81d7b17e441c734ba222e2f017e212b.jlec@gentoo
1 commit: 3d05ca62c81d7b17e441c734ba222e2f017e212b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 19:59:09 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 07:05:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d05ca62
7
8 dev-python/idna: Add pypy3 support
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/idna/idna-2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/idna/idna-2.0.ebuild b/dev-python/idna/idna-2.0.ebuild
17 index e9d42ef..c91b33d 100644
18 --- a/dev-python/idna/idna-2.0.ebuild
19 +++ b/dev-python/idna/idna-2.0.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
25 +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
26
27 inherit distutils-r1