dev-perl/Dist-Zilla-Plugin-Run: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-14 23:22:47 +02:00
parent 7eced0666e
commit f8317ca018
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,7 +1,7 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DIST_AUTHOR=ETHER
DIST_VERSION=0.048
@ -10,11 +10,9 @@ inherit perl-module
DESCRIPTION="Run external commands and code at specific phases of Dist::Zilla"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Dist-Zilla
virtual/perl-File-Spec
dev-perl/Moose
dev-perl/Path-Tiny
>=dev-perl/String-Formatter-0.102.82
@ -24,15 +22,12 @@ DEPEND="
dev-perl/Module-Build-Tiny
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
>=dev-perl/Module-Build-Tiny-0.34.0
test? (
dev-perl/File-pushd
virtual/perl-Module-Metadata
dev-perl/Test-Deep
dev-perl/Test-Fatal
dev-perl/Test-File-ShareDir
>=virtual/perl-Test-Simple-0.880.0
virtual/perl-if
)
"