Merge pull request #106291 from stigtsp/package/perl-http-tiny-cache-init

perlPackages.HTTPTinyCache: init at 0.002
This commit is contained in:
stigo 2020-12-09 11:42:06 +01:00 committed by GitHub
commit 2f26107b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8266,6 +8266,22 @@ let
};
};
FileUtilTempdir = buildPerlPackage {
pname = "File-Util-Tempdir";
version = "0.034";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PERLANCAR/File-Util-Tempdir-0.034.tar.gz";
sha256 = "076wdwbvqsg64wr5np8j6pnmmhs9li64g9mw2h33zbbgbv7f47fi";
};
buildInputs = [ Perlosnames TestException ];
meta = {
homepage = "https://metacpan.org/release/File-Util-Tempdir";
description = "Cross-platform way to get system-wide & user private temporary directory";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
FileWhich = buildPerlPackage {
pname = "File-Which";
version = "1.23";
@ -9884,6 +9900,22 @@ let
};
};
HTTPTinyCache = buildPerlPackage {
pname = "HTTP-Tiny-Cache";
version = "0.002";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PERLANCAR/HTTP-Tiny-Cache-0.002.tar.gz";
sha256 = "08c6274x7fxl9r7cw1yiq21wv2mjgxw7db0wv5r80dyw377vfzbk";
};
propagatedBuildInputs = [ FileUtilTempdir Logger ];
meta = {
homepage = "https://metacpan.org/release/HTTP-Tiny-Cache";
description = "Cache HTTP::Tiny responses";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
HTTPTinyish = buildPerlPackage {
pname = "HTTP-Tinyish";
version = "0.17";
@ -11531,6 +11563,21 @@ let
buildInputs = [ PathTiny TestWarn ];
};
Logger = buildPerlPackage {
pname = "Log-ger";
version = "0.037";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PERLANCAR/Log-ger-0.037.tar.gz";
sha256 = "0f5078g8lkyw09ijpz7dna5xw6yvpd0m283fdrw3s152xmr43qn2";
};
meta = {
homepage = "https://metacpan.org/release/Log-ger";
description = "A lightweight, flexible logging framework";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
LogHandler = buildPerlModule {
pname = "Log-Handler";
version = "0.90";