summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorWouter Deconinck <wdconinc@gmail.com>2023-08-13 11:57:52 -0500
committerGitHub <noreply@github.com>2023-08-13 11:57:52 -0500
commit49c505cc1447a5880e42c09ebede9fe9842472db (patch)
tree7a6254ddaf3624788170cc12dfd1d8c8f615134b /var
parent237a56a3059bcaabc741de14ea8df4f340111fa6 (diff)
downloadspack-49c505cc1447a5880e42c09ebede9fe9842472db.tar.gz
spack-49c505cc1447a5880e42c09ebede9fe9842472db.tar.bz2
spack-49c505cc1447a5880e42c09ebede9fe9842472db.tar.xz
spack-49c505cc1447a5880e42c09ebede9fe9842472db.zip
py-pyliblzma: remove python2 package (#39399)
Last release 13 years ago, before python 3.2 was released. No depedendents or next of kin could be located.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pyliblzma/package.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyliblzma/package.py b/var/spack/repos/builtin/packages/py-pyliblzma/package.py
deleted file mode 100644
index c32f1e2098..0000000000
--- a/var/spack/repos/builtin/packages/py-pyliblzma/package.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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 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")