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 2DC0213835A for ; Mon, 12 Apr 2021 01:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69113E0869; Mon, 12 Apr 2021 01:09:21 +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 52066E0869 for ; Mon, 12 Apr 2021 01:09:21 +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 F1BB5340C23 for ; Mon, 12 Apr 2021 01:09:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49F3C72A for ; Mon, 12 Apr 2021 01:09:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618189654.939a776774f2cfa7bc4d817c4e0353920280db70.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild X-VCS-Directories: sci-chemistry/GromacsWrapper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 939a776774f2cfa7bc4d817c4e0353920280db70 X-VCS-Branch: master Date: Mon, 12 Apr 2021 01:09:16 +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: e0c51068-06a8-49ff-a554-031409752708 X-Archives-Hash: 972e855f2bdf7bc84ee8c7128d2019fb commit: 939a776774f2cfa7bc4d817c4e0353920280db70 Author: Sam James gentoo org> AuthorDate: Mon Apr 12 00:31:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 01:07:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939a7767 sci-chemistry/GromacsWrapper: fix RDEPEND typo Signed-off-by: Sam James gentoo.org> .../{GromacsWrapper-0.8.0.ebuild => GromacsWrapper-0.8.0-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild similarity index 97% rename from sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild rename to sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild index d07405c37e0..593677d3129 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild @@ -25,14 +25,16 @@ LICENSE="GPL-3 LGPL-3" SLOT="0" IUSE="" -BDEPEND=" +RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] sci-libs/numkit[${PYTHON_USEDEP}] +" +BDEPEND=" + ${RDEPEND} test? ( >=dev-python/pandas-0.17[${PYTHON_USEDEP}] ) " -RDEPEND="${DEPEND}" distutils_enable_tests pytest