commit: b56a8ba297ec00607d14dce9cfe94a2d653cbaae Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Mon Dec 22 17:48:57 2025 +0000 Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> CommitDate: Mon Dec 22 17:48:57 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b56a8ba2
sci-libs/nibabel: Remove py3.11 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> sci-libs/nibabel/nibabel-5.0.0.ebuild | 35 ----------------------------------- sci-libs/nibabel/nibabel-5.1.0.ebuild | 2 +- 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/sci-libs/nibabel/nibabel-5.0.0.ebuild b/sci-libs/nibabel/nibabel-5.0.0.ebuild deleted file mode 100644 index 5619aa4b4..000000000 --- a/sci-libs/nibabel/nibabel-5.0.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_11 ) -DISTUTILS_USE_PEP517=hatchling - -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 - ) -" - -BDEPEND="test? ( - dev-python/pytest-httpserver[${PYTHON_USEDEP}] -)" - -distutils_enable_sphinx doc/source dev-python/texext dev-python/numpydoc dev-python/matplotlib -distutils_enable_tests pytest diff --git a/sci-libs/nibabel/nibabel-5.1.0.ebuild b/sci-libs/nibabel/nibabel-5.1.0.ebuild index 5619aa4b4..537fb2d19 100644 --- a/sci-libs/nibabel/nibabel-5.1.0.ebuild +++ b/sci-libs/nibabel/nibabel-5.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{12..13} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1
