[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 74/95] gnu: Add php-symfony-property-info.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 74/95] gnu: Add php-symfony-property-info. |
Date: |
Tue, 19 Dec 2023 14:57:55 +0100 |
* gnu/packages/php-xyz.scm (php-symfony-property-info): New variable.
Change-Id: I7e327c1987f35c73a2772bcac33c98c26434e466
---
gnu/packages/php-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index bbe6f6aa01..81f9f6fcdb 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2053,3 +2053,29 @@ (define-public php-symfony-process
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-property-info
+ (package
+ (name "php-symfony-property-info")
+ (version "6.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/property-info")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ign8wdlgfx15kjc15vddp2mmpbhh7bbmbfkwg1qhyaqknjrifxr"))))
+ (build-system composer-build-system)
+ ;; Native inputs here create a loop that is hard to break.
+ ;; Maybe use a -bootstrap version if testing becomes important.
+ (arguments '(#:tests? #f))
+ (inputs
+ (list php-symfony-string))
+ (synopsis "Get PHP class properties")
+ (description
+ "This package provides utilities to extract information about PHP class'
+properties using metadata of popular sources.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.41.0
- [bug#67902] [PATCH 30/95] gnu: Add php-phpunit-php-token-stream., (continued)
- [bug#67902] [PATCH 30/95] gnu: Add php-phpunit-php-token-stream., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 32/95] gnu: Add php-psr-log., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 35/95] gnu: Add php-psr-container., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 34/95] gnu: Add php-psr-cache-1., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 31/95] gnu: Add php-predis-predis., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 16/95] gnu: Add php-myclabs-deep-copy., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 41/95] gnu: Add php-sebastian-comparator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 45/95] gnu: Add php-sebastian-exporter., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 56/95] gnu: Add php-symfony-cache-contracts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 67/95] gnu: Add php-symfony-http-foundation., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 74/95] gnu: Add php-symfony-property-info.,
Nicolas Graves <=
- [bug#67902] [PATCH 64/95] gnu: Add php-symfony-expression-language., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 65/95] gnu: Add php-symfony-filesystem., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 38/95] gnu: Add php-sebastian-cli-parser., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 42/95] gnu: Add php-sebastian-complexity., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 40/95] gnu: Add php-sebastian-code-unit-reverse-lookup., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 46/95] gnu: Add php-sebastian-global-state., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 47/95] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 52/95] gnu: Add php-sebastian-type., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 51/95] gnu: Add php-sebastian-resource-operations., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 55/95] gnu: Add php-cache-integration-tests., Nicolas Graves, 2023/12/19