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 C50D7158083 for ; Mon, 23 Sep 2024 14:22:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F579E2A35; Mon, 23 Sep 2024 14:22:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0518FE2A35 for ; Mon, 23 Sep 2024 14:22:48 +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 110C43434AF for ; Mon, 23 Sep 2024 14:22:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF0727FE for ; Mon, 23 Sep 2024 14:22:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1727101089.badbc2d0b3e3c7153733422208b846fb5e7d97ed.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fslpy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/fslpy/fslpy-3.10.0.ebuild X-VCS-Directories: dev-python/fslpy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: badbc2d0b3e3c7153733422208b846fb5e7d97ed X-VCS-Branch: master Date: Mon, 23 Sep 2024 14:22:44 +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: 0d477ace-68db-48ca-b60b-be6b935e601b X-Archives-Hash: 3020ea4c0f39aa95fc169efe1bf8aa41 commit: badbc2d0b3e3c7153733422208b846fb5e7d97ed Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 23 14:18:09 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 23 14:18:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=badbc2d0 dev-python/fslpy: rtree was moved Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/fslpy/fslpy-3.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fslpy/fslpy-3.10.0.ebuild b/dev-python/fslpy/fslpy-3.10.0.ebuild index c80db0ac6..bd802ddf4 100644 --- a/dev-python/fslpy/fslpy-3.10.0.ebuild +++ b/dev-python/fslpy/fslpy-3.10.0.ebuild @@ -23,7 +23,7 @@ RDEPEND=" >=dev-python/pillow-3.2.0[${PYTHON_USEDEP}] >=dev-python/trimesh-2.37.29[${PYTHON_USEDEP}] =dev-python/wxpython-4*[${PYTHON_USEDEP}] - >=sci-libs/rtree-0.8.3[${PYTHON_USEDEP}] + >=dev-python/rtree-0.8.3[${PYTHON_USEDEP}] >=sci-libs/nibabel-2.4[${PYTHON_USEDEP}] >=dev-python/scipy-0.18[${PYTHON_USEDEP}] "