GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
Message #272 received at 67902 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/php-xyz.scm (php-symfony-yaml): New variable.
Change-Id: I798f2192136eaf4c08ff2fd02c07fe618b1f5b12
---
gnu/packages/php-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 6bd9545f1f..89130274e0 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2387,3 +2387,31 @@ (define-public php-symfony-var-exporter
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-yaml
+ (package
+ (name "php-symfony-yaml")
+ (version "6.3.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/yaml")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1i1wji066qi227w88jl2w4s7sddc7m8lji9japs7bkil3scqm6ia"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-symfony-deprecation-contracts php-symfony-polyfill-ctype))
+ (native-inputs
+ (list php-phpunit-phpunit
+ (package/inherit php-symfony-console
+ (arguments '(#:tests? #f))
+ (native-inputs '()))
+ php-symfony-phpunit-bridge))
+ (synopsis "Load and dump YAML files")
+ (description "This package provides a PHP component that loads and dumps
+YAML files.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.41.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.