summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-specio/package.py
diff options
context:
space:
mode:
authorKelly (KT) Thompson <KineticTheory@users.noreply.github.com>2023-11-09 12:37:38 -0700
committerGitHub <noreply@github.com>2023-11-09 11:37:38 -0800
commit38f3f57a54381317bbce1c7974095b4ef6d7b856 (patch)
treeaf40fdf6681c1ce71589591b614e5d178ce968cc /var/spack/repos/builtin/packages/perl-specio/package.py
parentb17d7cd0e671a06b8ccc9ccc3cf1bfab39593d43 (diff)
downloadspack-38f3f57a54381317bbce1c7974095b4ef6d7b856.tar.gz
spack-38f3f57a54381317bbce1c7974095b4ef6d7b856.tar.bz2
spack-38f3f57a54381317bbce1c7974095b4ef6d7b856.tar.xz
spack-38f3f57a54381317bbce1c7974095b4ef6d7b856.zip
[lcov] Add build and runtime deps necessary for lcov@2.0.0: (#40974)
* [lcov] Add build and runtime deps necessary for lcov@2.0.0: + Many additional Perl package dependecies are required for the new version of lcov. + Some of the new dependencies were not known to spack until now. * Style fix
Diffstat (limited to 'var/spack/repos/builtin/packages/perl-specio/package.py')
-rw-r--r--var/spack/repos/builtin/packages/perl-specio/package.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-specio/package.py b/var/spack/repos/builtin/packages/perl-specio/package.py
new file mode 100644
index 0000000000..05954d586d
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-specio/package.py
@@ -0,0 +1,15 @@
+# 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 PerlSpecio(PerlPackage):
+ """Type constraints and coercions for Perl ."""
+
+ homepage = "https://metacpan.org/dist/Specio"
+ url = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-0.48.tar.gz"
+
+ version("0.48", sha256="0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2")