From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A259138334 for ; Sat, 4 May 2019 22:58:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4CBEE087E; Sat, 4 May 2019 22:58:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D497E087E for ; Sat, 4 May 2019 22:58:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF7C43435FC for ; Sat, 4 May 2019 22:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D1765DF for ; Sat, 4 May 2019 22:58:38 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1557010685.9406d4bde72f72b8757f5c43158757efd6c4609d.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-7.5.0.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 9406d4bde72f72b8757f5c43158757efd6c4609d X-VCS-Branch: master Date: Sat, 4 May 2019 22:58:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b4a73b9-4b9b-418f-9d8d-5f0fa0323900 X-Archives-Hash: ec1e319c16648b576578916919fd0ee7 commit: 9406d4bde72f72b8757f5c43158757efd6c4609d Author: Virgil Dupras gentoo org> AuthorDate: Sat May 4 20:51:44 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sat May 4 22:58:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9406d4bd dev-python/ipython: remove py2 hack All circular dependencies had py2 cleanly dropped, rendering the hack obsolete. Bug: https://bugs.gentoo.org/685040 Bug: https://bugs.gentoo.org/684962 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/ipython/ipython-7.5.0.ebuild | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/dev-python/ipython/ipython-7.5.0.ebuild b/dev-python/ipython/ipython-7.5.0.ebuild index 2a20f1205ac..75c58af6c00 100644 --- a/dev-python/ipython/ipython-7.5.0.ebuild +++ b/dev-python/ipython/ipython-7.5.0.ebuild @@ -18,21 +18,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test" RESTRICT="!test? ( test )" -# About "-python_targets_python2_7": -# The ipython stack is in a tricky transition to py3-only. It has many circular -# dependencies which causes a chicken-and-egg problem because for Portage to -# properly handle dependency resolution on a system with -# python_targets_python2_7 all members of the circular dependency must go -# py3-only at the same time. If they don't, the dependency that requires py2 -# will seek older ipython releases for resolution. This is why, for members -# of the circular dependency, we force -python_targets_python2_7. This way, the -# circle stays firmly in py3-only land. This only affects members of the -# circular dependency. Other dependencies can be on py2 without problem. -# -# This situation also require us to explicitly depend on transitive dependencies -# that are part of the circular dependecy so that we preserve "circle -# integrity". It's a bit ugly, but temporary. - CDEPEND=" dev-python/backcall[${PYTHON_USEDEP}] dev-python/decorator[${PYTHON_USEDEP}] @@ -43,17 +28,17 @@ CDEPEND="