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 v5 06/54] gnu: Add php-doctrine-common.
Date: Fri, 18 Oct 2024 01:05:29 +0200
* gnu/packages/php-bootstrap.scm (php-doctrine-common): New variable.
---
 gnu/packages/php-bootstrap.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/php-bootstrap.scm b/gnu/packages/php-bootstrap.scm
index e447e83f7a..3c6776c37e 100644
--- a/gnu/packages/php-bootstrap.scm
+++ b/gnu/packages/php-bootstrap.scm
@@ -108,3 +108,30 @@ (define-public php-doctrine-collections
 on top of arrays.")
     (home-page "https://www.doctrine-project.org/projects/collections")
     (license license:expat)))
+
+(define-public php-doctrine-common
+  (package
+    (name "php-doctrine-common")
+    (version "3.4.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/doctrine/common")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1hivhghwmqs5jaiicayni35xkpclmdf5r9fb15y5jx7rl5wrsh7f"))))
+    (build-system composer-build-system)
+    (arguments
+     '(#:test-flags '("--bootstrap" "vendor/autoload.php")))
+    (inputs
+     (list php-doctrine-persistence))
+    (native-inputs
+     (list php-phpunit-phpunit))
+    (synopsis "PHP utility library for Doctrine projects")
+    (description
+     "This package provides additional functionality that other Doctrine
+projects depend on such as better reflection support, proxies and much more.")
+    (home-page "https://www.doctrine-project.org/projects/common")
+    (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.