androguard: 3.2.1 bump

This commit is contained in:
blshkv 2018-10-13 10:38:29 +08:00
parent 2d5cf45a42
commit 92ddfca436
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 31 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST androguard-3.2.0.tar.gz 599730 BLAKE2B 0ec14e119b88717266a53d6632ab077096f115541d29a82058987a11000c829ea8fff4a3f686ef0c65038167d205e7007d65bb9aab4f72a93fefdc5c050c8964 SHA512 ce165afb31a9fc1b51e748686e452a11aa4f639fd596e9ed03e4e35414122bdd3b9b1ecc32ea0309e6f4d64e37b8148945d2a8ad139891d995c4524a54fbcb62
DIST androguard-3.2.1.tar.gz 621132 BLAKE2B bedd61021c6d85cd004e04ed90d2af00744dd8cc58ddc6b97397b86961f84905d9b5973731b7997a8c01fd8b551d080f79311ee842dfc797e6ec95f11081e94b SHA512 d6975abc501c9f87d9f62cbf3b13270e3a52934debd519d2aa678e7939d9f984fe547dfd87b41c81ce5606bd04edf6ea43194781771cc352ee8238a049bd01b3

View file

@ -0,0 +1,30 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX"
HOMEPAGE="https://pypi.org/project/androguard/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
RDEPEND="dev-python/future
>=dev-python/networkx-1.11
dev-python/pygments
dev-python/lxml
dev-python/colorama
dev-python/matplotlib
>=dev-python/asn1crypto-0.24.0
$(python_gen_cond_dep '>=dev-python/ipython-5.0[${PYTHON_USEDEP}] <dev-python/ipython-6[${PYTHON_USEDEP}]' python2_7 )
$(python_gen_cond_dep '>=dev-python/ipython-5.0[${PYTHON_USEDEP}]' python{3_5,3_6} )
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"