mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pwntools: update to 4.13.0.
This commit is contained in:
parent
1986995ed2
commit
b4d6c98f8b
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'python3-pwntools'
|
# Template file for 'python3-pwntools'
|
||||||
pkgname=python3-pwntools
|
pkgname=python3-pwntools
|
||||||
version=4.12.0
|
version=4.13.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
make_install_args="--only-use-pwn-command"
|
||||||
hostmakedepends="python3-setuptools python3-devel"
|
hostmakedepends="python3-setuptools python3-devel"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="capstone-python3 python3 python3-Mako python3-Pygments
|
depends="capstone-python3 python3 python3-Mako python3-Pygments
|
||||||
|
@ -10,14 +11,12 @@ depends="capstone-python3 python3 python3-Mako python3-Pygments
|
||||||
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"
|
python3-colored-traceback"
|
||||||
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=320285bd9266152fdba3b81de3a31e61a25076645507a38d85f34e1b15998eb1
|
checksum=1d5ca25383ec10fb64e28d142c1d868f91ea1c53a93d3531d3015d830828d3c3
|
||||||
make_check=no
|
|
||||||
|
|
||||||
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