[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42338] [PATCH 16/34] gnu: Add php-sebastian-code-unit-reverse-looku
From: |
Julien Lepiller |
Subject: |
[bug#42338] [PATCH 16/34] gnu: Add php-sebastian-code-unit-reverse-lookup. |
Date: |
Mon, 13 Jul 2020 00:25:20 +0200 |
* gnu/packages/php-xyz.scm (php-sebastian-code-unit-reverse-lookup): New
variable.
---
gnu/packages/php-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index f54b875d92..13584273f9 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -355,3 +355,26 @@ in a DocBlock.")
PHP source code into XML and potentially other formats.")
(home-page "https://github.com/theseer/tokenizer")
(license license:bsd-3)))
+
+(define-public php-sebastian-code-unit-reverse-lookup
+ (package
+ (name "php-sebastian-code-unit-reverse-lookup")
+ (version "2.0.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://github.com/sebastianbergmann/code-unit-reverse-lookup.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0lppni3qcd6gx50jf16y3n71ldj12xjd06kl9ml78zd5p2s6z4qc"))))
+ (build-system composer-build-system)
+ (arguments
+ ;; We do not have phpunit yet
+ `(#:tests? #f))
+ (synopsis "Look up function name from location")
+ (description "This package provides a facility to look up which function or
+method a line of code belongs to.")
+ (home-page
"https://github.com/sebastianbergmann/code-unit-reverse-lookup/")
+ (license license:bsd-3)))
--
2.27.0
- [bug#42338] [PATCH 05/34] gnu: Add php-sebastian-recursion-context., (continued)
- [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, 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 <=
- [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
- [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