[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 21/95] gnu: Add php-phpdocumentor-reflection-docblock
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 21/95] gnu: Add php-phpdocumentor-reflection-docblock. |
Date: |
Tue, 19 Dec 2023 14:57:02 +0100 |
* gnu/packages/php-xyz.scm (php-phpdocumentor-reflection-docblock): New
variable.
Change-Id: Ia309917aa0dfda04c1b024c91bb10c73a8aa976b
---
gnu/packages/php-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 5bcae5d4ed..8f72e6ce0b 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -559,3 +559,38 @@ (define-public php-phpdocumentor-reflection-common
(home-page "http://www.phpdoc.org")
(license license:expat)))
+(define-public php-phpdocumentor-reflection-docblock
+ (package
+ (name "php-phpdocumentor-reflection-docblock")
+ (version "5.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/phpDocumentor/ReflectionDocBlock")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0d7j45b84191f0z8fn5a9fmfjfc3apa9g02pbm4b27w4yybfaqjj"))))
+ (build-system composer-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'phpunit-point-to-right-listener
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "phpunit.xml.dist"
+ (("vendor\
+(/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener\\.php)" a file)
+ (search-input-file
+ inputs (string-append "share/web" file)))))))))
+ (native-inputs
+ (list php-phpunit-phpunit php-mockery-mockery))
+ (inputs (list php-webmozart-assert
+ php-phpdocumentor-reflection-common
+ php-phpdocumentor-type-resolver))
+ (synopsis "Library for retrieving documentation in code from the code")
+ (description "This package provides PHP support for annotations via
+DocBlocks or otherwise retrieve information that is embedded in a DocBlock.")
+ (home-page "https://github.com/phpDocumentor/ReflectionDocBlock")
+ (license license:expat)))
+
--
2.41.0
- [bug#67902] [PATCH 17/95] gnu: Add php-nikic-php-parser., (continued)
- [bug#67902] [PATCH 17/95] gnu: Add php-nikic-php-parser., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 14/95] gnu: Add php-hamcrest-hamcrest-php., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 18/95] gnu: Add php-phar-io-manifest., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 13/95] gnu: Add php-fig-log-test., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 25/95] gnu: Add php-phpunit-php-code-coverage., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 20/95] gnu: Add php-phpdocumentor-reflection-common., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 28/95] gnu: Add php-phpunit-php-timer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 19/95] gnu: Add php-phar-io-version., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 22/95] gnu: Add php-phpdocumentor-type-resolver., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 26/95] gnu: Add php-phpunit-php-file-iterator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 21/95] gnu: Add php-phpdocumentor-reflection-docblock.,
Nicolas Graves <=
- [bug#67902] [PATCH 23/95] gnu: Add php-phpspec-prophecy., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 33/95] gnu: Add php-psr-cache., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 36/95] gnu: Add php-psr-event-dispatcher., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 15/95] gnu: Add php-mockery-mockery., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 27/95] gnu: Add php-phpunit-php-invoker., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 24/95] gnu: Add php-phpstan-phpdoc-parser., Nicolas Graves, 2023/12/19
- [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