[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42338] [PATCH 06/34] gnu: Add php-sebastian-exporter.
From: |
Julien Lepiller |
Subject: |
[bug#42338] [PATCH 06/34] gnu: Add php-sebastian-exporter. |
Date: |
Mon, 13 Jul 2020 00:25:10 +0200 |
* gnu/packages/php-xyz.scm (php-sebastian-exporter): New variable.
---
gnu/packages/php-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index b04b8e0859..ae7d7ff6b2 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -105,3 +105,28 @@ instantiate objects in PHP without invoking their
constructors")
PHP variables")
(home-page "http://www.github.com/sebastianbergmann/recursion-context")
(license license:bsd-3)))
+
+(define-public php-sebastian-exporter
+ (package
+ (name "php-sebastian-exporter")
+ (version "4.0.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/exporter.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "03xj9gbi8ifnbj5n72gfpwyg65l71gg1r8yvzpbg6d3yxbqaa8f6"))))
+ (build-system composer-build-system)
+ (arguments
+ ;; We do not have phpunit yet
+ `(#:tests? #f))
+ (inputs
+ `(("php-sebastian-recursion-context" ,php-sebastian-recursion-context)))
+ (synopsis "Visualize PHP variables")
+ (description "This package provides the functionality to export PHP
+variables for visualization")
+ (home-page "http://www.github.com/sebastianbergmann/exporter")
+ (license license:bsd-3)))
--
2.27.0
- [bug#42338] [PATCH] Add composer build system (PHP), Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 01/34] guix: import: Add composer importer., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 02/34] gnu: Add composer-classloader., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 03/34] guix: Add composer-build-system., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 05/34] gnu: Add php-sebastian-recursion-context., Julien Lepiller, 2020/07/12
- [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 <=
- [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, 2020/07/12
- [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