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 A3637138350 for ; Tue, 28 Jan 2020 21:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DD15E081E; Tue, 28 Jan 2020 21:30:31 +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 7B0AFE081E for ; Tue, 28 Jan 2020 21:30:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2548634E452 for ; Tue, 28 Jan 2020 21:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A508C108 for ; Tue, 28 Jan 2020 21:30:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580247011.807526bde794f9bf3c693e4ce0208553d188ea90.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cosmolopy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild dev-python/cosmolopy/cosmolopy-0.1.104-r2.ebuild X-VCS-Directories: dev-python/cosmolopy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 807526bde794f9bf3c693e4ce0208553d188ea90 X-VCS-Branch: master Date: Tue, 28 Jan 2020 21:30:28 +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: da4c2071-228a-4e62-8454-beec764624a0 X-Archives-Hash: e29b39f61d91988863fed108a717e83a commit: 807526bde794f9bf3c693e4ce0208553d188ea90 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 28 20:53:56 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 28 21:30:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807526bd dev-python/cosmolopy: Permit scipy-python2 Signed-off-by: Michał Górny gentoo.org> .../{cosmolopy-0.1.104-r1.ebuild => cosmolopy-0.1.104-r2.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild b/dev-python/cosmolopy/cosmolopy-0.1.104-r2.ebuild similarity index 87% rename from dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild rename to dev-python/cosmolopy/cosmolopy-0.1.104-r2.ebuild index dd5245d7c1f..42224b91b0f 100644 --- a/dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild +++ b/dev-python/cosmolopy/cosmolopy-0.1.104-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,7 +22,11 @@ IUSE="doc" DEPEND="dev-python/nose[${PYTHON_USEDEP}] dev-lang/swig doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )" -RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]" +RDEPEND=" + || ( + sci-libs/scipy-python2[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + )" S=${WORKDIR}/${MY_P}