Add new package: perl-test-more (#22076)
* Add new package: perl-test-more * perl-test-more: refine description
This commit is contained in:
parent
459b991e78
commit
10c7831366
1 changed files with 19 additions and 0 deletions
19
var/spack/repos/builtin/packages/perl-test-more/package.py
Normal file
19
var/spack/repos/builtin/packages/perl-test-more/package.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Copyright 2013-2021 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 import *
|
||||
|
||||
|
||||
class PerlTestMore(PerlPackage):
|
||||
"""Test2 is a new testing framework produced by forking Test::Builder,
|
||||
completely refactoring it, adding many new features and capabilities."""
|
||||
|
||||
homepage = "https://github.com/Test-More/test-more"
|
||||
url = "https://github.com/Test-More/test-more/archive/v1.302183.tar.gz"
|
||||
|
||||
version('1.302183', sha256='1356ec24c5ab3f7ad8327091ddc6ace164a27767be10325776bf9743360ab4f7')
|
||||
version('1.302182', sha256='60727db9435cb244f6dcf4ca598c8ef39ac3035a0c36fd5c9c5b89be4f138366')
|
||||
version('1.302181', sha256='acb3c990d646928e7571c140510d7424716d3281c4064b1787294e72b39f61ce')
|
||||
version('1.302180', sha256='4dbed31e9434d74427b41a17ca3e0511a81ee5cb1240408c7f439c6449672a20')
|
Loading…
Reference in a new issue