summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-08-11 11:35:39 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-11 15:35:05 +0000
commitf251b6b26471e82bce9147082dd02e8a719c5e8c (patch)
treef87e42ea7595faa1aa05b15a33cde5f4d0a524b5
parentclojure: fix clj script (diff)
downloadnixpkgs-f251b6b26471e82bce9147082dd02e8a719c5e8c.tar.gz
perlPackages/CatalystPluginPrometheusTiny: init at 0.005
(cherry picked from commit c0bc42310bcb4ac798b889f073de9d61daf0187e)
-rw-r--r--pkgs/top-level/perl-packages.nix74
1 files changed, 74 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 92d412c9460a..4debdc121c4d 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -2150,6 +2150,21 @@ let
};
};
+ CatalystPluginPrometheusTiny = buildPerlPackage {
+ pname = "Catalyst-Plugin-PrometheusTiny";
+ version = "0.005";
+ src = fetchurl {
+ url = "mirror://cpan/authors/id/S/SY/SYSPETE/Catalyst-Plugin-PrometheusTiny-0.005.tar.gz";
+ sha256 = "a42ef09efdc3053899ae007c41220d3ed7207582cc86e491b4f534539c992c5a";
+ };
+ buildInputs = [ HTTPMessage Plack SubOverride TestDeep ];
+ propagatedBuildInputs = [ CatalystRuntime Moose PrometheusTiny PrometheusTinyShared ];
+ meta = {
+ description = "Prometheus metrics for Catalyst";
+ license = with lib.licenses; [ artistic1 gpl1Plus ];
+ };
+ };
+
CatalystPluginSession = buildPerlPackage {
pname = "Catalyst-Plugin-Session";
version = "0.41";
@@ -4932,6 +4947,20 @@ let
};
};
+ DataRandom = buildPerlPackage {
+ pname = "Data-Random";
+ version = "0.13";
+ src = fetchurl {
+ url = "mirror://cpan/authors/id/B/BA/BAREFOOT/Data-Random-0.13.tar.gz";
+ sha256 = "eb590184a8db28a7e49eab09e25f8650c33f1f668b6a472829de74a53256bfc0";
+ };
+ buildInputs = [ FileShareDirInstall TestMockTime ];
+ meta = {
+ description = "Perl module to generate random data";
+ license = with lib.licenses; [ artistic1 gpl1Plus ];
+ };
+ };
+
DataSection = buildPerlPackage {
pname = "Data-Section";
version = "0.200007";
@@ -9402,6 +9431,20 @@ let
};
};
+ HashSharedMem = buildPerlModule {
+ pname = "Hash-SharedMem";
+ version = "0.005";
+ src = fetchurl {
+ url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/Hash-SharedMem-0.005.tar.gz";
+ sha256 = "324776808602f7bdc44adaa937895365454029a926fa611f321c9bf6b940bb5e";
+ };
+ buildInputs = [ ScalarString ];
+ meta = {
+ description = "Efficient shared mutable hash";
+ license = with lib.licenses; [ artistic1 gpl1Plus ];
+ };
+ };
+
HashUtilFieldHashCompat = buildPerlPackage {
pname = "Hash-Util-FieldHash-Compat";
version = "0.11";
@@ -17420,6 +17463,37 @@ let
propagatedBuildInputs = [ IPCSignal ];
};
+ PrometheusTiny = buildPerlPackage {
+ pname = "Prometheus-Tiny";
+ version = "0.007";
+ src = fetchurl {
+ url = "mirror://cpan/authors/id/R/RO/ROBN/Prometheus-Tiny-0.007.tar.gz";
+ sha256 = "0ef8b226a2025cdde4df80129dd319aa29e884e653c17dc96f4823d985c028ec";
+ };
+ buildInputs = [ HTTPMessage Plack TestException ];
+ meta = {
+ homepage = "https://github.com/robn/Prometheus-Tiny";
+ description = "A tiny Prometheus client";
+ license = with lib.licenses; [ artistic1 gpl1Plus ];
+ };
+ };
+
+ PrometheusTinyShared = buildPerlPackage {
+ pname = "Prometheus-Tiny-Shared";
+ version = "0.023";
+ src = fetchurl {
+ url = "mirror://cpan/authors/id/R/RO/ROBN/Prometheus-Tiny-Shared-0.023.tar.gz";
+ sha256 = "7c2c72397be5d8e4839d1bf4033c1800f467f2509689673c6419df48794f2abe";
+ };
+ buildInputs = [ DataRandom HTTPMessage Plack TestDifferences TestException ];
+ propagatedBuildInputs = [ HashSharedMem JSONXS PrometheusTiny ];
+ meta = {
+ homepage = "https://github.com/robn/Prometheus-Tiny-Shared";
+ description = "A tiny Prometheus client with a shared database behind it";
+ license = with lib.licenses; [ artistic1 gpl1Plus ];
+ };
+ };
+
ProtocolRedis = buildPerlPackage {
pname = "Protocol-Redis";
version = "1.0011";