Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyx/
Date: Fri, 27 Oct 2017 22:48:39
Message-Id: 1509144508.c8f863bdf449eefd62030c06646828187cdf9fd0.monsieurp@gentoo
1 commit: c8f863bdf449eefd62030c06646828187cdf9fd0
2 Author: Anton Kochkov <xvilka <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 26 03:15:27 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 22:48:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f863bd
7
8 dev-python/pyx-0.14.1: add python:3.6 support.
9
10 Closes: https://github.com/gentoo/gentoo/pull/6057
11
12 dev-python/pyx/pyx-0.14.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pyx/pyx-0.14.1.ebuild b/dev-python/pyx/pyx-0.14.1.ebuild
16 index 2b079741f0d..66f76ddc5a5 100644
17 --- a/dev-python/pyx/pyx-0.14.1.ebuild
18 +++ b/dev-python/pyx/pyx-0.14.1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -PYTHON_COMPAT=( python3_{4,5} )
24 +PYTHON_COMPAT=( python3_{4,5,6} )
25
26 inherit distutils-r1
27 MY_PN=PyX