oletools-0.60.1.ebuild

This commit is contained in:
Anton Bolshakov 2022-07-01 14:30:24 +08:00
parent 3fc6057055
commit 2c75dd111e
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,3 @@
DIST oletools-0.56.2.zip 3109526 BLAKE2B 1963a3823084ab6ca8d492c655402c50bdfb91d813f2420d4466a1315e6edd213a4109b86fc6f3f90a2bb88160ee68ffbfa9cec048c79dca27e4cb44a39f83ec SHA512 827015154124368d2446501025152e973450446661d94ca9e2b7d1a51ef5d64d2bff1c2d8661e1e637c081a4d348f89583ff3f2030e76c7902afbd7ea882e3c0
DIST oletools-0.56.zip 3085812 BLAKE2B 53eb2b7c00f11fd258051b104de5434fa755e25214cf406a68209953134d7e4efa6eb513cb12be95965fe4751328da4f5a71d310b7aa4dc622e009a9facaf4e5 SHA512 6f7203e080cb779fd6370720d7d21b216f25fde0dcc5d3dc1dca0eace680cd3ed2994f2e208dae628187b4f5eae5a9dfd5d9c7f591b0c7ad62d17cb17b292710
DIST oletools-0.60.1.zip 3382775 BLAKE2B da03a81c6bedc170f19eb5febd836a08dc24505706dd54dd03a64743307b90144ceaecc6ca13ef7eaa0baad8c63566f979be3cd0a2805fb6333c833a2ce4849c SHA512 826cb504ca048039823eed8c4919a2dba3a39e5a3635b5b6ca12e857c40bba8c86bae0bce2e31c662f3633de12ec72623087dd4f3d059c1e8ef75d2d64d121a3
DIST oletools-0.60.zip 3120953 BLAKE2B f7e72fb98741390f93aef41a53a16f56f970ecdabc86886fa365bc2ec04d2edb23da00ccbd2f4394a70e022faa63cd2002bd0530f120e051cad6e98071dcfe54 SHA512 4a8ed0c60228b80535fcac407d9c2495febd64000f15cc55dfeb3e390c59d86d042938259872676ca3ca33346691a230a376720cb761bb80b2a3e090efc49daf

View file

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -18,9 +18,12 @@ 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/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}]
dev-python/pyparsing[${PYTHON_USEDEP}]"
"
RESTRICT="test"