python-pyelftools: update to 0.24

Add python3.4 flavor.
This commit is contained in:
Alessio Sergi 2016-08-18 13:06:20 +02:00
parent 9319dc342c
commit 16705bc132
2 changed files with 27 additions and 6 deletions

View file

@ -1,16 +1,36 @@
# Template file for 'python-pyelftools'
pkgname=python-pyelftools
version=0.23
revision=2
version=0.24
revision=1
noarch=yes
wrksrc="pyelftools-${version}"
build_style=python-module
hostmakedepends="python-setuptools"
depends="python"
python_versions="2.7 3.4"
pycompile_module="elftools"
short_desc="Python library for parsing ELF and DWARF"
hostmakedepends="python-devel python3.4-devel"
depends="python"
short_desc="Python2 library for parsing ELF and DWARF"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/eliben/pyelftools"
license="Public Domain"
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
checksum=fc57aadd096e8f9b9b03f1a9578f673ee645e1513a5ff0192ef439e77eab21de
checksum=e9dd97d685a5b96b88a988dabadb88e5a539b64cd7d7927fac9a7368dc4c459c
alternatives="pyelftools:readelf:/usr/bin/readelf.py2.7"
post_install() {
vlicense LICENSE
}
python3.4-pyelftools_package() {
noarch=yes
pycompile_version="3.4"
pycompile_module="elftools"
depends="python3.4"
short_desc="${short_desc/Python2/Python3.4}"
alternatives="pyelftools:readelf:/usr/bin/readelf.py3.4"
pkg_install() {
vmove usr/bin/*3.4
vmove usr/lib/python3.4
vlicense LICENSE
}
}

View file

@ -0,0 +1 @@
python-pyelftools