summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyliblzma/package.py
blob: 425a1c4cb12698b343cb06d9b2a5cd911e7f14e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2022 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 import *


class PyPyliblzma(PythonPackage):
    """Python bindings for liblzma"""

    homepage = "https://launchpad.net/pyliblzma"
    pypi = "pyliblzma/pyliblzma-0.5.3.tar.bz2"

    version('0.5.3', sha256='08d762f36d5e59fb9bb0e22e000c300b21f97e35b713321ee504cfb442667957')

    depends_on('py-setuptools', type='build')
    depends_on('lzma')