aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2024-02-28 20:44:52 -0500
committerHorea Christian <chr@chymera.eu>2024-02-28 20:44:52 -0500
commit50a05ce19aefe2890f26918b5900d757c669e66b (patch)
treec0cea0414280f2c5c34f8cebfadc4ab074f32c70 /dev-python
parentsci-libs/spyking-circus: unkeyword 1.1.0 for ~x86 (diff)
downloadsci-50a05ce19aefe2890f26918b5900d757c669e66b.tar.gz
sci-50a05ce19aefe2890f26918b5900d757c669e66b.tar.bz2
sci-50a05ce19aefe2890f26918b5900d757c669e66b.zip
dev-python/bokeh: enable py3.11, py3.12
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bokeh/bokeh-2.4.2.ebuild5
1 files 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"