diff options
author | Christopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com> | 2024-01-17 01:19:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 17:19:12 -0800 |
commit | c4d2f11368204c1167ab8b29e68f6a48c51c0276 (patch) | |
tree | 2bb288f1fdd4278a4083323b3b67e1d79790c438 | |
parent | c1ba631943c53491f6d6b3559de435a057bfdfdd (diff) | |
download | spack-c4d2f11368204c1167ab8b29e68f6a48c51c0276.tar.gz spack-c4d2f11368204c1167ab8b29e68f6a48c51c0276.tar.bz2 spack-c4d2f11368204c1167ab8b29e68f6a48c51c0276.tar.xz spack-c4d2f11368204c1167ab8b29e68f6a48c51c0276.zip |
Revert "perl-constant: add new package" (#42099)
-rw-r--r-- | var/spack/repos/builtin/packages/perl-constant/package.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/var/spack/repos/builtin/packages/perl-constant/package.py b/var/spack/repos/builtin/packages/perl-constant/package.py deleted file mode 100644 index 7651da120d..0000000000 --- a/var/spack/repos/builtin/packages/perl-constant/package.py +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2013-2024 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 PerlConstant(PerlPackage): - """constant - Perl pragma to declare constants.""" - - homepage = "https://metacpan.org/pod/constant" - url = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/constant-1.33.tar.gz" - - license("GPL-1.0-or-later OR Artistic-1.0-Perl") - - version("1.33", sha256="79965d4130eb576670e27ca0ae6899ef0060c76da48b02b97682166882f1b504") - - depends_on("perl-extutils-makemaker", type="build") |