perl-test-weaken: New package (#41540)
This commit is contained in:
parent
b8f90e1bdc
commit
f0109e4afe
1 changed files with 20 additions and 0 deletions
20
var/spack/repos/builtin/packages/perl-test-weaken/package.py
Normal file
20
var/spack/repos/builtin/packages/perl-test-weaken/package.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
# Copyright 2023 EMBL-European Bioinformatics Institute
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
from spack.package import *
|
||||
|
||||
|
||||
class PerlTestWeaken(PerlPackage):
|
||||
"""Test that freed memory objects were, indeed, freed"""
|
||||
|
||||
homepage = "https://metacpan.org/pod/Test::Weaken"
|
||||
url = "https://cpan.metacpan.org/authors/id/K/KR/KRYDE/Test-Weaken-3.022000.tar.gz"
|
||||
|
||||
maintainers("EbiArnie")
|
||||
|
||||
version("3.022000", sha256="2631a87121310262e0e96107a6fa0ed69487b7701520773bee5fa9accc295f5b")
|
||||
|
||||
depends_on("perl@5.6.0:", type=("build", "link", "run", "test"))
|
Loading…
Reference in a new issue