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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 070DF15ACB3 for ; Thu, 6 Apr 2023 18:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AE35E08AC; Thu, 6 Apr 2023 18:48:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 269E4E08AC for ; Thu, 6 Apr 2023 18:48:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62D72340F13 for ; Thu, 6 Apr 2023 18:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE7E68EB for ; Thu, 6 Apr 2023 18:48:37 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1680806888.1c2d9c184a6d79f1308b5b2ce3b39bca76a8fce9.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/nipype-1.8.4-r1.ebuild sci-libs/nipype/nipype-1.8.4.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 1c2d9c184a6d79f1308b5b2ce3b39bca76a8fce9 X-VCS-Branch: master Date: Thu, 6 Apr 2023 18:48:37 +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: 47549c41-25ce-4493-853a-e45e3ad36a76 X-Archives-Hash: 52623c8e7afcce5503caf6761802fe2c commit: 1c2d9c184a6d79f1308b5b2ce3b39bca76a8fce9 Author: Horea Christian chymera eu> AuthorDate: Thu Apr 6 18:48:08 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Apr 6 18:48:08 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c2d9c18 sci-libs/nipype: dependency update Signed-off-by: Horea Christian chymera.eu> sci-libs/nipype/{nipype-1.8.4.ebuild => nipype-1.8.4-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/nipype/nipype-1.8.4.ebuild b/sci-libs/nipype/nipype-1.8.4-r1.ebuild similarity index 97% rename from sci-libs/nipype/nipype-1.8.4.ebuild rename to sci-libs/nipype/nipype-1.8.4-r1.ebuild index 2bb45c676..d70509ce1 100644 --- a/sci-libs/nipype/nipype-1.8.4.ebuild +++ b/sci-libs/nipype/nipype-1.8.4-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" @@ -31,12 +31,13 @@ DEPEND=" RDEPEND=" dev-python/click[${PYTHON_USEDEP}] - dev-python/rdflib[${PYTHON_USEDEP}] dev-python/filelock[${PYTHON_USEDEP}] + dev-python/looseversion[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/pydot[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/rdflib[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}]