summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinan <sbulutw@gmail.com>2019-08-27 17:29:10 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2019-08-27 17:29:10 -0700
commit953f2a3f5da250928b31f35105df8954d668d179 (patch)
tree2477526366e4b65021a74abbf8533669cd903f57
parentcd5b97f3fd74489805ddac0e1d1738395712ac42 (diff)
downloadspack-953f2a3f5da250928b31f35105df8954d668d179.tar.gz
spack-953f2a3f5da250928b31f35105df8954d668d179.tar.bz2
spack-953f2a3f5da250928b31f35105df8954d668d179.tar.xz
spack-953f2a3f5da250928b31f35105df8954d668d179.zip
New package: py-liblzma (#12549)
-rw-r--r--var/spack/repos/builtin/packages/py-pyliblzma/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyliblzma/package.py b/var/spack/repos/builtin/packages/py-pyliblzma/package.py
new file mode 100644
index 0000000000..0d1af1c864
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-pyliblzma/package.py
@@ -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')