# 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="Lightweight helper to install scvi-tools in Google Colab."

HOMEPAGE="https://github.com/scverse/scvi-colab"
LICENSE="BSD"
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="dev"
DEPENDENCIES="dev-python/rich[${PYTHON_USEDEP}]
	>=dev-python/importlib-metadata-8.0.0[${PYTHON_USEDEP}]
	dev? ( >=dev-python/black-24.1[${PYTHON_USEDEP}] )
	dev? ( dev-python/codecov[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/flake8-7.0.0[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/isort-5.7[${PYTHON_USEDEP}] )
	dev? ( dev-python/pre-commit[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/pytest-8.0.0[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/setuptools-75.0.0[${PYTHON_USEDEP}] )
	dev? ( dev-python/pynndescent[${PYTHON_USEDEP}] )
	dev? ( dev-python/scanpy[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"