From 2cb7370ec9470d897208dd46b48896ec024bca3a Mon Sep 17 00:00:00 2001 From: blshkv Date: Wed, 28 Mar 2018 20:01:25 +0800 Subject: [PATCH] frida-python: 10.7.7 bump --- dev-python/frida-python/Manifest | 3 ++- .../frida-python/frida-python-10.7.7.ebuild | 25 +++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 dev-python/frida-python/frida-python-10.7.7.ebuild diff --git a/dev-python/frida-python/Manifest b/dev-python/frida-python/Manifest index 65e5c7322..93ac593e7 100644 --- a/dev-python/frida-python/Manifest +++ b/dev-python/frida-python/Manifest @@ -1 +1,2 @@ -DIST frida-python-10.6.15.tar.gz 28738 SHA256 dd66d8def480e639569473c094930ba39ecf9e127c16afba948a393b6aed3454 SHA512 a295e4bcc0c926ea30f664428e1fb2652a4c8512293f84a1fb1c1abb55100328576f3ac69cdca414ae6dd16eb7f717b3e8c68ca3de2800c9997f8ddace6d17c8 WHIRLPOOL f7ccd161e96445d9c183579c89a9cfbcddfb9d0d313c1cd11b9c80719658e70fd2d08b5822c7e78caaef5a49ade706c0b08e673c3d81e1c46b86f54aa66c6aa3 +DIST frida-python-10.6.15.tar.gz 28738 BLAKE2B bbf67c7744d7b35d564d1f939cd00bcce18d644a67393f86e06292746c4e84e039e14d1eaaf87c42fdf887d29221cd39b51eb67ad5342a22bcb0e41433e3bd32 SHA512 a295e4bcc0c926ea30f664428e1fb2652a4c8512293f84a1fb1c1abb55100328576f3ac69cdca414ae6dd16eb7f717b3e8c68ca3de2800c9997f8ddace6d17c8 +DIST frida-python-10.7.7.tar.gz 29273 BLAKE2B e12c5103b0618ab8b0809240ee3127a19a904c30468c6748ac897bdceb48f990b663a84565130c9a7d363f49656e802adcfa77a5a0bd06c268000421b6ddf787 SHA512 b9f2ff4e8ea5a516e55579dedaf5bddc7b039cd048439387f88bb326dacc34fdec4730f25527b7f9ded856c008d26a85d3dbf6877b006f2cd2a13e218abc64e7 diff --git a/dev-python/frida-python/frida-python-10.7.7.ebuild b/dev-python/frida-python/frida-python-10.7.7.ebuild new file mode 100644 index 000000000..d72c91b4e --- /dev/null +++ b/dev-python/frida-python/frida-python-10.7.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +inherit distutils-r1 + +MY_PN="frida" + +DESCRIPTION="Inject JavaScript to explore native apps" +HOMEPAGE="https://github.com/frida/frida" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="wxWinLL-3.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND="dev-python/prompt_toolkit[${PYTHON_USEDEP}] + dev-python/colorama[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"