mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
pwntools-4.3.1.ebuild
This commit is contained in:
parent
bd81adceac
commit
074ebad95b
3 changed files with 44 additions and 5 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST pwntools-4.2.1.tar.gz 4014338 BLAKE2B 03859b6cf470698160c14b812cffc47ae4b5256c2c2f8082ffd60d4b91de6c83473063d6daa0ff512a4165faec15e28d2252ec64a459e9e164ad7c4a875189e2 SHA512 f440b491d5ccf36033119a44d27cf06ed567c1e42d1ee8ad548709c6dab5fe31fbf21f0cbd9f54c9b415e2f15d3406cd2019dd61ab49c21df1e571ff9195c66b
|
||||
DIST pwntools-4.3.0.tar.gz 4025386 BLAKE2B 512793b32a8f0f8e43c48f32b38d82727854283dcf99719320b0e74282d373ae769002dacc85196ac1a56ec2432c032265963933198e94673af00b928dfe265f SHA512 aee5e4902a3fc94e29b0f6b5a6a63e87d6ed588e7fe3c8b3ce1dd1532fadf12b7bad6f22b4de3dd9fbe6f987caad97c78bbaf4654518427573a9cdb2aee11281
|
||||
DIST pwntools-4.3.1.tar.gz 4024630 BLAKE2B 7461bf36e010852843cd89f8bd5cfa25ab9a4b9d638b695b66c82727f82ab40c4612923664b9cbdc8b37fa7aaabd1fdc192afdf25a59994d121fcfbfb74c22ea SHA512 ccff05330122fe15f2e417f1719af5e3b078633a717097e365e86534d3010fe486581645df21e60523c5b721e8851e9e23932e96309ab5a487feac9ecfba444f
|
||||
|
|
|
|||
43
app-exploits/pwntools/pwntools-4.3.1.ebuild
Normal file
43
app-exploits/pwntools/pwntools-4.3.1.ebuild
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# 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
|
||||
|
||||
DESCRIPTION="CTF framework and exploit development library"
|
||||
HOMEPAGE="https://github.com/Gallopsled/pwntools"
|
||||
SRC_URI="https://github.com/Gallopsled/pwntools/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
#Most is under an MIT license, but a few pieces are under GPL or a BSD 2-clause licence
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
#wait for capstone (ROPgadget dep) to become stable
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/paramiko-1.15.2[${PYTHON_USEDEP}]
|
||||
dev-python/mako[${PYTHON_USEDEP}]
|
||||
dev-python/pyelftools[${PYTHON_USEDEP}]
|
||||
dev-libs/capstone[python,${PYTHON_USEDEP}]
|
||||
app-exploits/ROPgadget[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/pygments[${PYTHON_USEDEP}]
|
||||
dev-python/PySocks[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
dev-python/psutil[${PYTHON_USEDEP}]
|
||||
>=dev-python/intervaltree-3.0[${PYTHON_USEDEP}]
|
||||
dev-python/sortedcontainers[${PYTHON_USEDEP}]
|
||||
dev-util/unicorn[python,unicorn_targets_x86(+),${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-4.0.0_do_not_mess_with_docs.patch"
|
||||
"${FILESDIR}/${PN}-4.1.0_update_deps.patch"
|
||||
)
|
||||
|
|
@ -110,7 +110,6 @@ dev-python/pyasn1
|
|||
~dev-python/ruamel-base-1.0.0
|
||||
~dev-python/ruamel-yaml-0.16.10
|
||||
~dev-python/ruamel-yaml-clib-0.2.0
|
||||
~dev-python/sortedcontainers-1.5.7
|
||||
~dev-python/typing-3.5.2.2 **
|
||||
~dev-python/urwid-2.0.1
|
||||
~dev-python/watchdog-0.8.3-r1
|
||||
|
|
@ -230,10 +229,6 @@ dev-python/splinter
|
|||
#required by qark
|
||||
~dev-python/javalang-0.12.0
|
||||
|
||||
# required by pwntools (argument)
|
||||
=dev-python/sortedcontainers-2*
|
||||
~dev-python/pyelftools-0.24-r1
|
||||
|
||||
# required by net-analyzer/tplmap
|
||||
~dev-python/pyyaml-5.1.2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue