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/pyenchant/
Date: Sat, 30 Jan 2016 16:20:36
Message-Id: 1454170486.2cd49f7b13c5eb393428bc32f9f615ffafa99821.idella4@gentoo
1 commit: 2cd49f7b13c5eb393428bc32f9f615ffafa99821
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 29 14:57:15 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 16:14:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd49f7b
7
8 dev-python/pyenchant: add support for Python 3.5
9
10 Package-Manager: portage-2.2.27
11
12 dev-python/pyenchant/pyenchant-1.6.6.ebuild | 13 ++++++-------
13 1 file changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-python/pyenchant/pyenchant-1.6.6.ebuild b/dev-python/pyenchant/pyenchant-1.6.6.ebuild
16 index aee6148..9d92fa2 100644
17 --- a/dev-python/pyenchant/pyenchant-1.6.6.ebuild
18 +++ b/dev-python/pyenchant/pyenchant-1.6.6.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26
27 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
28 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
29
30 inherit distutils-r1
31
32 @@ -15,12 +15,11 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 LICENSE="LGPL-2.1"
34 SLOT="0"
35 KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
36 -IUSE=""
37 +IUSE="test"
38
39 -DEPEND="
40 - >=app-text/enchant-${PV%.*}
41 - dev-python/setuptools[${PYTHON_USEDEP}]"
42 -RDEPEND="${DEPEND}"
43 +RDEPEND=">=app-text/enchant-${PV%.*}"
44 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
45 + test? ( ${RDEPEND} )"
46
47 python_test() {
48 if [[ -n "$(LC_ALL="en_US.UTF-8" bash -c "" 2>&1)" ]]; then