commit:     b87323af847e0c68a76c0b403cf319a9fcf57c9c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 15:19:51 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 16:24:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87323af

dev-python/pyopencl: disable py3.9, add note re: py3.12 incompatibility

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/pyopencl/pyopencl-2023.1.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyopencl/pyopencl-2023.1.1.ebuild 
b/dev-python/pyopencl/pyopencl-2023.1.1.ebuild
index 21b8d7f3dd8d..5243792a55d4 100644
--- a/dev-python/pyopencl/pyopencl-2023.1.1.ebuild
+++ b/dev-python/pyopencl/pyopencl-2023.1.1.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+# NOT compatible with python3_11 because it uses the deprecated module "imp"
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 

Reply via email to