mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
androguard: 3.3.5 bump
This commit is contained in:
parent
0f71e8c2da
commit
74f83aaeed
4 changed files with 63 additions and 0 deletions
1
dev-python/pydot/Manifest
Normal file
1
dev-python/pydot/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pydot-1.4.1.tar.gz 264987 BLAKE2B 61db2b6dbeab582981bf96054686c927d8d4548ac19a6c197ab1725f92c87e973c2dcd84d4c6c04cb2ca76b8f40814cfee1d5a53e4952065a538fc271e75d2a0 SHA512 b5f16b59908586df61cd415cb1a3e242fb69c39674a82b171862beff1f3727f47cba39bdd806901cb56bc8a6888783a53d112b1b70044e124ea992789d77f938
|
||||
29
dev-python/pydot/pydot-1.4.1.ebuild
Normal file
29
dev-python/pydot/pydot-1.4.1.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python interface to Graphviz's Dot language"
|
||||
HOMEPAGE="https://github.com/erocarrera/pydot https://pypi.org/project/pydot/"
|
||||
# pypi releases don't include tests
|
||||
SRC_URI="https://github.com/erocarrera/pydot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]
|
||||
media-gfx/graphviz"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/chardet[${PYTHON_USEDEP}] )"
|
||||
|
||||
python_test() {
|
||||
cd test || die
|
||||
"${PYTHON}" pydot_unittest.py || die "Test failed with ${EPYTHON}"
|
||||
}
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
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
|
||||
|
|
|
|||
32
dev-util/androguard/androguard-3.3.5.ebuild
Normal file
32
dev-util/androguard/androguard-3.3.5.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# 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[${PYTHON_USEDEP}]
|
||||
>=dev-python/networkx-1.11[${PYTHON_USEDEP}]
|
||||
dev-python/pygments[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/colorama[${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}]
|
||||
$(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}]"
|
||||
Loading…
Reference in a new issue