[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v3 44/96] gnu: Add php-sebastian-diff.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v3 44/96] gnu: Add php-sebastian-diff. |
Date: |
Mon, 7 Oct 2024 01:59:39 +0200 |
* gnu/packages/php-xyz.scm (php-sebastian-diff): New variable.
Change-Id: I1b94c3afca08b8df079ee3a22006f3adb4d4324a
---
gnu/packages/php-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index ce6ead1bce..b66b4d6930 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1088,3 +1088,24 @@ (define-public php-sebastian-complexity
(home-page "https://github.com/sebastianbergmann/complexity")
(license license:bsd-3)))
+(define-public php-sebastian-diff
+ (package
+ (name "php-sebastian-diff")
+ (version "4.0.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/diff")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pxy6g7q5q0nr3yiyimf2dbm0m80dx440mc8p2j2z2fccpyj85dd"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list git-minimal php-phpunit-phpunit php-symfony-process))
+ (synopsis "Diff implementation")
+ (description "This package contains a PHP implementation of a diff
function.")
+ (home-page "https://github.com/sebastianbergmann/diff")
+ (license license:bsd-3)))
+
--
2.46.0
- [bug#67902] [PATCH v3 30/96] gnu: Add php-phpunit-php-text-template., (continued)
- [bug#67902] [PATCH v3 30/96] gnu: Add php-phpunit-php-text-template., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 35/96] gnu: Add php-psr-cache-1., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 40/96] gnu: Add php-sebastian-code-unit., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 38/96] gnu: Add php-psr-simple-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 39/96] gnu: Add php-sebastian-cli-parser., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 41/96] gnu: Add php-sebastian-code-unit-reverse-lookup., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 43/96] gnu: Add php-sebastian-complexity., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 42/96] gnu: Add php-sebastian-comparator., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 49/96] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 46/96] gnu: Add php-sebastian-exporter., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 44/96] gnu: Add php-sebastian-diff.,
Nicolas Graves <=
- [bug#67902] [PATCH v3 48/96] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 47/96] gnu: Add php-sebastian-global-state., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 45/96] gnu: Add php-sebastian-environment., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 55/96] gnu: Add php-symfony-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 50/96] gnu: Add php-sebastian-object-reflector., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 54/96] gnu: Add php-sebastian-version., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 53/96] gnu: Add php-sebastian-type., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 56/96] gnu: Add php-cache-integration-tests., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 52/96] gnu: Add php-sebastian-resource-operations., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 57/96] gnu: Add php-symfony-cache-contracts., Nicolas Graves, 2024/10/06