# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{12..14} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 pypi xdg-utils DESCRIPTION="Jupyter Interactive Notebook" HOMEPAGE=" https://jupyter.org/ https://github.com/jupyter/notebook/ https://pypi.org/project/notebook/ " LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64" COMMON_DEPEND=" >=dev-python/jupyter-builder-1.0.2[${PYTHON_USEDEP}]