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/prettytable/
Date: Wed, 27 Jan 2016 09:26:28
Message-Id: 1453886772.95f2177fbc860019141f55ce769b84624086d0a6.jlec@gentoo
1 commit: 95f2177fbc860019141f55ce769b84624086d0a6
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 08:01:17 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 09:26:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f2177f
7
8 dev-python/prettytable: Add python3.5 support
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/prettytable/prettytable-0.7.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/prettytable/prettytable-0.7.2.ebuild b/dev-python/prettytable/prettytable-0.7.2.ebuild
17 index e385645..1c02133 100644
18 --- a/dev-python/prettytable/prettytable-0.7.2.ebuild
19 +++ b/dev-python/prettytable/prettytable-0.7.2.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -PYTHON_COMPAT=( python2_7 python3_{3,4} )
29 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
30
31 inherit distutils-r1