aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2023-05-02 19:48:31 -0400
committerHorea Christian <chr@chymera.eu>2023-05-02 19:48:31 -0400
commitc3df4ab6e2c4549a2d00a05a66d436225291d8b7 (patch)
tree059b3a1bf92e49c618766343981920519ed08bea
parentsci-libs/nibabel: drop 3.2.1 (diff)
downloadsci-c3df4ab6.tar.gz
sci-c3df4ab6.tar.bz2
sci-c3df4ab6.zip
sci-libs/nibabel: enable py3.11
Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--sci-libs/nibabel/nibabel-4.0.0.ebuild4
-rw-r--r--sci-libs/nibabel/nibabel-5.0.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/nibabel/nibabel-4.0.0.ebuild b/sci-libs/nibabel/nibabel-4.0.0.ebuild
index 2de1e6dc9..4a24fb940 100644
--- a/sci-libs/nibabel/nibabel-4.0.0.ebuild
+++ b/sci-libs/nibabel/nibabel-4.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/sci-libs/nibabel/nibabel-5.0.0.ebuild b/sci-libs/nibabel/nibabel-5.0.0.ebuild
index 07c2b35fc..0fec805b1 100644
--- a/sci-libs/nibabel/nibabel-5.0.0.ebuild
+++ b/sci-libs/nibabel/nibabel-5.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1