# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi DESCRIPTION="Interactive plots and applications in the browser from Python" HOMEPAGE="https://bokeh.org" SRC_URI+=" https://github.com/bokeh/bokeh/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-python/contourpy-1.2[${PYTHON_USEDEP}] >=dev-python/jinja2-2.9[${PYTHON_USEDEP}] >=dev-python/narwhals-1.13[${PYTHON_USEDEP}] >=dev-python/numpy-1.16[${PYTHON_USEDEP}] >=dev-python/packaging-16.8[${PYTHON_USEDEP}] >=dev-python/pandas-1.2[${PYTHON_USEDEP}] >=dev-python/pillow-7.1.0[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] >=dev-python/tornado-6.2[${PYTHON_USEDEP}] >=sci-geosciences/xyzservices-2021.09.1[${PYTHON_USEDEP}] " BDEPEND="dev-python/colorama[${PYTHON_USEDEP}] test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/json5[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/nbconvert[${PYTHON_USEDEP}] dev-python/pyarrow[${PYTHON_USEDEP}] dev-python/pygraphviz[${PYTHON_USEDEP}]