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


Message #617 received at 67902 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 67902 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v4 05/98] gnu: Add php-doctrine-collections.
Date: Mon,  7 Oct 2024 23:43:33 +0200
* gnu/packages/php-xyz.scm (php-doctrine-collections): New variable.

Change-Id: Iacf76a4b9520389943acae985c42c4f268240fdd
---
 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 63e9f05937..56b2ce9f7d 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -81,3 +81,30 @@ (define-public php-cache-tag-interop
     (home-page "https://www.php-cache.com/en/latest/")
     (license license:expat)))
 
+(define-public php-doctrine-collections
+  (package
+    (name "php-doctrine-collections")
+    (version "2.1.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/doctrine/collections")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0b384rkxl70bb164373c3y3n72816jkggjm9vg58avb7lqx3dq1i"))))
+    (build-system composer-build-system)
+    (arguments
+     '(#:test-flags '("--bootstrap" "vendor/autoload.php")))
+    (inputs
+     (list php-doctrine-deprecations))
+    (native-inputs
+     (list php-phpunit-phpunit))
+    (synopsis "Additional functionality on top of PHP arrays")
+    (description
+     "This package provides a PHP library that adds additional functionality
+on top of arrays.")
+    (home-page "https://www.doctrine-project.org/projects/collections")
+    (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.