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 0018A58973 for ; Mon, 25 Jan 2016 15:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E70221C01F; Mon, 25 Jan 2016 15:11:58 +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 BD1FA21C010 for ; Mon, 25 Jan 2016 15:11:57 +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 BC60D340940 for ; Mon, 25 Jan 2016 15:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A8DF1068 for ; Mon, 25 Jan 2016 15:11:55 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1453734701.cc648c5e0fc554096e0fbe6e82ac7a3e53fa6efb.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jedi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jedi/jedi-0.9.0.ebuild X-VCS-Directories: dev-python/jedi/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cc648c5e0fc554096e0fbe6e82ac7a3e53fa6efb X-VCS-Branch: master Date: Mon, 25 Jan 2016 15:11:55 +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: da3c0411-bebe-477a-aee3-8e17bd7f32d5 X-Archives-Hash: b22da9b1a2396c1225b41b7282fa1703 commit: cc648c5e0fc554096e0fbe6e82ac7a3e53fa6efb Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 25 12:07:34 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 25 15:11:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc648c5e dev-python/jedi: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/jedi/jedi-0.9.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/jedi/jedi-0.9.0.ebuild b/dev-python/jedi/jedi-0.9.0.ebuild index 4aa026e..b206bf5 100644 --- a/dev-python/jedi/jedi-0.9.0.ebuild +++ b/dev-python/jedi/jedi-0.9.0.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=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 @@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86" IUSE="doc test" DEPEND=" - app-arch/xz-utils dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx ) test? ( dev-python/pytest[${PYTHON_USEDEP}] )"