pentoo-overlay/app-forensics/oletools/oletools-0.55.1.ebuild
2020-02-12 11:17:52 +03:00

29 lines
738 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A python tools to analyze MS OLE2 files and MS Office documents"
HOMEPAGE="https://github.com/decalage2/oletools"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2 BSD-2 MIT"
SLOT="0"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-python/colorclass[${PYTHON_USEDEP}]
dev-python/easygui[${PYTHON_USEDEP}]
dev-python/msoffcrypto-tool[${PYTHON_USEDEP}]
>=dev-python/olefile-0.46[${PYTHON_USEDEP}]
dev-python/pcodedmp[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]"
#python_test() {
# esetup.py test
#}