# 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="A fork of OpenAI Baselines, implementations of reinforcement learning algorithms." HOMEPAGE="https://github.com/hill-a/stable-baselines" 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 mpi tests" DEPENDENCIES="dev-python/gym[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] dev-python/joblib[${PYTHON_USEDEP}] >=dev-python/cloudpickle-0.5.5[${PYTHON_USEDEP}] dev-python/opencv-python[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] docs? ( dev-python/sphinx[${PYTHON_USEDEP}] ) docs? ( dev-python/sphinx-autobuild[${PYTHON_USEDEP}] ) docs? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] ) mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] ) tests? ( dev-python/pytest[${PYTHON_USEDEP}] ) tests? ( dev-python/pytest-cov[${PYTHON_USEDEP}] ) tests? ( dev-python/pytest-env[${PYTHON_USEDEP}] ) tests? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] ) tests? ( dev-python/pytype[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"