mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 11:40:51 +02:00
dwarf-debugger: python bump
This commit is contained in:
parent
8c5c96c652
commit
71ee410649
3 changed files with 1 additions and 33 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST dwarf-debugger-1.0.9_p20200521.tar.gz 1073424 BLAKE2B 19234ab906e29e03efdb5f9d444bbbad2c4703603fd2007c523bfd1843c33d0a570429da1311441d532c2e7f3e5b3f338639c52c9b241ab7e3525c3b2421850f SHA512 358e2984ee76350a74ffbea86f2c5379ef1b2b502ac16f043b796de6d15f74ccdfb0af3e712a0a8d83a6010cd60b96de7388d06ffe442b78d4f3af3e78fd5965
|
||||
DIST dwarf_debugger-1.0.9.tar.gz 635554 BLAKE2B 04e10c5b6baa410fb8b580c0bb9cea1d118fa5fa70ede1577cb8be16e51d47a45f5f07096a8a081942fd584c1cfa8429c6b0cf64eae6cc90ebd702fd8a830360 SHA512 e754c6ae9f89e827f814b075b43f017fa8ba66011e3e053da094cf2e2def7cd62d64b7dd8951a61bc28eb8c9232676138686d9255ee2555c0e260fcee05bc45d
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="dwarf_debugger"
|
||||
|
||||
DESCRIPTION="Full featured multi arch/os debugger built on top of PyQt5 and frida"
|
||||
HOMEPAGE="https://github.com/iGio90/Dwarf"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-libs/capstone-4.0.1[python,${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/frida-python-12.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyQt5-5.11.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyperclip-1.7.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=""${FILESDIR}"/dwart-disable-update.patch"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
Loading…
Reference in a new issue