guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67902] [PATCH 40/95] gnu: Add php-sebastian-code-unit-reverse-looku


From: Nicolas Graves
Subject: [bug#67902] [PATCH 40/95] gnu: Add php-sebastian-code-unit-reverse-lookup.
Date: Tue, 19 Dec 2023 14:57:21 +0100

* gnu/packages/php-xyz.scm (php-sebastian-code-unit-reverse-lookup): New 
variable.

Change-Id: Ie958f6e6d8b5b56ba0b99df8bd457e50ebc549f1
---
 gnu/packages/php-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 9407e01839..a7dfc71746 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1026,3 +1026,25 @@ (define-public php-sebastian-code-unit
     (home-page "https://github.com/sebastianbergmann/code-unit";)
     (license license:bsd-3)))
 
+(define-public php-sebastian-code-unit-reverse-lookup
+  (package
+    (name "php-sebastian-code-unit-reverse-lookup")
+    (version "2.0.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url 
"https://github.com/sebastianbergmann/code-unit-reverse-lookup";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1zb5lwi46fgarrlbbbxp93md7wfwaxlrmrzvmrmxfqjmxjncpyp0"))))
+    (build-system composer-build-system)
+    (native-inputs
+     (list php-phpunit-phpunit))
+    (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 in PHP.")
+    (home-page "https://github.com/sebastianbergmann/code-unit-reverse-lookup";)
+    (license license:bsd-3)))
+
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]