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 #773 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 57/98] gnu: Add php-symfony-cache-contracts.
Date: Mon,  7 Oct 2024 23:44:25 +0200
* gnu/packages/php-xyz.scm (php-symfony-cache-contracts): New variable.

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

diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 2a03fd6ee4..764b643248 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1435,3 +1435,25 @@ (define-public php-cache-integration-tests
     (home-page "https://github.com/php-cache/integration-tests")
     (license license:expat)))
 
+(define-public php-symfony-cache-contracts
+  (package
+    (name "php-symfony-cache-contracts")
+    (version "3.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/symfony/cache-contracts")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1pjdcm7zwvhf0dcnb7h1c65zc9xpj551dlljag4nliq7i23ypj5y"))))
+    (build-system composer-build-system)
+    (inputs
+     (list php-psr-cache))
+    (synopsis "PHP caching abtractions")
+    (description "This package provides PHP generic abstractions related to
+caching.")
+    (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.