# 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=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Interpretability Callbacks for Tensorflow 2.0"

HOMEPAGE="https://github.com/sicara/tf-explain"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="docs publish tests"
DEPENDENCIES="docs? ( >=dev-python/sphinx-2.1.2[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/sphinx-rtd-theme-0.4.3[${PYTHON_USEDEP}] )
	publish? ( dev-python/bumpversion[${PYTHON_USEDEP}] )
	publish? ( >=dev-python/twine-1.13.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/black-19.3_beta0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pylint-2.3.1[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-5.0.1[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-timeout-1.3.3[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-mock-1.10.4[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-cov-2.7.1[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/tox-3.13.2[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"