mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
frida-python: 12.2.25 bump
This commit is contained in:
parent
cffd65ce87
commit
5a756b2a85
2 changed files with 56 additions and 0 deletions
|
|
@ -13,3 +13,8 @@ DIST frida-12.2.19-py2.7-linux-x86_64.egg 23032515 BLAKE2B 38fd0d74401d093587410
|
|||
DIST frida-12.2.19-py3.6-linux-i686.egg 21799274 BLAKE2B 0066daa971b3a14848a9a152f3011a3104883c5fd65fbf450d4fc83bdcf56fb6067f6e21019939f058b56eaad87742b823efaf58019613ee7151e79861e08202 SHA512 20f17286860e895eeab2fc262bb85c8553b0f5fe3f39f4f06e636afca1ac896cec6cc6f11ebb20ea085fb3013f604d5f33fe46a5b3e118662085fbc811550725
|
||||
DIST frida-12.2.19-py3.6-linux-x86_64.egg 23032943 BLAKE2B 03da94d646d6e5849380db6d17e48f52aa3e1313b5917306593f4916fe738aa350dbfcf0ef0828759d89879be108b750167a1323a4c1fb5599b509479459cabe SHA512 cb62bd5e0ada08f6eee929520de94e452aae79db7c30b0eaef3c147d8530bf39ec65740e936a210896b79908bdd163d83670bf7556a4d3a4eb3ce9c2489f383c
|
||||
DIST frida-12.2.19.tar.gz 6507 BLAKE2B 25fee1c6aa227e49e3c3d027714f53b8c917dc965eb053bad2d8063bd0e116b18b40879ff1a3fde7e97aac77dd4055ba441cc7dcbb2503c79198380920732d16 SHA512 d2d76c3c76c93032b325d9eebaefe9d3a0189d3e9d2ae47e2955b8fbf942b8c686dc86d5ddfefb9eb625299dfde397adb767d5965d45e375a2153224762f851b
|
||||
DIST frida-12.2.25-py2.7-linux-i686.egg 21803469 BLAKE2B 8aaaf3fbf46f2db0c8ca79c2fa0a6511f3ee1fb39886259963b74aaaf85ed2daf358b159d4780cb97df689ddac0987fdd846e40bb7be297e8fcf6a391ed7e84d SHA512 972ccddf49e61d7ca3cf9e38dd84d92064544cc2599432a354aa842db53112d52273cb470726b9b2e25d3f116ee18fd0df32967beb3d6b6210eb6c98aae3f025
|
||||
DIST frida-12.2.25-py2.7-linux-x86_64.egg 23036622 BLAKE2B 3d9f0d704ea303f26f5277ecb85a6e33f70a5aa391e45f4e7dacba665dfbf17298a1d5bf76b076c4eddd3af33e318f900576c465c4d5d1e76ddd6bb369dc104c SHA512 6c45f91446290541de8a6fd86d602145de18111bef76acb07911f56deea00642705d9bf04c821fe0b7757c5fb4d13b0d0e549dbf12644f9ee943e6b6ee34d895
|
||||
DIST frida-12.2.25-py3.6-linux-i686.egg 21805221 BLAKE2B 124015864b501067f1c78147d5fdacf8b9c1cd5b8989a2a55bf4413fd2220ee14dc856ae49a6f4da04b081b551222d04660dc0771ee3adfdd43c8681de6a9425 SHA512 800f7d23fbffc317fb6d2713455eebcb8a92d5d43c72729d2997a117cc1c73704a888dd0758eee055cd4c7a1d6f9ce0fcf46978ab3af559fe8f53ea875304fd1
|
||||
DIST frida-12.2.25-py3.6-linux-x86_64.egg 23037717 BLAKE2B 599b7e0bca484f8d35ea290cee50964290c70f7699f232287c4c087a1b90bf01798b434b4db761dfd7af9798cd278d5225f5cef3d112711c574b704f31310da4 SHA512 3f403c7c9bf041e959a9c9db219d498df2e6217ebbefaf5794423c8a3b59e60394c4770a4d1b4a302420551a21f267f8907def6f4522f8c3ba6b61fc10ee8c06
|
||||
DIST frida-12.2.25.tar.gz 6510 BLAKE2B 48f3032fef2d779ee8532561faaf4513254cd27e986815c0639baf8f8937887502d0b16ac4d34d91898b915c8627888f620422ffa71aff21e891180a5502cb8d SHA512 7090fbd87a24e52b642c58125f06c9448019803010fdef740447508689c0994e959cece99f67f85feb82e66bf2cfe0c9b0c9e1d1079ad1998b0507d0283bd61f
|
||||
|
|
|
|||
51
dev-python/frida-python/frida-python-12.2.25.ebuild
Normal file
51
dev-python/frida-python/frida-python-12.2.25.ebuild
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# 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
|
||||
|
||||
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
|
||||
x86? (
|
||||
https://files.pythonhosted.org/packages/2.7/f/frida/frida-${PV}-py2.7-linux-i686.egg
|
||||
https://files.pythonhosted.org/packages/3.6/f/frida/frida-${PV}-py3.6-linux-i686.egg
|
||||
)
|
||||
amd64? (
|
||||
https://files.pythonhosted.org/packages/2.7/f/frida/frida-${PV}-py2.7-linux-x86_64.egg
|
||||
https://files.pythonhosted.org/packages/3.6/f/frida/frida-${PV}-py3.6-linux-x86_64.egg
|
||||
)"
|
||||
|
||||
LICENSE="wxWinLL-3.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/lib.*/python.*/site-packages/_frida.*\.so"
|
||||
|
||||
PATCHES=( "${FILESDIR}/frida-offline2.patch" )
|
||||
|
||||
src_prepare(){
|
||||
#copy symlinks to homedir for offline installation
|
||||
if use x86; then
|
||||
cp -s "${DISTDIR}"/frida-${PV}-py2.7-linux-i686.egg "${HOME}"
|
||||
cp -s "${DISTDIR}"/frida-${PV}-py3.6-linux-i686.egg "${HOME}"
|
||||
cp -s "${DISTDIR}"/frida-${PV}-py3.6-linux-i686.egg "${HOME}"/frida-${PV}-py3.7-linux-i686.egg
|
||||
elif use amd64; then
|
||||
cp -s "${DISTDIR}"/frida-${PV}-py2.7-linux-x86_64.egg "${HOME}"
|
||||
cp -s "${DISTDIR}"/frida-${PV}-py3.6-linux-x86_64.egg "${HOME}"
|
||||
cp -s "${DISTDIR}"/frida-${PV}-py3.6-linux-x86_64.egg "${HOME}"/frida-${PV}-py3.7-linux-x86_64.egg
|
||||
fi
|
||||
|
||||
default
|
||||
}
|
||||
Loading…
Reference in a new issue