add app-forensics/oletools deps

This commit is contained in:
Yury Martynov 2019-09-03 11:31:34 +03:00
parent a545e96320
commit 93a8d69e71
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
6 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST easygui-0.98.1.tar.gz 81024 BLAKE2B 6d0e6a1804bab603aeaf305193e2c065325b3435d1bd009fcf6050a3c12d1694f1130cae66def8982cb10d1c4e54d45d647b82ceaa1ce7f62927536d21008c99 SHA512 abca997725eee9db7d3a6d68dafd7319578d433fccc4d879fe2c003dd1d9afbc1e28d30c445a14f5203bc7ea8e0427e200ae9acf60c2be458b23f67be689ec7f

View file

@ -0,0 +1,22 @@
# 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} )
PYTHON_REQ_USE="tk"
inherit distutils-r1
DESCRIPTION="A module for very simple, very easy GUI programming in Python"
HOMEPAGE="https://pypi.org/project/easygui/ https://github.com/robertlugg/easygui"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1 @@
DIST msoffcrypto-tool-4.10.1.tar.gz 215251 BLAKE2B 1a0002b3183547abf7b8827d5d62c73b30fb68f36613575e1d895a33240203d2ce21ca4efa25a3b12e126040f30ea85133ea5d0b70a43186fdf4862493d273c8 SHA512 c62f060db8cf2714f0e0ec570be0ceb1dce2978e32f2ef591c2fddef79714b0374d0e8993d180db202429802c56c1e70910b01f7db7fb5b684003cfe6d85197c

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1,23 @@
# 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="Python tool & library for decrypting MS Office files with passwords or other keys"
HOMEPAGE="https://github.com/nolze/msoffcrypto-tool"
SRC_URI="https://github.com/nolze/msoffcrypto-tool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-python/olefile[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]"