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/rednose/
Date: Thu, 17 Dec 2015 16:28:27
Message-Id: 1450369694.969cbccdfa8f613353bc64be541b84396bca102a.jlec@gentoo
1 commit: 969cbccdfa8f613353bc64be541b84396bca102a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 16:12:04 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 16:28:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969cbccd
7
8 dev-python/rednose: Add python3.5 support
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/rednose/rednose-0.4.1.ebuild | 3 ++-
14 dev-python/rednose/rednose-0.4.3.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/rednose/rednose-0.4.1.ebuild b/dev-python/rednose/rednose-0.4.1.ebuild
18 index 935f71a..54cfda3 100644
19 --- a/dev-python/rednose/rednose-0.4.1.ebuild
20 +++ b/dev-python/rednose/rednose-0.4.1.ebuild
21 @@ -3,7 +3,8 @@
22 # $Id$
23
24 EAPI=5
25 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} pypy )
26 +
27 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
28
29 inherit distutils-r1
30
31
32 diff --git a/dev-python/rednose/rednose-0.4.3.ebuild b/dev-python/rednose/rednose-0.4.3.ebuild
33 index bd385a8..2069b9a 100644
34 --- a/dev-python/rednose/rednose-0.4.3.ebuild
35 +++ b/dev-python/rednose/rednose-0.4.3.ebuild
36 @@ -3,7 +3,8 @@
37 # $Id$
38
39 EAPI=5
40 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
41 +
42 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
43
44 inherit distutils-r1