python-pyelftools: update to 0.25
This commit is contained in:
parent
ea640fcbd0
commit
f461332530
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pyelftools'
|
# Template file for 'python-pyelftools'
|
||||||
pkgname=python-pyelftools
|
pkgname=python-pyelftools
|
||||||
version=0.24
|
version=0.25
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyelftools-${version}"
|
wrksrc="pyelftools-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="elftools"
|
pycompile_module="elftools"
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python2 library for parsing ELF and DWARF"
|
short_desc="Python2 library for parsing ELF and DWARF"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/eliben/pyelftools"
|
homepage="https://github.com/eliben/pyelftools"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
|
||||||
checksum=e9dd97d685a5b96b88a988dabadb88e5a539b64cd7d7927fac9a7368dc4c459c
|
checksum=89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
|
||||||
alternatives="pyelftools:readelf:/usr/bin/readelf.py2"
|
alternatives="pyelftools:readelf:/usr/bin/readelf.py2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue