Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/
Date: Mon, 28 Mar 2016 13:16:56
Message-Id: 1459170997.4673589d301eca05b3c3ee18f009ebc24313e789.idella4@gentoo
1 commit: 4673589d301eca05b3c3ee18f009ebc24313e789
2 Author: Ming Dai <radaiming <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 28 08:50:52 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 13:16:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4673589d
7
8 dev-python/sphinxcontrib-newsfeed: add Python 3.5 support
9
10 Package-Manager: portage-2.2.26
11 Closes: https://github.com/gentoo/gentoo/pull/1152
12
13 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
17 index a8c823e..35742d1 100644
18 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
19 +++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
20 @@ -1,9 +1,9 @@
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 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
28 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
29
30 inherit distutils-r1