summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyelftools/package.py
blob: 880757a5b0db99cdb0dcebf8d78220d575cf7c1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class PyPyelftools(PythonPackage):
    """A pure-Python library for parsing and analyzing ELF files and DWARF
    debugging information"""

    pypi = "pyelftools/pyelftools-0.26.tar.gz"

    version("0.26", sha256="86ac6cee19f6c945e8dedf78c6ee74f1112bd14da5a658d8c9d4103aed5756a2")
    version("0.23", sha256="fc57aadd096e8f9b9b03f1a9578f673ee645e1513a5ff0192ef439e77eab21de")

    depends_on("py-setuptools", type="build")