From af378c7f3107531762473acfbf5c6974ea25509e Mon Sep 17 00:00:00 2001 From: Christopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:25:20 +0000 Subject: perl-bio-db-hts: add new package with version 3.01 (#41554) * perl-bio-db-hts: add new package with version 3.01 * fix styling --- .../repos/builtin/packages/perl-bio-db-hts/package.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 var/spack/repos/builtin/packages/perl-bio-db-hts/package.py diff --git a/var/spack/repos/builtin/packages/perl-bio-db-hts/package.py b/var/spack/repos/builtin/packages/perl-bio-db-hts/package.py new file mode 100644 index 0000000000..704defc835 --- /dev/null +++ b/var/spack/repos/builtin/packages/perl-bio-db-hts/package.py @@ -0,0 +1,19 @@ +# 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 PerlBioDbHts(PerlPackage): + """Bio::DB::HTS - This is a Perl interface to the HTS Library.""" + + homepage = "https://metacpan.org/dist/Bio-DB-HTS" + url = "https://cpan.metacpan.org/authors/id/A/AV/AVULLO/Bio-DB-HTS-3.01.tar.gz" + + version("3.01", sha256="12a6bc1f579513cac8b9167cce4e363655cc8eba26b7d9fe1170dfe95e044f42") + + depends_on("perl-module-build", type="build") + depends_on("perl-bioperl") + depends_on("htslib") -- cgit v1.2.3-60-g2f50