From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-845306-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D8461384B4 for <garchives@archives.gentoo.org>; Tue, 10 Nov 2015 10:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFB6321C021; Tue, 10 Nov 2015 10:54:26 +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 944D721C011 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Nov 2015 10:54:25 +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 B78CA3405C3 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Nov 2015 10:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82DE32419 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Nov 2015 10:54:20 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1447152849.db5c97e2a30a1c4996461330cc4d55d97a758f19.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rpy/rpy-2.6.2.ebuild dev-python/rpy/rpy-2.7.2.ebuild dev-python/rpy/rpy-2.7.3.ebuild X-VCS-Directories: dev-python/rpy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: db5c97e2a30a1c4996461330cc4d55d97a758f19 X-VCS-Branch: master Date: Tue, 10 Nov 2015 10:54:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: af4fefba-5e9b-471c-b3f4-88d9c043bcd3 X-Archives-Hash: fa15546146083d5614d51c6b0ffc62e1 commit: db5c97e2a30a1c4996461330cc4d55d97a758f19 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Nov 10 08:33:04 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Nov 10 10:54:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5c97e2 dev-python/rpy: Drop duplicated dep Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/rpy/rpy-2.6.2.ebuild | 3 +-- dev-python/rpy/rpy-2.7.2.ebuild | 3 +-- dev-python/rpy/rpy-2.7.3.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/rpy/rpy-2.6.2.ebuild b/dev-python/rpy/rpy-2.6.2.ebuild index 788935d..f73773c 100644 --- a/dev-python/rpy/rpy-2.6.2.ebuild +++ b/dev-python/rpy/rpy-2.6.2.ebuild @@ -29,8 +29,7 @@ RDEPEND=" virtual/python-singledispatch[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3) )" + dev-python/setuptools[${PYTHON_USEDEP}]" PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]" # ggplot2 is an optional test dep but not in portage diff --git a/dev-python/rpy/rpy-2.7.2.ebuild b/dev-python/rpy/rpy-2.7.2.ebuild index da88f14..74d6719 100644 --- a/dev-python/rpy/rpy-2.7.2.ebuild +++ b/dev-python/rpy/rpy-2.7.2.ebuild @@ -29,8 +29,7 @@ RDEPEND=" virtual/python-singledispatch[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3) )" + dev-python/setuptools[${PYTHON_USEDEP}]" PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]" # ggplot2 is an optional test dep but not in portage diff --git a/dev-python/rpy/rpy-2.7.3.ebuild b/dev-python/rpy/rpy-2.7.3.ebuild index da88f14..74d6719 100644 --- a/dev-python/rpy/rpy-2.7.3.ebuild +++ b/dev-python/rpy/rpy-2.7.3.ebuild @@ -29,8 +29,7 @@ RDEPEND=" virtual/python-singledispatch[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3) )" + dev-python/setuptools[${PYTHON_USEDEP}]" PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]" # ggplot2 is an optional test dep but not in portage