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 6269A15ACFC for ; Tue, 2 May 2023 23:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99F5CE08CE; Tue, 2 May 2023 23:49:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 76B7BE08CE for ; Tue, 2 May 2023 23:49:01 +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 AD42034146B for ; Tue, 2 May 2023 23:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC6A990 for ; Tue, 2 May 2023 23:48:59 +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: <1683071272.b35196f8ab2d440e2fe298e7ba947eabe9904de9.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-3.2.1.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: b35196f8ab2d440e2fe298e7ba947eabe9904de9 X-VCS-Branch: master Date: Tue, 2 May 2023 23:48:59 +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: d9166470-a854-4045-86c4-9437f0144c08 X-Archives-Hash: 65021d6e9fe89f459af17dd9d30c4bd6 commit: b35196f8ab2d440e2fe298e7ba947eabe9904de9 Author: Horea Christian chymera eu> AuthorDate: Tue May 2 23:47:52 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Tue May 2 23:47:52 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b35196f8 sci-libs/nibabel: drop 3.2.1 Signed-off-by: Horea Christian chymera.eu> sci-libs/nibabel/nibabel-3.2.1.ebuild | 41 ----------------------------------- 1 file changed, 41 deletions(-) diff --git a/sci-libs/nibabel/nibabel-3.2.1.ebuild b/sci-libs/nibabel/nibabel-3.2.1.ebuild deleted file mode 100644 index 97adfa2da..000000000 --- a/sci-libs/nibabel/nibabel-3.2.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 ) -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}] - dev-python/mock[${PYTHON_USEDEP}] - dicom? ( - dev-python/pillow[${PYTHON_USEDEP}] - sci-libs/pydicom - ) -" - -BDEPEND="test? ( - dev-python/pytest-doctestplus[${PYTHON_USEDEP}] -)" - -EPYTEST_DESELECT=( - # Re-evaluate after 3.2.1 - nibabel/gifti/tests/test_parse_gifti_fast.py::test_parse_dataarrays -) - -distutils_enable_sphinx doc/source dev-python/texext dev-python/numpydoc dev-python/matplotlib -distutils_enable_tests pytest