python3-pwntools: update to 4.7.0.
This commit is contained in:
parent
c07e980ae8
commit
8c93b99ec8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-pwntools'
|
||||
pkgname=python3-pwntools
|
||||
version=4.6.0
|
||||
revision=2
|
||||
version=4.7.0
|
||||
revision=1
|
||||
wrksrc="pwntools-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -9,14 +9,15 @@ makedepends="python3-devel"
|
|||
depends="capstone-python3 python3 python3-Mako python3-Pygments
|
||||
python3-dateutil python3-intervaltree python3-packaging python3-paramiko
|
||||
python3-psutil python3-pyelftools python3-pyserial python3-pysocks
|
||||
python3-requests python3-ropgadget python3-sortedcontainers"
|
||||
python3-requests python3-ropgadget python3-sortedcontainers
|
||||
python3-colored-traceback"
|
||||
make_install_args="--only-use-pwn-command"
|
||||
short_desc="CTF framework and exploit development library"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT, BSD-2-Clause"
|
||||
homepage="https://github.com/Gallopsled/pwntools"
|
||||
distfiles="${PYPI_SITE}/p/pwntools/pwntools-${version}.tar.gz"
|
||||
checksum=1569e613e5e06ed473b60a3fc71376c4ad5bcf56216ea772c25ad0200347030c
|
||||
checksum=74388e28675e7a1929f763df5a1cec6a3d589641049b6cf476bb1c56ec50a88e
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/python*/site-packages/*.md
|
||||
|
|
Loading…
Reference in New Issue