# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Export interactive HTML pages from Jupyter Notebooks [wheel]"

HOMEPAGE="https://github.com/SamLau95/nbinteract"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="dev test"
DEPENDENCIES="<dev-python/numpy-2.0[${PYTHON_USEDEP}]
	<dev-python/ipython-8.0[${PYTHON_USEDEP}]
	>=dev-python/nbconvert-5.3[${PYTHON_USEDEP}]
	<dev-python/traitlets-5.0[${PYTHON_USEDEP}]
	<dev-python/toolz-1.0[${PYTHON_USEDEP}]
	<dev-python/docopt-1.0[${PYTHON_USEDEP}]
	<dev-python/nbformat-5.0[${PYTHON_USEDEP}]
	<dev-python/jinja2-3.0[${PYTHON_USEDEP}]
	dev-python/bqplot[${PYTHON_USEDEP}]
	<dev-python/ipywidgets-8.0[${PYTHON_USEDEP}]
	dev? ( dev-python/check-manifest[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
	test? ( dev-python/coverage[${PYTHON_USEDEP}] )
	test? ( dev-python/coveralls[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"