GNU bug report logs - #67902
[PATCH 00/95] PHP package chain.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 19 Dec 2023 13:48:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 67902 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [bug#67902] [PATCH 13/95] gnu: Add php-fig-log-test.
Date: Tue, 19 Dec 2023 14:56:54 +0100
* gnu/packages/php-xyz.scm (php-fig-log-test): New variable.

Change-Id: Icb94f6bd039271246c36fa0d1520efbed5f9a39c
---
 gnu/packages/php-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 322fd56852..c82a6d4141 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -333,3 +333,30 @@ (define-public php-egulias-email-validator
     (home-page "https://github.com/egulias/EmailValidator")
     (license license:expat)))
 
+(define-public php-fig-log-test
+  (package
+    (name "php-fig-log-test")
+    (version "1.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/php-fig/log-test")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0qli30g6gj458r09sbxx286dpjmh30yhhl7vnfw5m7f91x3lfdlz"))))
+    (build-system composer-build-system)
+    (arguments
+     '(#:test-flags '("--bootstrap" "vendor/autoload.php")))
+    (inputs
+     (list php-psr-log))
+    (native-inputs
+     (list php-phpunit-phpunit))
+    (synopsis "Tests utils for the PHP psr/log package")
+    (description
+     "This package provides test utilities for the psr/log package that backs
+the PSR-3 specification.")
+    (home-page "https://github.com/php-fig/log-test")
+    (license license:expat)))
+
-- 
2.41.0





This bug report was last modified 240 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.