From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BB12558973 for ; Sat, 30 Jan 2016 16:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DF4421C007; Sat, 30 Jan 2016 16:20:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCF2C21C007 for ; Sat, 30 Jan 2016 16:20:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 708163409A4 for ; Sat, 30 Jan 2016 16:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D506C0 for ; Sat, 30 Jan 2016 16:20:30 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1454170486.2cd49f7b13c5eb393428bc32f9f615ffafa99821.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyenchant/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyenchant/pyenchant-1.6.6.ebuild X-VCS-Directories: dev-python/pyenchant/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 2cd49f7b13c5eb393428bc32f9f615ffafa99821 X-VCS-Branch: master Date: Sat, 30 Jan 2016 16:20:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: af82e5a5-6e72-4a9b-a153-acb3649e6aeb X-Archives-Hash: 9965053b402d21e7e6d65dca512dbafa commit: 2cd49f7b13c5eb393428bc32f9f615ffafa99821 Author: Louis Sautier gmail com> AuthorDate: Fri Jan 29 14:57:15 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sat Jan 30 16:14:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd49f7b dev-python/pyenchant: add support for Python 3.5 Package-Manager: portage-2.2.27 dev-python/pyenchant/pyenchant-1.6.6.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-python/pyenchant/pyenchant-1.6.6.ebuild b/dev-python/pyenchant/pyenchant-1.6.6.ebuild index aee6148..9d92fa2 100644 --- a/dev-python/pyenchant/pyenchant-1.6.6.ebuild +++ b/dev-python/pyenchant/pyenchant-1.6.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 @@ -15,12 +15,11 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 hppa ppc ppc64 sparc x86" -IUSE="" +IUSE="test" -DEPEND=" - >=app-text/enchant-${PV%.*} - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND=">=app-text/enchant-${PV%.*}" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} )" python_test() { if [[ -n "$(LC_ALL="en_US.UTF-8" bash -c "" 2>&1)" ]]; then