mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 20:14:17 +01:00
androguard: drop 3.4.0_alpha1
This commit is contained in:
parent
0c9c57df9e
commit
f0cb988b35
2 changed files with 0 additions and 36 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST androguard-3.4.0_alpha1.gh.tar.gz 45678301 BLAKE2B e32e7cc081812e69815ca001e3ff385421486cbf6da070a28fb9746dbc6856194a312d9580458b49c5acf706938d387feb6977779a533aa13def47bdfbe307ca SHA512 6e51ea3f10923c5931815162097fcadd2a8bc1b7d4ff09e6f157ad76be0be00a2429d04c157275f144cd8ee0c86ebcf5b41d08e876a7fe8bc24c978a71b8b9cd
|
||||
DIST androguard-4.0.2.tar.gz 876950 BLAKE2B c4f851386abebd0a415cf714e42a6c982bc672f38357d40b70163ab0bf8d7f61f5bfbd4f84ad52e7833f7b7891e08cdf80f0f4700201be60cea67558d8af7184 SHA512 d23aab57fe0b240df775630dba4c7d0cd91f0933ff7124069fd30252150ffe786574e922981fc20d8b367ba6e59bb11e9978b2754ada8d080e4582a58b069cea
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# 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_{10..12} )
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PV="$(ver_cut 1-3)a$(ver_cut 5)"
|
||||
|
||||
DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX"
|
||||
HOMEPAGE="https://github.com/androguard/androguard"
|
||||
SRC_URI="https://github.com/androguard/androguard/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
SLOT="0"
|
||||
# not proper test scripts
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/networkx-2.2[${PYTHON_USEDEP}]
|
||||
>=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/matplotlib[${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[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
Loading…
Reference in a new issue