mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python3-pwntools: update to 4.10.0.
This commit is contained in:
parent
dd9518b1d9
commit
59d70a5042
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-pwntools'
|
# Template file for 'python3-pwntools'
|
||||||
pkgname=python3-pwntools
|
pkgname=python3-pwntools
|
||||||
version=4.9.0
|
version=4.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -16,8 +16,8 @@ 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=eea67d182f9170488392998d9b2f1debb75889380505501f07707645fac7e712
|
checksum=588e89ea678527c0b5b6caeeee7e76e31352e78e2f1cf3dda7bc9acf526e446d
|
||||||
#make_check=no # needs unpackaged rpyc
|
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