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 8119915ACB3 for ; Thu, 6 Apr 2023 06:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5536E07E2; Thu, 6 Apr 2023 06:43:26 +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 7636DE07E2 for ; Thu, 6 Apr 2023 06:43:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FEFF340F23 for ; Thu, 6 Apr 2023 06:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83F19A1E for ; Thu, 6 Apr 2023 06:43:23 +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: <1680763384.a1178bdeed13a9f087da91759e2c9b8bac0f065f.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/samri/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/samri/samri-0.5.1.ebuild sci-biology/samri/samri-0.5.ebuild X-VCS-Directories: sci-biology/samri/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: a1178bdeed13a9f087da91759e2c9b8bac0f065f X-VCS-Branch: master Date: Thu, 6 Apr 2023 06:43:23 +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: 54b0fee6-9400-4852-8e0a-a90b333a8cbc X-Archives-Hash: 07462d4065a95c3ece1ec1d1746cf953 commit: a1178bdeed13a9f087da91759e2c9b8bac0f065f Author: Horea Christian chymera eu> AuthorDate: Thu Apr 6 06:43:04 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Apr 6 06:43:04 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1178bde sci-biology/samri: drop 0.5, 0.5.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/samri/samri-0.5.1.ebuild | 71 ------------------------------------ sci-biology/samri/samri-0.5.ebuild | 71 ------------------------------------ 2 files changed, 142 deletions(-) diff --git a/sci-biology/samri/samri-0.5.1.ebuild b/sci-biology/samri/samri-0.5.1.ebuild deleted file mode 100644 index a20c63f61..000000000 --- a/sci-biology/samri/samri-0.5.1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 prefix - -DESCRIPTION="Small Animal Magnetic Resonance Imaging" -HOMEPAGE="https://github.com/IBT-FMI/SAMRI" -SRC_URI="https://github.com/IBT-FMI/SAMRI/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/SAMRI-${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+atlases labbookdb" -REQUIRED_USE="test? ( atlases )" - -DEPEND=" - test? ( - sci-biology/samri_bidsdata - sci-biology/samri_bindata - ) - " -RDEPEND=" - dev-python/argh[${PYTHON_USEDEP}] - dev-python/joblib[${PYTHON_USEDEP}] - >=dev-python/matplotlib-2.0.2[${PYTHON_USEDEP}] - >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - dev-python/seaborn[${PYTHON_USEDEP}] - dev-python/statsmodels[${PYTHON_USEDEP}] - >=media-gfx/blender-2.83.4 - >=sci-biology/fsl-5.0.9 - sci-biology/bru2nii - atlases? ( sci-biology/mouse-brain-templates ) - labbookdb? ( sci-libs/labbookdb[${PYTHON_USEDEP}] ) - sci-libs/nibabel[${PYTHON_USEDEP}] - >=sci-libs/nipy-0.4.1[${PYTHON_USEDEP}] - >=sci-libs/nipype-1.0.0[${PYTHON_USEDEP}] -