# 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="Automatic conversion from fault trees into behavior trees with formal verification capabilities"

HOMEPAGE="https://github.com/cconejob/ft2bt_converter.git"
LICENSE="GNU GPLv3"
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=""
DEPENDENCIES=">=dev-python/networkx-2.8.8[${PYTHON_USEDEP}]
	>=dev-python/graphviz-0.20.1[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-3.6.2[${PYTHON_USEDEP}]
	>=dev-python/cloudpickle-1.3.0[${PYTHON_USEDEP}]
	dev-python/future[${PYTHON_USEDEP}]
	dev-python/fvcore[${PYTHON_USEDEP}]
	dev-python/iopath[${PYTHON_USEDEP}]
	dev-python/omegaconf[${PYTHON_USEDEP}]
	dev-python/pycocotools[${PYTHON_USEDEP}]
	>=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]
	>=dev-python/tabulate-0.8.9[${PYTHON_USEDEP}]
	dev-python/tensorboard[${PYTHON_USEDEP}]
	>=dev-python/termcolor-1.1[${PYTHON_USEDEP}]
	>dev-python/tqdm-4.29.0[${PYTHON_USEDEP}]
	dev-python/yacs[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"