mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
androguard: drop python2
This commit is contained in:
parent
b9ea68c2b2
commit
fada6d7b09
4 changed files with 3 additions and 67 deletions
|
|
@ -1,3 +1 @@
|
|||
DIST androguard-3.3.2.tar.gz 612436 BLAKE2B daa81e0d362a673d939ef40b705e0f90c4d62aeb0b73a9d85997288ce873ad23fd8a8ba1018ccbbda2539fa5eee9c78d388e5ebd49315d2e21f744de1207825d SHA512 402dcc87dcf9b368d4824f964ba5dda1c082fc60f43784b8e3704e9b6b482dbacd9b6170abd5070a511c9cf7bfcabb9cb73ba11f8adc8f42b0584c44dcc6c6c8
|
||||
DIST androguard-3.3.4.tar.gz 613282 BLAKE2B 468900a5259044d2f79c5b9abe33944fb19e8b984d4646bb6aa2a28dfade45a886b19ad4a8504f829c67d85628ae74e71acedb87995096cdf542c3a86ed41fe4 SHA512 83f12ade92141c9492c0d635ce0274282275344aea0c73bd5dfe4ecadcf5f4b692674402efbbbc18bdcbd0efa4b5c8eaca0271fd254951b3813089d6cd7fc259
|
||||
DIST androguard-3.3.5.tar.gz 854871 BLAKE2B cdb407d5d1ea1f764a4abd3c914478cc320668637e2f7df6eacf1967b97144e8a59a716313707d7c07dc5e0c5c568442944e2e00cc1ab43546cd6b0af404c151 SHA512 9e2ac2a1f8987bf07df61d31f557110f3a579baa91269c52db2b44fa36bff61b9cb77bdb4b5b1626e67cc4f328bf99d3fbd6ca73214e0fee4765bf15defd2f81
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
# 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} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX"
|
||||
HOMEPAGE="https://github.com/androguard/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}]"
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# 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} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX"
|
||||
HOMEPAGE="https://github.com/androguard/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}]"
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX"
|
||||
|
|
@ -24,9 +24,7 @@ RDEPEND="dev-python/future[${PYTHON_USEDEP}]
|
|||
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]
|
||||
$(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} )
|
||||
"
|
||||
>=dev-python/ipython-5.0[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue