pkgsrc/devel/py-pyelftools/Makefile
adam 25481a0c5d py-pyelftools: updated to 0.30
Version 0.30 (2023.09.06)

- Optimization: cache instantiation of DWARF structs
- DWARFv5 CU headers
- Bug fix in attribute reporting for DWA_FORM_indirect
- Support for RISC-V attributes
- Readelf used for testing upgraded to 2.41
- Support for MIPS64 object files
- LoongArch support
2023-09-29 09:18:37 +00:00

24 lines
630 B
Makefile

# $NetBSD: Makefile,v 1.8 2023/09/29 09:18:37 adam Exp $
DISTNAME= pyelftools-0.30
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyelftools/}
MAINTAINER= khorben@defora.org
HOMEPAGE= https://github.com/eliben/pyelftools
COMMENT= Library for analyzing ELF files and DWARF debugging information
LICENSE= public-domain
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} readelf.py readelf-${PYVERSSUFFIX}.py || ${TRUE}
do-test:
cd ${WRKSRC} && ${PYTHONBIN} test/run_all_unittests.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"