dev-python/imagecodecs - 2026.1.14 (pypi)

Search

Package Information

Description:
Image transformation, compression, and decompression codecs
Homepage:
https://www.cgohlke.com
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2026.1.14 8 ~amd64 ~x86 0
View Raw Ebuild
# 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="Image transformation, compression, and decompression codecs"

HOMEPAGE="https://www.cgohlke.com"
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="all test"
DEPENDENCIES="dev-python/numpy[${PYTHON_USEDEP}]
	all? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	all? ( dev-python/tifffile[${PYTHON_USEDEP}] )
	all? ( dev-python/numcodecs[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-run-parallel[${PYTHON_USEDEP}] )
	test? ( dev-python/tifffile[${PYTHON_USEDEP}] )
	test? ( dev-python/czifile[${PYTHON_USEDEP}] )
	test? ( dev-python/liffile[${PYTHON_USEDEP}] )
	test? ( dev-python/backports-zstd[${PYTHON_USEDEP}] )
	test? ( dev-python/blosc[${PYTHON_USEDEP}] )
	test? ( dev-python/blosc2[${PYTHON_USEDEP}] )
	test? ( dev-python/Brotli[${PYTHON_USEDEP}] )
	test? ( dev-python/lz4[${PYTHON_USEDEP}] )
	test? ( dev-python/pyliblzfse[${PYTHON_USEDEP}] )
	test? ( dev-python/python-lzf[${PYTHON_USEDEP}] )
	test? ( dev-python/python-snappy[${PYTHON_USEDEP}] )
	test? ( dev-python/bitshuffle[${PYTHON_USEDEP}] )
	test? ( dev-python/zopflipy[${PYTHON_USEDEP}] )
	test? ( dev-python/zarr[${PYTHON_USEDEP}] )
	test? ( dev-python/numcodecs[${PYTHON_USEDEP}] )
	test? ( dev-python/kerchunk[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"

USE Flags

all

Dependencies

RDEPEND

dev-python/numpy[${PYTHON_USEDEP}]
	all? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	all? ( dev-python/tifffile[${PYTHON_USEDEP}] )
	all? ( dev-python/numcodecs[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-run-parallel[${PYTHON_USEDEP}] )
	test? ( dev-python/tifffile[${PYTHON_USEDEP}] )
	test? ( dev-python/czifile[${PYTHON_USEDEP}] )
	test? ( dev-python/liffile[${PYTHON_USEDEP}] )
	test? ( dev-python/backports-zstd[${PYTHON_USEDEP}] )
	test? ( dev-python/blosc[${PYTHON_USEDEP}] )
	test? ( dev-python/blosc2[${PYTHON_USEDEP}] )
	test? ( dev-python/Brotli[${PYTHON_USEDEP}] )
	test? ( dev-python/lz4[${PYTHON_USEDEP}] )
	test? ( dev-python/pyliblzfse[${PYTHON_USEDEP}] )
	test? ( dev-python/python-lzf[${PYTHON_USEDEP}] )
	test? ( dev-python/python-snappy[${PYTHON_USEDEP}] )
	test? ( dev-python/bitshuffle[${PYTHON_USEDEP}] )
	test? ( dev-python/zopflipy[${PYTHON_USEDEP}] )
	test? ( dev-python/zarr[${PYTHON_USEDEP}] )
	test? ( dev-python/numcodecs[${PYTHON_USEDEP}] )
	test? ( dev-python/kerchunk[${PYTHON_USEDEP}] )

BDEPEND

dev-python/numpy[${PYTHON_USEDEP}]
	all? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	all? ( dev-python/tifffile[${PYTHON_USEDEP}] )
	all? ( dev-python/numcodecs[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-run-parallel[${PYTHON_USEDEP}] )
	test? ( dev-python/tifffile[${PYTHON_USEDEP}] )
	test? ( dev-python/czifile[${PYTHON_USEDEP}] )
	test? ( dev-python/liffile[${PYTHON_USEDEP}] )
	test? ( dev-python/backports-zstd[${PYTHON_USEDEP}] )
	test? ( dev-python/blosc[${PYTHON_USEDEP}] )
	test? ( dev-python/blosc2[${PYTHON_USEDEP}] )
	test? ( dev-python/Brotli[${PYTHON_USEDEP}] )
	test? ( dev-python/lz4[${PYTHON_USEDEP}] )
	test? ( dev-python/pyliblzfse[${PYTHON_USEDEP}] )
	test? ( dev-python/python-lzf[${PYTHON_USEDEP}] )
	test? ( dev-python/python-snappy[${PYTHON_USEDEP}] )
	test? ( dev-python/bitshuffle[${PYTHON_USEDEP}] )
	test? ( dev-python/zopflipy[${PYTHON_USEDEP}] )
	test? ( dev-python/zarr[${PYTHON_USEDEP}] )
	test? ( dev-python/numcodecs[${PYTHON_USEDEP}] )
	test? ( dev-python/kerchunk[${PYTHON_USEDEP}] )

Manifest for 2026.1.14

Type File Size Source URLs
DIST imagecodecs-2026.1.14.tar.gz 9527808 bytes https://files.pythonhosted.org/packages/source/${REALNAME::1}/imagecodecs/imagecodecs-2026.1.14.tar.gz