mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pyelftools: update to 0.27.
Fixes running on Python 3.10. Adopted.
This commit is contained in:
parent
2c95435f37
commit
c07e980ae8
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-pyelftools'
|
# Template file for 'python3-pyelftools'
|
||||||
pkgname=python3-pyelftools
|
pkgname=python3-pyelftools
|
||||||
version=0.25
|
version=0.27
|
||||||
revision=7
|
revision=1
|
||||||
wrksrc="pyelftools-${version}"
|
wrksrc="pyelftools-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Python3 library for parsing ELF and DWARF"
|
short_desc="Python3 library for parsing ELF and DWARF"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/eliben/pyelftools"
|
homepage="https://github.com/eliben/pyelftools"
|
||||||
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
|
||||||
checksum=89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
|
checksum=cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b
|
||||||
alternatives="pyelftools:readelf.py:/usr/bin/readelf.py3"
|
alternatives="pyelftools:readelf.py:/usr/bin/readelf.py3"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue