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 950DF158013 for ; Mon, 11 Dec 2023 16:55:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B82292BC019; Mon, 11 Dec 2023 16:55:23 +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 936DE2BC019 for ; Mon, 11 Dec 2023 16:55:23 +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 42A44335D76 for ; Mon, 11 Dec 2023 16:55:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D4E514AB for ; Mon, 11 Dec 2023 16:55:20 +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: <1702313710.499bf5837c56f927845cf6686e1f0db64a00e314.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/nibabel-4.0.0.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 499bf5837c56f927845cf6686e1f0db64a00e314 X-VCS-Branch: master Date: Mon, 11 Dec 2023 16:55:20 +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: ae41e673-26ee-4cb2-bb6a-f4d7decd7cd9 X-Archives-Hash: 203c371ddd5c100a517878eec18d819c commit: 499bf5837c56f927845cf6686e1f0db64a00e314 Author: Horea Christian chymera eu> AuthorDate: Mon Dec 11 16:55:10 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Dec 11 16:55:10 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=499bf583 sci-libs/nibabel: drop 4.0.0 Signed-off-by: Horea Christian chymera.eu> sci-libs/nibabel/nibabel-4.0.0.ebuild | 37 ----------------------------------- 1 file changed, 37 deletions(-) diff --git a/sci-libs/nibabel/nibabel-4.0.0.ebuild b/sci-libs/nibabel/nibabel-4.0.0.ebuild deleted file mode 100644 index 4a24fb940..000000000 --- a/sci-libs/nibabel/nibabel-4.0.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Access a cacophony of neuro-imaging file formats" -HOMEPAGE="https://nipy.org/nibabel/" -SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dicom" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - dicom? ( - dev-python/pillow[${PYTHON_USEDEP}] - sci-libs/pydicom - ) -" - -EPYTEST_DESELECT=( - # Rported upstream: - # https://github.com/nipy/nibabel/issues/1191 - nibabel/tests/test_volumeutils.py::test_a2f_nan2zero_range -) - -distutils_enable_sphinx doc/source dev-python/texext dev-python/numpydoc dev-python/matplotlib -distutils_enable_tests pytest