# 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="Container to represent data from genomic experiments"

HOMEPAGE="https://github.com/BiocPy/summarizedexperiment"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/5c/d9/4a46f0acf15e621ddce469088d3560f4e60d54a7437355d103cc990e33e9/summarizedexperiment-${REALVERSION}.tar.gz"
SOURCEFILE="summarizedexperiment-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="optional testing"
DEPENDENCIES="dev-python/GenomicRanges[${PYTHON_USEDEP}]
	dev-python/BiocFrame[${PYTHON_USEDEP}]
	dev-python/biocutils[${PYTHON_USEDEP}]
	optional? ( dev-python/anndata[${PYTHON_USEDEP}] )
	optional? ( dev-python/scipy[${PYTHON_USEDEP}] )
	optional? ( dev-python/DelayedArray[${PYTHON_USEDEP}] )
	testing? ( dev-python/setuptools[${PYTHON_USEDEP}] )
	testing? ( dev-python/pytest[${PYTHON_USEDEP}] )
	testing? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	testing? ( dev-python/anndata[${PYTHON_USEDEP}] )
	testing? ( dev-python/DelayedArray[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"