# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{12,13} ) inherit distutils-r1 pypi DESCRIPTION="A high-performance image processing library designed to optimize and extend the Albumentations library with specialized functions for advanced image transformations" HOMEPAGE="https://github.com/albumentations-team/albucore" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=dev-python/numpy-1.24.4[${PYTHON_USEDEP}] >=dev-python/stringzilla-3.10.4[${PYTHON_USEDEP}] >=dev-python/simsimd-5.9.2[${PYTHON_USEDEP}] "