# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 pypi DESCRIPTION="A python tools to analyze MS OLE2 files and MS Office documents" HOMEPAGE="https://github.com/decalage2/oletools" SRC_URI="$(pypi_sdist_url ${PN} ${PV} .zip)" LICENSE="GPL-2 BSD-2 MIT" SLOT="0" KEYWORDS="amd64 ~arm64 x86" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} dev-python/pyparsing[${PYTHON_USEDEP}] >=dev-python/olefile-0.46[${PYTHON_USEDEP}] dev-python/easygui[${PYTHON_USEDEP}] dev-python/colorclass[${PYTHON_USEDEP}] dev-python/msoffcrypto-tool[${PYTHON_USEDEP}] dev-python/pcodedmp[${PYTHON_USEDEP}] " BDEPEND="app-arch/unzip" RESTRICT="test"