perl-dbd-mysql update to 4.050 (#40245)

* perl-devel-checklib: adding new package perl-devel-checklib

* perl-dbd-mysql: adding new version 4.050 and a new build dep
This commit is contained in:
snehring 2023-10-01 23:45:11 -05:00 committed by GitHub
parent 37158cb913
commit 5f3af3d5e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View file

@ -12,8 +12,14 @@ class PerlDbdMysql(PerlPackage):
homepage = "https://metacpan.org/pod/DBD::mysql"
url = "https://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-4.043.tar.gz"
version(
"4.050",
sha256="4f48541ff15a0a7405f76adc10f81627c33996fbf56c95c26c094444c0928d78",
url="https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN/DBD-mysql-4.050.tar.gz",
)
version("4.043", sha256="629f865e8317f52602b2f2efd2b688002903d2e4bbcba5427cb6188b043d6f99")
depends_on("perl-devel-checklib", type="build", when="@4.050:")
depends_on("perl-test-deep", type=("build", "run"))
depends_on("perl-dbi", type=("build", "run"))
depends_on("mysql-client")

View file

@ -0,0 +1,16 @@
# 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 PerlDevelChecklib(PerlPackage):
"""Devel::CheckLib - check that a library is available"""
homepage = "https://metacpan.org/pod/Devel::CheckLib"
url = "https://cpan.metacpan.org/authors/id/M/MA/MATTN/Devel-CheckLib-1.16.tar.gz"
maintainers("snehring")
version("1.16", sha256="869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca")