# Copyright 2021 Liguros Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8,9,10} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="rawkit is a ctypes-based set of LibRaw bindings for Python" HOMEPAGE="https://rawkit.readthedocs.io/en/latest/ https://github.com/photoshell/rawkit" SRC_URI="https://github.com/photoshell/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64"