From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B6D415807A for ; Mon, 09 Jun 2025 10:01:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 79F7D3431C3 for ; Mon, 09 Jun 2025 10:01:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B7B301104BA; Mon, 09 Jun 2025 10:01:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id A4BA71104BB for ; Mon, 09 Jun 2025 10:01:16 +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 5E6E8343183 for ; Mon, 09 Jun 2025 10:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 901C0299F for ; Mon, 09 Jun 2025 10:01:13 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1749459354.a931815601754aaa61befc845a0db200e3c5e6aa.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nilearn/nilearn-0.8.1.ebuild sci-biology/nilearn/nilearn-0.9.1-r1.ebuild sci-biology/nilearn/nilearn-0.9.1.ebuild X-VCS-Directories: sci-biology/nilearn/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: a931815601754aaa61befc845a0db200e3c5e6aa X-VCS-Branch: master Date: Mon, 09 Jun 2025 10:01:13 +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: aad5e32f-49f5-42f1-a85c-f32ffb5eabbe X-Archives-Hash: de8d1e0bb85b1813d11aab1c77c8c535 commit: a931815601754aaa61befc845a0db200e3c5e6aa Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sun Jun 8 16:39:19 2025 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Mon Jun 9 08:55:54 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9318156 sci-biology/nilearn: drop 0.8.1, DISTUTILS_USE_PEP517=setuptools Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-biology/nilearn/nilearn-0.8.1.ebuild | 42 ---------------------- ...ilearn-0.9.1.ebuild => nilearn-0.9.1-r1.ebuild} | 2 ++ 2 files changed, 2 insertions(+), 42 deletions(-) diff --git a/sci-biology/nilearn/nilearn-0.8.1.ebuild b/sci-biology/nilearn/nilearn-0.8.1.ebuild deleted file mode 100644 index 812828762..000000000 --- a/sci-biology/nilearn/nilearn-0.8.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_11 ) - -inherit distutils-r1 - -DESCRIPTION="Fast and easy statistical learning on NeuroImaging data" -HOMEPAGE="http://nilearn.github.io/" -SRC_URI="https://github.com/nilearn/nilearn/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# Tests attempt to download external data. -RESTRICT="test" - -BDEPEND=" - test? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - ) -" - -RDEPEND=" - >=dev-python/joblib-0.12[${PYTHON_USEDEP}] - >=dev-python/numpy-1.16[${PYTHON_USEDEP}] - >=dev-python/scikit-learn-0.21[${PYTHON_USEDEP}] - >=dev-python/scipy-1.2[${PYTHON_USEDEP}] - >=sci-libs/nibabel-2.5[${PYTHON_USEDEP}] - >=dev-python/pandas-0.24.0[${PYTHON_USEDEP}] - >=dev-python/requests-2[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - echo "backend: Agg" > matplotlibrc - MPLCONFIGDIR=. epytest -} diff --git a/sci-biology/nilearn/nilearn-0.9.1.ebuild b/sci-biology/nilearn/nilearn-0.9.1-r1.ebuild similarity index 96% rename from sci-biology/nilearn/nilearn-0.9.1.ebuild rename to sci-biology/nilearn/nilearn-0.9.1-r1.ebuild index b29128954..0d0f67d8c 100644 --- a/sci-biology/nilearn/nilearn-0.9.1.ebuild +++ b/sci-biology/nilearn/nilearn-0.9.1-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 @@ -21,6 +22,7 @@ RDEPEND=" dev-python/lxml[${PYTHON_USEDEP}] >=dev-python/matplotlib-3[${PYTHON_USEDEP}] >=dev-python/numpy-1.18[${PYTHON_USEDEP}] + =dev-python/pandas-1[${PYTHON_USEDEP}] >=dev-python/requests-2[${PYTHON_USEDEP}] >=dev-python/scipy-1.5[${PYTHON_USEDEP}]