From 49c505cc1447a5880e42c09ebede9fe9842472db Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sun, 13 Aug 2023 11:57:52 -0500 Subject: 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. --- .../repos/builtin/packages/py-pyliblzma/package.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 var/spack/repos/builtin/packages/py-pyliblzma/package.py 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") -- cgit v1.2.3-60-g2f50