# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 pypi DESCRIPTION="Py3 parser for Android XML" HOMEPAGE="https://github.com/appknox/pyaxmlparser" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/asn1crypto[${PYTHON_USEDEP}] >=dev-python/click-6.7[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" python_prepare_all() { sed -i '/\sdata_files=/d' setup.py || die distutils-r1_python_prepare_all } python_install_all() { distutils-r1_python_install_all doman apkinfo.1 }