head 1.9; access; symbols pkgsrc-2023Q4:1.8.0.2 pkgsrc-2023Q4-base:1.8 pkgsrc-2023Q3:1.7.0.8 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.6 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.7.0.4 pkgsrc-2023Q1-base:1.7 pkgsrc-2022Q4:1.7.0.2 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.6.0.2 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.5.0.4 pkgsrc-2022Q2-base:1.5 pkgsrc-2022Q1:1.5.0.2 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.4.0.8 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.6 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.4 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.2 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.3.0.6 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.4 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.2 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.2.0.14 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.16 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.12 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.10 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.8 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.6 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.4 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.2 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.9 date 2024.03.23.07.21.47; author adam; state Exp; branches; next 1.8; commitid zi5Drp9oIBJ8Qf3F; 1.8 date 2023.09.29.09.18.37; author adam; state Exp; branches; next 1.7; commitid eNbQq3YtttUT8EGE; 1.7 date 2022.10.13.08.46.21; author adam; state Exp; branches; next 1.6; commitid KWc7HoiXp4QifxXD; 1.6 date 2022.08.01.10.09.34; author adam; state Exp; branches; next 1.5; commitid hGjanOVhbjym3aOD; 1.5 date 2022.01.04.20.53.23; author wiz; state Exp; branches; next 1.4; commitid CYyhdK9qtoffkmnD; 1.4 date 2021.01.16.21.18.55; author adam; state Exp; branches; next 1.3; commitid ZGQsn3cjhC7ZOZDC; 1.3 date 2020.05.01.08.17.43; author adam; state Exp; branches; next 1.2; commitid GQEIxCMprib3Rv6C; 1.2 date 2018.04.06.07.08.26; author adam; state Exp; branches; next 1.1; commitid 5Dk4hlwbeve8MlxA; 1.1 date 2018.03.20.15.34.16; author khorben; state Exp; branches; next ; commitid 8y3t85cNo5pn7dvA; desc @@ 1.9 log @py-pyelftools: updated to 0.31 + Starting with version 0.31, please use the GitHub UI at https://github.com/eliben/pyelftools/tags to compare tags in order to find out what changed. @ text @# $NetBSD: Makefile,v 1.8 2023/09/29 09:18:37 adam Exp $ DISTNAME= pyelftools-0.31 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 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 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=46.4.0:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 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/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.8 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2022/10/13 08:46:21 adam Exp $ d3 2 a4 2 DISTNAME= pyelftools-0.30 PKGNAME= ${PYPKGPREFIX}-${EGG_NAME} d13 3 d18 2 d27 1 a27 1 .include "../../lang/python/egg.mk" @ 1.7 log @py-pyelftools: updated to 0.29 Version 0.29 (2022.08.09) - Lots of improvements to DWARFv5 support - Support for compressed relocation sections - Support for supplementary object files - debug fission - Improved support for corrupted ELF headers - Readelf used for testing upgraded to 2.38 - Add auto-testing vs. llvm-dwarfdump @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/08/01 10:09:34 adam Exp $ d3 1 a3 1 DISTNAME= pyelftools-0.29 @ 1.6 log @py-pyelftools: updated to 0.28 Version 0.28 (2022.02.03) - Added a method for returning the index of a section by name - Allow filtering by section types in iter_sections - Support Android compressed rel/rela sections - Initial support for PPC64LE - Initial DWARF v5 support - Fixed parsing for structures containing uids or gids in core dumps - Allow filtering by segment types in iter_segments - Add support for .note.gnu.property - Update readelf tests to work with more recent version of readelf - Add support for note GNU_PROPERTY_X86_FEATURE_1_AND @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/01/04 20:53:23 wiz Exp $ d3 1 a3 1 DISTNAME= pyelftools-0.28 @ 1.5 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2021/01/16 21:18:55 adam Exp $ d3 1 a3 1 DISTNAME= pyelftools-0.27 a4 1 PKGREVISION= 1 @ 1.4 log @py-pyelftools: updated to 0.27 Version 0.27 - Print addend wfor RELA relocations without symbol - Implement symbol lookup for {GNU,}HashSection - Major rewrite of expression parsing - Cashed random access to CUs and DIEs - GNU expressions - Support parsing LSDA pointers from FDEs - Add support for DWA_OP_GNU_push_tls_address in expressions - Some initial support for AArch64 little-endian - Support for ELF files with a large number of sections - Some minimal support for DWARFv1 - Many small bug fixes; see git log. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2020/05/01 08:17:43 adam Exp $ d5 1 @ 1.3 log @py-pyelftools: updated to 0.26 Version 0.26: - Call relocation for ARM v3 - More complete architecture coverage for ENUM_E_MACHINE - Support for .debug_pubtypes and .debug_pubnames sections - Support for DWARF v4 location lists - Decode strings in dynamic string tables - Improve symbol table handling in dynamic segments - Improved handling of location information - Avoid deprecation warnings in Python 3.7+ - Add DWARF v5 OPs - Handle many new translation forms and constants - Lazy DIE parsing to speed up partial parsing of DWARF info Version 0.25: - Make parsing of SH_TYPE and PT_TYPE fields dependent on the machine (e_machine header field), making it possible to support conflicting type enums between different machines - Add parsing and readelf dumping for .eh_frame - Support compressed sections - Better support for parsing core dumps - More comprehensive handling of ARM relocations - Convert all ascii encoding to utf-8 encoding - Don't attempt to hex/string dump SHT_NOBITS sections in readelf - Test with Python 3.6 - Minor bugfixes - Cleanup: Use argparse instead of optparse - Make readelf comparison tests run in parallel using multiprocessing; cuts testing time 3-5x - Improvements in MIPS flags handling @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/04/06 07:08:26 adam Exp $ d3 1 a3 1 DISTNAME= pyelftools-0.26 @ 1.2 log @py-pyelftools: enable all Python versions; enable tests; use ALTERNATIVES @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/03/20 15:34:16 khorben Exp $ d3 1 a3 1 DISTNAME= pyelftools-0.24 a4 1 PKGREVISION= 1 d16 2 a17 1 cd ${DESTDIR}${PREFIX}/bin && ${MV} readelf.py readelf-${PYVERSSUFFIX}.py || ${TRUE} d22 1 a22 1 .include "../../lang/python/distutils.mk" @ 1.1 log @Import py-pyelftools version 0.24 Library for analyzing ELF files and DWARF debugging information. @ text @d1 1 a1 1 # $NetBSD$ d5 2 a6 1 CATEGORIES= devel d10 1 a10 1 HOMEPAGE= https://pypi.python.org/pypi/pyelftools/ d14 7 a20 1 PYTHON_VERSIONS_ACCEPTED= 27 @