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/wrapt/
Date: Thu, 03 Dec 2015 10:21:38
Message-Id: 1449137860.b4e308aa93a3ab6d5f6e3f62cf98446cdc5aa33c.jlec@gentoo
1 commit: b4e308aa93a3ab6d5f6e3f62cf98446cdc5aa33c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 08:40:32 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 10:17:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e308aa
7
8 dev-python/wrapt: Add python3.5 support
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/wrapt/wrapt-1.10.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/wrapt/wrapt-1.10.5.ebuild b/dev-python/wrapt/wrapt-1.10.5.ebuild
17 index 157340f..e5a8234 100644
18 --- a/dev-python/wrapt/wrapt-1.10.5.ebuild
19 +++ b/dev-python/wrapt/wrapt-1.10.5.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
25 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
26
27 inherit distutils-r1 vcs-snapshot