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/itsdangerous/
Date: Thu, 17 Dec 2015 14:49:01
Message-Id: 1450363726.c947279c3a6ce892ceb5a8e4c8036a1be530020f.jlec@gentoo
1 commit: c947279c3a6ce892ceb5a8e4c8036a1be530020f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 14:06:04 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 14:48:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c947279c
7
8 dev-python/itsdangerous: Add pypy3 support
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/itsdangerous/itsdangerous-0.24.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild b/dev-python/itsdangerous/itsdangerous-0.24.ebuild
17 index bf684ca..4029623 100644
18 --- a/dev-python/itsdangerous/itsdangerous-0.24.ebuild
19 +++ b/dev-python/itsdangerous/itsdangerous-0.24.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
25 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
26
27 inherit distutils-r1