pentoo-overlay/app-forensics/oletools/oletools-0.55.ebuild
2019-12-12 00:24:28 +03:00

29 lines
784 B
Bash

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="A python tools to analyze MS OLE2 files and MS Office documents"
HOMEPAGE="https://github.com/decalage2/oletools"
SRC_URI="https://github.com/decalage2/oletools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
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
#}