blob: 0cfd99504bad34848b3a41441c26a9bd0f3e7b92 [file] [log] [blame]
Andrew Geissler1e34c2d2020-05-29 16:02:59 -05001DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information"
2HOMEPAGE = "https://github.com/eliben/pyelftools"
3SECTION = "devel/python"
4LICENSE = "PD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
6
Andrew Geissler6ce62a22020-11-30 19:58:47 -06007SRC_URI[sha256sum] = "cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b"
Andrew Geissler1e34c2d2020-05-29 16:02:59 -05008
9PYPI_PACKAGE = "pyelftools"
10
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native"