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/python-termstyle/
Date: Thu, 17 Dec 2015 16:28:27
Message-Id: 1450369694.e379b65272e15df0ad17acaa977b951e16ed0691.jlec@gentoo
1 commit: e379b65272e15df0ad17acaa977b951e16ed0691
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 16:11:41 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=e379b652
7
8 dev-python/python-termstyle: Add python3.5 support and fix QA issues
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/python-termstyle/python-termstyle-0.1.10.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild b/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
17 index a12818d..5216c17 100644
18 --- a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
19 +++ b/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
20 @@ -3,7 +3,8 @@
21 # $Id$
22
23 EAPI=5
24 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} pypy )
25 +
26 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
27
28 inherit distutils-r1 vcs-snapshot
29
30 @@ -16,7 +17,7 @@ SLOT="0"
31 KEYWORDS="amd64 x86"
32 IUSE=""
33
34 -DEPEND="dev-python/setuptools"
35 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
36 RDEPEND=""
37
38 python_prepare_all() {