mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-pwntools: update to 4.7.0.
This commit is contained in:
parent
c07e980ae8
commit
8c93b99ec8
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pwntools'
|
# Template file for 'python3-pwntools'
|
||||||
pkgname=python3-pwntools
|
pkgname=python3-pwntools
|
||||||
version=4.6.0
|
version=4.7.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pwntools-${version}"
|
wrksrc="pwntools-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -9,14 +9,15 @@ makedepends="python3-devel"
|
||||||
depends="capstone-python3 python3 python3-Mako python3-Pygments
|
depends="capstone-python3 python3 python3-Mako python3-Pygments
|
||||||
python3-dateutil python3-intervaltree python3-packaging python3-paramiko
|
python3-dateutil python3-intervaltree python3-packaging python3-paramiko
|
||||||
python3-psutil python3-pyelftools python3-pyserial python3-pysocks
|
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"
|
make_install_args="--only-use-pwn-command"
|
||||||
short_desc="CTF framework and exploit development library"
|
short_desc="CTF framework and exploit development library"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT, BSD-2-Clause"
|
license="MIT, BSD-2-Clause"
|
||||||
homepage="https://github.com/Gallopsled/pwntools"
|
homepage="https://github.com/Gallopsled/pwntools"
|
||||||
distfiles="${PYPI_SITE}/p/pwntools/pwntools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pwntools/pwntools-${version}.tar.gz"
|
||||||
checksum=1569e613e5e06ed473b60a3fc71376c4ad5bcf56216ea772c25ad0200347030c
|
checksum=74388e28675e7a1929f763df5a1cec6a3d589641049b6cf476bb1c56ec50a88e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/lib/python*/site-packages/*.md
|
rm -f ${DESTDIR}/usr/lib/python*/site-packages/*.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue