GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
Message #380 received at 67902 <at> debbugs.gnu.org (full text, mbox):
* 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 b9537a7099..9b5b7b729d 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -551,3 +551,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.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.