# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Python3 Parser for Android XML file and get Application Name without using Androguard" HOMEPAGE="https://github.com/appknox/pyaxmlparser" if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/appknox/pyaxmlparser" else SRC_URI="https://github.com/appknox/pyaxmlparser/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi RESTRICT="mirror" LICENSE="MIT" SLOT="0" DEPEND="" RDEPEND="${PYTHON_DEPS} >=dev-python/click-6.7 >=dev-python/lxml-3.7.3"