mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
oletools: 0.56 bump
This commit is contained in:
parent
f9d23e7866
commit
50b03cd0a1
3 changed files with 27 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST oletools-0.55.1.zip 3075488 BLAKE2B 38b2486fd68bd6214b3fb3fa74c0e4ef7a25e7d820c64f0eb4fd7f5422d34f1bb3a91789065abdb7d47c1e9208480571db5ab28e91ccab8ff4d8dfb120651ce5 SHA512 e575510baeab50dcc3da26195d22e5e19fdc1c37ff732d07cf0a2390cc600f24709d84dbd446e22f20f05faa162bf9fa323c0a63394614da679b57764d46ba3f
|
||||
DIST oletools-0.56.zip 3085812 BLAKE2B 53eb2b7c00f11fd258051b104de5434fa755e25214cf406a68209953134d7e4efa6eb513cb12be95965fe4751328da4f5a71d310b7aa4dc622e009a9facaf4e5 SHA512 6f7203e080cb779fd6370720d7d21b216f25fde0dcc5d3dc1dca0eace680cd3ed2994f2e208dae628187b4f5eae5a9dfd5d9c7f591b0c7ad62d17cb17b292710
|
||||
|
|
|
|||
26
app-forensics/oletools/oletools-0.56.ebuild
Normal file
26
app-forensics/oletools/oletools-0.56.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
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 ~arm64 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}]"
|
||||
|
|
@ -413,8 +413,6 @@ dev-python/playsound
|
|||
# required by app-exploits/wesng
|
||||
~dev-python/MechanicalSoup-0.12.0
|
||||
|
||||
~dev-python/msoffcrypto-tool-4.10.1
|
||||
|
||||
#required to get >dev-python/setuptools-46.0.0
|
||||
#https://bugs.gentoo.org/730952
|
||||
~dev-python/zope-interface-5.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue