commit: c3df4ab6e2c4549a2d00a05a66d436225291d8b7
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May 2 23:48:31 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May 2 23:48:31 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c3df4ab6
sci-libs/nibabel: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/nibabel/nibabel-4.0.0.ebuild | 4 ++--
sci-libs/nibabel/nibabel-5.0.0.ebuild | 4 ++--
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