Skip to content

Commit

Permalink
androguard: drop python2
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Jan 14, 2020
1 parent b9ea68c commit fada6d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 67 deletions.
2 changes: 0 additions & 2 deletions dev-util/androguard/Manifest
Original file line number Original file line Diff line number Diff line change
@@ -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 DIST androguard-3.3.5.tar.gz 854871 BLAKE2B cdb407d5d1ea1f764a4abd3c914478cc320668637e2f7df6eacf1967b97144e8a59a716313707d7c07dc5e0c5c568442944e2e00cc1ab43546cd6b0af404c151 SHA512 9e2ac2a1f8987bf07df61d31f557110f3a579baa91269c52db2b44fa36bff61b9cb77bdb4b5b1626e67cc4f328bf99d3fbd6ca73214e0fee4765bf15defd2f81
30 changes: 0 additions & 30 deletions dev-util/androguard/androguard-3.3.2.ebuild

This file was deleted.

30 changes: 0 additions & 30 deletions dev-util/androguard/androguard-3.3.4.ebuild

This file was deleted.

8 changes: 3 additions & 5 deletions dev-util/androguard/androguard-3.3.5.ebuild
Original file line number Original file line Diff line number Diff line change
@@ -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 # Distributed under the terms of the GNU General Public License v2


EAPI=7 EAPI=7


PYTHON_COMPAT=( python2_7 python3_{5,6} ) PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 inherit distutils-r1


DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX" DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX"
Expand All @@ -24,9 +24,7 @@ RDEPEND="dev-python/future[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}] >=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}]
>=dev-python/pydot-1.4.1[${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 ) >=dev-python/ipython-5.0[${PYTHON_USEDEP}]"
$(python_gen_cond_dep '>=dev-python/ipython-5.0[${PYTHON_USEDEP}]' python{3_5,3_6} )
"


DEPEND="${RDEPEND} DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]" dev-python/setuptools[${PYTHON_USEDEP}]"

0 comments on commit fada6d7

Please sign in to comment.