Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 1 | SUMMARY = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information" |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 2 | HOMEPAGE = "https://github.com/eliben/pyelftools" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "PD" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" |
| 6 | |
Patrick Williams | 44b3caf | 2024-04-12 16:51:14 -0500 | [diff] [blame] | 7 | SRC_URI[sha256sum] = "c774416b10310156879443b81187d182d8d9ee499660380e645918b50bc88f99" |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 8 | |
| 9 | PYPI_PACKAGE = "pyelftools" |
| 10 | |
| 11 | inherit pypi setuptools3 |
| 12 | |
| 13 | BBCLASSEXTEND = "native" |
| 14 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 15 | RDEPENDS:${PN} += "python3-debugger python3-pprint" |