# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="A defined interface for working with a cache of jupyter notebooks" HOMEPAGE="https://jupyter-cache.readthedocs.io" SRC_URI="https://github.com/executablebooks/jupyter-cache/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="cli code_style rtd" RDEPEND="dev-python/attrs[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] dev-python/importlib-metadata[${PYTHON_USEDEP}] dev-python/nbclient[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] dev-python/tabulate[${PYTHON_USEDEP}] cli? ( dev-python/click-log[${PYTHON_USEDEP}] ) code_style? (