Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pexpect/
Date: Sun, 12 Feb 2017 22:20:30
Message-Id: 1486937969.78e0ef1b2b56c617fbbf3092d7e41d1b7e8f7866.zmedico@gentoo
1 commit: 78e0ef1b2b56c617fbbf3092d7e41d1b7e8f7866
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 07:42:30 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 22:19:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e0ef1b
7
8 dev-python/pexpect: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/pexpect/pexpect-3.3.ebuild | 4 ++--
13 dev-python/pexpect/pexpect-4.2.1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/pexpect/pexpect-3.3.ebuild b/dev-python/pexpect/pexpect-3.3.ebuild
17 index f78b12d685..b5bb093f8e 100644
18 --- a/dev-python/pexpect/pexpect-3.3.ebuild
19 +++ b/dev-python/pexpect/pexpect-3.3.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 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_{4,5} pypy pypy3 )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
30 PYTHON_REQ_USE="threads(+)"
31
32 inherit distutils-r1
33
34 diff --git a/dev-python/pexpect/pexpect-4.2.1.ebuild b/dev-python/pexpect/pexpect-4.2.1.ebuild
35 index 56536ffcdb..2acaa8e3ec 100644
36 --- a/dev-python/pexpect/pexpect-4.2.1.ebuild
37 +++ b/dev-python/pexpect/pexpect-4.2.1.ebuild
38 @@ -1,10 +1,10 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 EAPI=6
45
46 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
47 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
48 PYTHON_REQ_USE="threads(+)"
49
50 inherit distutils-r1