# 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 home for new additions to PyMC, which may include unusual probability distribitions, advanced model fitting algorithms, or any code that may be inappropriate to include in the pymc repository, but may want to be made available to users." HOMEPAGE="http://github.com/pymc-devs/pymc-experimental" LICENSE="Apache-2.0" 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="complete dask-histogram dev histogram" DEPENDENCIES="dev-python/pymc[${PYTHON_USEDEP}] dev-python/scikit-learn[${PYTHON_USEDEP}] dask-histogram? ( dev-python/dask[${PYTHON_USEDEP}] ) dask-histogram? ( dev-python/xhistogram[${PYTHON_USEDEP}] ) histogram? ( dev-python/xhistogram[${PYTHON_USEDEP}] ) complete? ( dev-python/dask[${PYTHON_USEDEP}] ) complete? ( dev-python/xhistogram[${PYTHON_USEDEP}] ) dev? ( dev-python/dask[${PYTHON_USEDEP}] ) dev? ( dev-python/blackjax[${PYTHON_USEDEP}] ) dev? ( dev-python/statsmodels[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"