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 DD9F115ACFC for ; Tue, 2 May 2023 12:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 261A4E07EA; Tue, 2 May 2023 12:34:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11BE6E07EA for ; Tue, 2 May 2023 12:34:43 +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 3DB3F340FE5 for ; Tue, 2 May 2023 12:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D046F8B7 for ; Tue, 2 May 2023 12:34:40 +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: <1683030774.05c633669e6e478c73ecf3631a9e9abb25d37f84.andrewammerlaan@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.2.ebuild X-VCS-Directories: sci-biology/samri/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 05c633669e6e478c73ecf3631a9e9abb25d37f84 X-VCS-Branch: master Date: Tue, 2 May 2023 12:34:40 +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: 738c5300-52a3-4e5f-8d4c-2fdddf82220b X-Archives-Hash: 2c860c3d8ed4039aa3a94eee98dcf1f5 commit: 05c633669e6e478c73ecf3631a9e9abb25d37f84 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue May 2 12:32:54 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue May 2 12:32:54 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=05c63366 sci-biology/samri: drop 0.5.2 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/samri/samri-0.5.2.ebuild | 78 ------------------------------------ 1 file changed, 78 deletions(-) diff --git a/sci-biology/samri/samri-0.5.2.ebuild b/sci-biology/samri/samri-0.5.2.ebuild deleted file mode 100644 index 56351ada3..000000000 --- a/sci-biology/samri/samri-0.5.2.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..10} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 prefix - -DESCRIPTION="Small Animal Magnetic Resonance Imaging" -HOMEPAGE="https://github.com/IBT-FMI/SAMRI" -if [ "$PV" == "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/IBT-FMI/SAMRI.git" -else - SRC_URI="https://github.com/IBT-FMI/SAMRI/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/SAMRI-${PV}" -fi - - -LICENSE="GPL-3" -SLOT="0" -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}] -