# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Frida CLI tools" HOMEPAGE="https://github.com/frida/frida-tools" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz" LICENSE="wxWinLL-3.1" SLOT="0" KEYWORDS="~amd64 ~x86" #need to review deps RDEPEND="dev-python/prompt_toolkit[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/frida-python[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"