androguard-4.1.3.ebuild

This commit is contained in:
Anton Bolshakov 2025-02-25 11:33:09 +08:00
parent 40a8f381df
commit fb9f167f2f
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 39 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST androguard-4.1.2.tar.gz 888802 BLAKE2B b4bf4b4e4cce688e741cdfbeca98296ce934703e66bd591836da53c54b9239569a716b743eec148dcc2921e8eb775d5abcb02510c7a9e7008654e2e1f89eff5b SHA512 a5dee9667e5387c1a0ae11f5fd2656da68082bbfdad3775c0c5d7c1f01f0cf3c380e2f17f6b68ea3259ffdefbffbc0f3c5ac978045fabd6897eb3ad552f33ba5
DIST androguard-4.1.3.tar.gz 896277 BLAKE2B 7fe1c1fb7a63551fdbbe90a28268a85bb1d8392e0a9f69892e3e57a0fc4be0837f47c8b3ec69a101a2f96de7a2eb7f8e1c434e75d4eb82eed8d0094ca0018fd0 SHA512 f8c544d776e3f8590352ddd2dbcaa95e309e33e694ceaf4ce27ae4b2aec6d63bf2d0acb7244dd6f97d2c907990cb3ad3565dce3254de3f9dbdbf43a079cef8ed

View file

@ -0,0 +1,38 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX"
HOMEPAGE="https://github.com/androguard/androguard"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
# no proper test scripts
#RESTRICT="test"
RDEPEND="
>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
>=dev-python/lxml-4.3.0[${PYTHON_USEDEP}]
>=dev-python/colorama-0.4.1[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
>=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]
>=dev-python/ipython-5.0.0[${PYTHON_USEDEP}]
dev-python/mutf8[${PYTHON_USEDEP}]
dev-python/dataset[${PYTHON_USEDEP}]
dev-python/frida-python[${PYTHON_USEDEP}]
dev-python/loguru[${PYTHON_USEDEP}]
>=dev-util/apkInspector-1.1.7[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/pyqt5[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"