python3-pyelftools: update to 0.33.

This commit is contained in:
Leah Neukirchen
2026-06-09 12:28:44 +02:00
parent 489c9aea90
commit c03c6900fe
+7 -6
View File
@@ -1,19 +1,20 @@
# Template file for 'python3-pyelftools'
pkgname=python3-pyelftools
version=0.32
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
version=0.33
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python3 library for parsing ELF and DWARF"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Public Domain"
homepage="https://github.com/eliben/pyelftools"
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
checksum=6de90ee7b8263e740c8715a925382d4099b354f29ac48ea40d840cf7aa14ace5
checksum=660d82dcbeb8e83d1702bd97f223f761625da06111c0cc988eac6b8ab0c1b61f
alternatives="pyelftools:readelf.py:/usr/bin/readelf.py3"
make_check_pre="env PYTHONPATH=test"
post_install() {
mv $DESTDIR/usr/bin/readelf.py $DESTDIR/usr/bin/readelf.py3
vlicense LICENSE
}