# 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="Pytorch version of Stable Baselines, implementations of reinforcement learning algorithms." HOMEPAGE="https://github.com/DLR-RM/stable-baselines3" 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 extra tests" DEPENDENCIES="dev-python/gymnasium[${PYTHON_USEDEP}] =dev-python/sphinx-rtd-theme-1.3.0[${PYTHON_USEDEP}] ) docs? ( dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}] ) docs? ( dev-python/sphinx-copybutton[${PYTHON_USEDEP}] ) extra? ( dev-python/opencv-python[${PYTHON_USEDEP}] ) extra? ( dev-python/pygame[${PYTHON_USEDEP}] ) extra? ( dev-python/tensorboard[${PYTHON_USEDEP}] ) extra? ( dev-python/psutil[${PYTHON_USEDEP}] ) extra? ( dev-python/tqdm[${PYTHON_USEDEP}] ) extra? ( dev-python/rich[${PYTHON_USEDEP}] ) extra? ( dev-python/ale-py[${PYTHON_USEDEP}] ) extra? ( dev-python/pillow[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"