python-pyelftools: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-28 23:56:08 +07:00
parent 498ac8aede
commit de7d2c5558
3 changed files with 20 additions and 33 deletions

View File

@ -1,32 +0,0 @@
# Template file for 'python-pyelftools'
pkgname=python-pyelftools
version=0.25
revision=3
wrksrc="pyelftools-${version}"
build_style=python-module
pycompile_module="elftools"
hostmakedepends="python-setuptools python3-setuptools"
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=89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
alternatives="pyelftools:readelf:/usr/bin/readelf.py2"
post_install() {
vlicense LICENSE
}
python3-pyelftools_package() {
pycompile_module="elftools"
depends="python3"
short_desc="${short_desc/Python2/Python3}"
alternatives="pyelftools:readelf:/usr/bin/readelf.py3"
pkg_install() {
vmove usr/bin/*3
vmove usr/lib/python3*
vlicense LICENSE
}
}

View File

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

View File

@ -0,0 +1,20 @@
# Template file for 'python3-pyelftools'
pkgname=python3-pyelftools
version=0.25
revision=4
wrksrc="pyelftools-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 library for parsing ELF and DWARF"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Public Domain"
homepage="https://github.com/eliben/pyelftools"
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
checksum=89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
alternatives="pyelftools:readelf:/usr/bin/readelf.py3"
post_install() {
mv $DESTDIR/usr/bin/readelf.py $DESTDIR/usr/bin/readelf.py3
vlicense LICENSE
}