Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-termstyle/
Date: Tue, 18 Apr 2017 15:05:20
Message-Id: 1492527875.c3adbeab77e7f0f40c2b93c3254a5b6b209fc958.xarthisius@gentoo
1 commit: c3adbeab77e7f0f40c2b93c3254a5b6b209fc958
2 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 18 15:04:35 2017 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 18 15:04:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3adbeab
7
8 dev-python/python-termstyle: add python3_6 support
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/python-termstyle/python-termstyle-0.1.10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild b/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
16 index 5117c9a06e5..81f49d97819 100644
17 --- a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
18 +++ b/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25
26 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
27 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
28
29 inherit distutils-r1 vcs-snapshot