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: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#67902] [PATCH v4 66/98] gnu: Add php-symfony-filesystem.
Date: Mon,  7 Oct 2024 23:44:34 +0200
* gnu/packages/php-xyz.scm (php-symfony-filesystem): New variable.

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

diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 132f4eda28..8e1269b65b 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1724,3 +1724,29 @@ (define-public php-symfony-expression-language
     (home-page "https://symfony.com")
     (license license:expat)))
 
+(define-public php-symfony-filesystem
+  (package
+    (name "php-symfony-filesystem")
+    (version "6.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/symfony/filesystem")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0m0kza9lz6wh707mzpc0pascwvmxnlmwgpl55w8zpmbs9a2jjsik"))))
+    (build-system composer-build-system)
+    (arguments
+     '(#:test-flags '("--exclude-group" "network")))
+    (inputs
+     (list php-symfony-polyfill-ctype php-symfony-polyfill-mbstring))
+    (native-inputs
+     (list php-phpunit-phpunit))
+    (synopsis "Basic PHP utilities for the filesystem")
+    (description "This package provides basic utilities for the filesystem in
+the Symfony PHP framework.")
+    (home-page "https://symfony.com")
+    (license license:expat)))
+
-- 
2.46.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.