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 F3BEF1384C3 for ; Mon, 7 Sep 2015 13:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CF0E1418A; Mon, 7 Sep 2015 13:34: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 E52EC1418A for ; Mon, 7 Sep 2015 13:34:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 011473407E6 for ; Mon, 7 Sep 2015 13:34:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1F7B186 for ; Mon, 7 Sep 2015 13:34:30 +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: <1441632834.da92815e1df89e91e81e8637f2924cff02bf2ca0.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/networkx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/networkx/networkx-1.10.ebuild X-VCS-Directories: dev-python/networkx/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: da92815e1df89e91e81e8637f2924cff02bf2ca0 X-VCS-Branch: master Date: Mon, 7 Sep 2015 13:34: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: d8db75d4-085d-4d40-874b-802b3be2e6c2 X-Archives-Hash: 3c381c0d7f08dab5cfaff981ef949864 commit: da92815e1df89e91e81e8637f2924cff02bf2ca0 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 7 13:28:48 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 7 13:33:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da92815e Revert "dev-python/networkx: Add python3 support for pygraphviz" This reverts commit 346ac11877ac71834311d6c7d1bdba4e18cce89d. Signed-off-by: Justin Lecher gentoo.org> dev-python/networkx/networkx-1.10.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/networkx/networkx-1.10.ebuild b/dev-python/networkx/networkx-1.10.ebuild index 23f88cc..95ff6a2 100644 --- a/dev-python/networkx/networkx-1.10.ebuild +++ b/dev-python/networkx/networkx-1.10.ebuild @@ -17,8 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples test" -COMMON_DEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] +COMMON_DEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}]" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] @@ -37,7 +36,7 @@ RDEPEND=" >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}] examples? ( ${COMMON_DEPEND} - dev-python/pygraphviz[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/pygraphviz[${PYTHON_USEDEP}]' python2_7) dev-python/pyparsing[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] )"