[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v3 43/96] gnu: Add php-sebastian-complexity.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v3 43/96] gnu: Add php-sebastian-complexity. |
Date: |
Mon, 7 Oct 2024 01:59:38 +0200 |
* gnu/packages/php-xyz.scm (php-sebastian-complexity): New variable.
Change-Id: I6a817b9bb5a34c742dadbd9ce95e14710566cd91
---
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 445f5865f8..ce6ead1bce 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1064,3 +1064,27 @@ (define-public php-sebastian-comparator
(home-page "https://github.com/sebastianbergmann/comparator")
(license license:bsd-3)))
+(define-public php-sebastian-complexity
+ (package
+ (name "php-sebastian-complexity")
+ (version "2.0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/complexity")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0mrivs3dxv4kyy9js6n33ardqnijg9v6jiiypb7b97xgmf4w694w"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (inputs
+ (list php-nikic-php-parser))
+ (synopsis "Calculate the complexity of PHP code")
+ (description "This package provides a PHP library for calculating the
+complexity of PHP code units.")
+ (home-page "https://github.com/sebastianbergmann/complexity")
+ (license license:bsd-3)))
+
--
2.46.0
- [bug#67902] [PATCH v3 31/96] gnu: Add php-phpunit-php-token-stream., (continued)
- [bug#67902] [PATCH v3 31/96] gnu: Add php-phpunit-php-token-stream., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 34/96] gnu: Add php-psr-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 36/96] gnu: Add php-psr-container., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 33/96] gnu: Add php-psr-log., Nicolas Graves, 2024/10/06
- [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 <=
- [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, 2024/10/06
- [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