[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42338] [PATCH 12/34] gnu: Add php-phpdocumentor-reflection-common.
From: |
Julien Lepiller |
Subject: |
[bug#42338] [PATCH 12/34] gnu: Add php-phpdocumentor-reflection-common. |
Date: |
Mon, 13 Jul 2020 00:25:16 +0200 |
* gnu/packages/php-xyz.scm (php-phpdocumentor-reflection-common): New
variable.
---
gnu/packages/php-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index ffc2eb7b11..9b604c46f0 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -255,3 +255,27 @@ who run php versions without the ctype extension.")
and output of PHP methods.")
(home-page "https://github.com/webmozart/assert")
(license license:expat)))
+
+(define-public php-phpdocumentor-reflection-common
+ (package
+ (name "php-phpdocumentor-reflection-common")
+ (version "2.2.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://github.com/phpDocumentor/ReflectionCommon.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1q685cpwbfxqy42iz61xxv6zbcc1qskn07nkipflj6c5s935l8jy"))))
+ (build-system composer-build-system)
+ (arguments
+ ;; We do not have phpunit yet
+ `(#:tests? #f))
+ (synopsis "Common reflection classes used by phpdocumentor to reflect
+the code structure")
+ (description "This package contains common classes used by phpdocumentor
+to analyze the code structure.")
+ (home-page "http://www.phpdoc.org")
+ (license license:expat)))
--
2.27.0
- [bug#42338] [PATCH 04/34] gnu: Add php-doctrine-instantiator., (continued)
- [bug#42338] [PATCH 04/34] gnu: Add php-doctrine-instantiator., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 08/34] gnu: Add php-phar-io-version., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 09/34] gnu: Add php-phar-io-manifest., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 10/34] gnu: Add php-symfony-polyfill-ctype., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 07/34] gnu: Add php-myclabs-deep-copy., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 06/34] gnu: Add php-sebastian-exporter., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 11/34] gnu: Add php-webmozart-assert., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 13/34] gnu: Add php-phpdocumentor-type-resolver., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 15/34] gnu: Add php-theseer-tokenizer., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 16/34] gnu: Add php-sebastian-code-unit-reverse-lookup., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 12/34] gnu: Add php-phpdocumentor-reflection-common.,
Julien Lepiller <=
- [bug#42338] [PATCH 14/34] gnu: Add php-phpdocumentor-reflection-docblock., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 17/34] gnu: Add php-phpunit-php-token-stream., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 20/34] gnu: Add php-phpunit-php-text-template., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 21/34] gnu: Add php-sebastian-diff., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 24/34] gnu: Add php-phpspec-prophecy., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 23/34] gnu: Add php-sebastian-environment., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 26/34] gnu: Add php-sebastian-global-state., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 18/34] gnu: Add php-sebastian-version., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 19/34] gnu: Add php-phpunit-php-file-iterator., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 22/34] gnu: Add php-sebastian-comparator., Julien Lepiller, 2020/07/12