New package: py-liblzma (#12549)
This commit is contained in:
parent
cd5b97f3fd
commit
953f2a3f5d
18
var/spack/repos/builtin/packages/py-pyliblzma/package.py
Normal file
18
var/spack/repos/builtin/packages/py-pyliblzma/package.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2013-2019 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"
|
||||
url = "https://pypi.io/packages/source/p/pyliblzma/pyliblzma-0.5.3.tar.bz2"
|
||||
|
||||
version('0.5.3', sha256='08d762f36d5e59fb9bb0e22e000c300b21f97e35b713321ee504cfb442667957')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('lzma')
|
Loading…
Reference in New Issue
Block a user