# 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="Python modules to work with large, multiresolution images."

HOMEPAGE="https://github.com/girder/large_image"
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="bioformats colormaps converter deepzoom dicom dummy gdal jupyter mapnik memcached multi nd2 ometiff openjpeg openslide performance pil rasterio redis sources test tiff tifffile tiledoutput vips zarr"
DEPENDENCIES="dev-python/cachetools[${PYTHON_USEDEP}]
	dev-python/palettable[${PYTHON_USEDEP}]
	>=dev-python/pillow-10.3[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/typing-extensions[${PYTHON_USEDEP}]
	memcached? ( >=dev-python/pylibmc-1.5.1[${PYTHON_USEDEP}] )
	redis? ( >=dev-python/redis-4.5.5[${PYTHON_USEDEP}] )
	converter? ( dev-python/large-image-converter[${PYTHON_USEDEP}] )
	colormaps? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	colormaps? ( dev-python/tol-colors[${PYTHON_USEDEP}] )
	jupyter? ( dev-python/aiohttp[${PYTHON_USEDEP}] )
	jupyter? ( dev-python/ipyvue[${PYTHON_USEDEP}] )
	jupyter? ( dev-python/ipyleaflet[${PYTHON_USEDEP}] )
	tiledoutput? ( dev-python/pyvips[${PYTHON_USEDEP}] )
	performance? ( >=dev-python/psutil-4.2.0[${PYTHON_USEDEP}] )
	performance? ( dev-python/simplejpeg[${PYTHON_USEDEP}] )
	bioformats? ( dev-python/large-image-source-bioformats[${PYTHON_USEDEP}] )
	deepzoom? ( dev-python/large-image-source-deepzoom[${PYTHON_USEDEP}] )
	dicom? ( dev-python/large-image-source-dicom[${PYTHON_USEDEP}] )
	dummy? ( dev-python/large-image-source-dummy[${PYTHON_USEDEP}] )
	gdal? ( dev-python/large-image-source-gdal[${PYTHON_USEDEP}] )
	mapnik? ( dev-python/large-image-source-mapnik[${PYTHON_USEDEP}] )
	multi? ( dev-python/large-image-source-multi[${PYTHON_USEDEP}] )
	nd2? ( dev-python/large-image-source-nd2[${PYTHON_USEDEP}] )
	ometiff? ( dev-python/large-image-source-ometiff[${PYTHON_USEDEP}] )
	openjpeg? ( dev-python/large-image-source-openjpeg[${PYTHON_USEDEP}] )
	openslide? ( dev-python/large-image-source-openslide[${PYTHON_USEDEP}] )
	pil? ( dev-python/large-image-source-pil[${PYTHON_USEDEP}] )
	rasterio? ( dev-python/large-image-source-rasterio[${PYTHON_USEDEP}] )
	test? ( dev-python/large-image-source-test[${PYTHON_USEDEP}] )
	tiff? ( dev-python/large-image-source-tiff[${PYTHON_USEDEP}] )
	tifffile? ( dev-python/large-image-source-tifffile[${PYTHON_USEDEP}] )
	vips? ( dev-python/large-image-source-vips[${PYTHON_USEDEP}] )
	zarr? ( dev-python/large-image-source-zarr[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-bioformats[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-vips[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-nd2[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-dicom[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-openslide[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-openjpeg[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-pil[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-rasterio[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-zarr[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-gdal[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-mapnik[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-test[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-dummy[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-multi[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-tifffile[${PYTHON_USEDEP}] )
	sources? ( dev-python/large-image-source-tiff[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"