PerlPackages.TestSimple13: drop

This commit is contained in:
Marcus Ramberg
2025-11-15 19:32:28 +01:00
committed by Stig Palmquist
parent fdbfe3aada
commit 84acd893af
3 changed files with 0 additions and 35 deletions
-1
View File
@@ -117,7 +117,6 @@ let
TermReadKey
Test2Harness
TestPostgreSQL
TestSimple13
TextDiff
TextTable
UUID4Tiny
@@ -39,7 +39,6 @@
PlackMiddlewareReverseProxy,
PlackTestExternalServer,
Xapian,
TestSimple13,
TimeDate,
URI,
XMLTreePP,
@@ -145,7 +144,6 @@ buildPerlPackage rec {
xapian
EmailMIME
PlackTestExternalServer
TestSimple13
XMLTreePP
]
++ lib.optionals stdenv.hostPlatform.isLinux [
-32
View File
@@ -3383,7 +3383,6 @@ with self;
buildInputs = [
ModuleBuildTiny
TestLongString
TestSimple13
TestWWWMechanize
TestWWWMechanizeCatalyst
];
@@ -3804,7 +3803,6 @@ with self;
buildInputs = [
CatalystRuntime
TestLongString
TestSimple13
TestWWWMechanize
TestWWWMechanizeCatalyst
];
@@ -4178,7 +4176,6 @@ with self;
buildInputs = [
CatalystRuntime
TestLongString
TestSimple13
TestWWWMechanize
TestWWWMechanizeCatalyst
TextCSV
@@ -6439,7 +6436,6 @@ with self;
};
buildInputs = [
TestException
TestSimple13
];
meta = {
description = "Run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller";
@@ -7318,7 +7314,6 @@ with self;
buildInputs = [
ModuleBuildTiny
TestFatal
TestSimple13
];
propagatedBuildInputs = [
CaptureTiny
@@ -10052,7 +10047,6 @@ with self;
};
buildInputs = [
DBIxClass
TestSimple13
];
propagatedBuildInputs = [
DBDSQLite
@@ -10672,7 +10666,6 @@ with self;
namespaceclean
];
buildInputs = [
TestSimple13
TestWarnings
];
meta = {
@@ -15611,7 +15604,6 @@ with self;
hash = "sha256-vJpKo47JjwqYKJ41q/mhfC8qMjmiIJoymADglwqi4MU=";
};
propagatedBuildInputs = [ HashMerge ];
buildInputs = [ TestSimple13 ];
meta = {
description = "Return difference between two hashes as a hash";
@@ -17493,7 +17485,6 @@ with self;
];
buildInputs = [
ModuleBuildTiny
TestSimple13
];
meta = {
description = "Functions for working with IO::Handle like objects";
@@ -24150,7 +24141,6 @@ with self;
buildInputs = [
ModuleBuildTiny
TestFatal
TestSimple13
TestTableDriven
];
propagatedBuildInputs = [
@@ -24303,7 +24293,6 @@ with self;
MooseXRoleParameterized
TestFatal
TestRequires
TestSimple13
];
propagatedBuildInputs = [
Moose
@@ -24402,7 +24391,6 @@ with self;
buildInputs = [
ModuleBuildTiny
TestFatal
TestSimple13
];
propagatedBuildInputs = [
DateTime
@@ -24428,7 +24416,6 @@ with self;
buildInputs = [
ModuleBuildTiny
TestFatal
TestSimple13
];
propagatedBuildInputs = [
DateTimeXEasy
@@ -31874,7 +31861,6 @@ with self;
};
buildInputs = [
TestException
TestSimple13
TestTableDriven
];
propagatedBuildInputs = [
@@ -33381,7 +33367,6 @@ with self;
IPCRun3
Test2Suite
];
propagatedBuildInputs = [ TestSimple13 ];
meta = {
description = "Fail if tests warn";
homepage = "https://metacpan.org/release/Test2-Plugin-NoWarnings";
@@ -33401,7 +33386,6 @@ with self;
ScopeGuard
SubInfo
TermTable
TestSimple13
];
meta = {
description = "Distribution with a rich set of tools built upon the Test2 framework";
@@ -35259,21 +35243,6 @@ with self;
};
};
TestSimple13 = buildPerlPackage {
pname = "Test-Simple";
version = "1.302195";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/Test-Simple-1.302195.tar.gz";
hash = "sha256-s5C7I1kuC5Rsla27PDCxG8Y0ooayhHvmEa2SnFfjmmw=";
};
meta = {
description = "Basic utilities for writing tests";
license = with lib.licenses; [
artistic1
gpl1Plus
];
};
};
TestSnapshot = buildPerlPackage {
pname = "Test-Snapshot";
@@ -39060,7 +39029,6 @@ with self;
buildInputs = [
ExtUtilsDepends
TestFatal
TestSimple13
];
meta = {
description = "Opaque, extensible XS pointer backed objects using sv_magic";