commit: 50a05ce19aefe2890f26918b5900d757c669e66b
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 29 01:44:52 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 29 01:44:52 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=50a05ce1
dev-python/bokeh: enable py3.11, py3.12
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/bokeh/bokeh-2.4.2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/bokeh/bokeh-2.4.2.ebuild
b/dev-python/bokeh/bokeh-2.4.2.ebuild
index 0a0c64b4b..7347e5110 100644
--- a/dev-python/bokeh/bokeh-2.4.2.ebuild
+++ b/dev-python/bokeh/bokeh-2.4.2.ebuild
@@ -3,9 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_10 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-DISTUTILS_IN_SOURCE_BUILD=1
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature pypi
DESCRIPTION="Statistical and interactive HTML plots for Python"