[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 54/95] gnu: Add php-symfony-cache.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 54/95] gnu: Add php-symfony-cache. |
Date: |
Tue, 19 Dec 2023 14:57:35 +0100 |
* gnu/packages/php-xyz.scm (php-symfony-cache): New variable.
Change-Id: I08ee7e14f2571970d9555ff9593703308820656a
---
gnu/packages/php-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index e31d112e8b..8a6e5ca416 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1365,3 +1365,39 @@ (define-public php-sebastian-version
(home-page "https://github.com/sebastianbergmann/version")
(license license:bsd-3)))
+(define-public php-symfony-cache
+ (package
+ (name "php-symfony-cache")
+ (version "6.3.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/cache")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1sg9wrzaarylzf4r1kndgf6m6a4s0i0wnnz84ycj43xbv2dll2q3"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-psr-cache
+ php-psr-log
+ php-symfony-cache-contracts
+ php-symfony-service-contracts
+ php-symfony-var-exporter))
+ (native-inputs
+ (list php-phpunit-phpunit
+ php-cache-integration-tests
+ php-doctrine-dbal
+ php-psr-simple-cache
+ php-symfony-dependency-injection
+ php-symfony-filesystem
+ php-symfony-http-kernel
+ php-symfony-phpunit-bridge))
+ (synopsis "Complete PHP cache library")
+ (description "This package provides an extended implementation of the PHP
+PSR-6 caching interface, the PHP PSR-16 common interface for caching
+libraries.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.41.0
- [bug#67902] [PATCH 44/95] gnu: Add php-sebastian-environment., (continued)
- [bug#67902] [PATCH 44/95] gnu: Add php-sebastian-environment., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 29/95] gnu: Add php-phpunit-php-text-template., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 37/95] gnu: Add php-psr-simple-cache., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 39/95] gnu: Add php-sebastian-code-unit., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 43/95] gnu: Add php-sebastian-diff., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 49/95] gnu: Add php-sebastian-object-reflector., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 50/95] gnu: Add php-sebastian-recursion-context., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 53/95] gnu: Add php-sebastian-version., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 58/95] gnu: Add php-symfony-console., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 57/95] gnu: Add php-symfony-config., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 54/95] gnu: Add php-symfony-cache.,
Nicolas Graves <=
- [bug#67902] [PATCH 61/95] gnu: Add php-symfony-error-handler., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 62/95] gnu: Add php-symfony-event-dispatcher., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 63/95] gnu: Add php-symfony-event-dispatcher-contracts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 66/95] gnu: Add php-symfony-finder., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 68/95] gnu: Add php-symfony-http-kernel., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 70/95] gnu: Add php-symfony-lock., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 69/95] gnu: Add php-symfony-intl., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 71/95] gnu: Add php-symfony-mime., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 73/95] gnu: Add php-symfony-process., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 72/95] gnu: Add php-symfony-phpunit-bridge., Nicolas Graves, 2023/12/19