[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 91/98] gnu: Add php-doctrine-annotations.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 91/98] gnu: Add php-doctrine-annotations. |
Date: |
Mon, 7 Oct 2024 23:44:59 +0200 |
* gnu/packages/php-xyz.scm (php-doctrine-annotations): New variable.
Change-Id: Ifd8f2f247f94b47833e6ef8b80788f3a3e9dcca4
---
gnu/packages/php-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 03f99b6fe7..0b273fabaf 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2441,3 +2441,32 @@ (define-public php-doctrine-cache
(home-page "https://www.doctrine-project.org/projects/cache")
(license license:expat)))
+;; This package is placed here because it needs to be defined after
+;; php-symfony-cache due to package inheritance.
+(define-public php-doctrine-annotations
+ (package
+ (name "php-doctrine-annotations")
+ (version "2.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/doctrine/annotations")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "04hsykqcigvmv6rvwjay5scvjji6rcqzwdw9clzfa3xx50mbz38n"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-doctrine-lexer php-psr-cache))
+ (native-inputs
+ (list php-phpunit-phpunit
+ (package/inherit php-symfony-cache
+ (arguments '(#:tests? #f))
+ (native-inputs '()))))
+ (synopsis "Docblock PHP Annotations Parser")
+ (description
+ "This package provides a Docblock PHP Annotations Parser.")
+ (home-page "https://www.doctrine-project.org/projects/annotations")
+ (license license:expat)))
+
--
2.46.0
- [bug#67902] [PATCH v4 83/98] gnu: Add php-symfony-stopwatch., (continued)
- [bug#67902] [PATCH v4 83/98] gnu: Add php-symfony-stopwatch., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 96/98] gnu: Add php-phpunit-phpunit., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 76/98] gnu: Add php-symfony-polyfill-ctype., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 92/98] gnu: Add php-doctrine-dbal., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 71/98] gnu: Add php-symfony-lock., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 72/98] gnu: Add php-symfony-mime., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 82/98] gnu: Add php-symfony-service-contracts., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 79/98] gnu: Add php-symfony-polyfill-intl-normalizer., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 81/98] gnu: Add php-symfony-polyfill-uuid., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 84/98] gnu: Add php-symfony-string., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 91/98] gnu: Add php-doctrine-annotations.,
Nicolas Graves <=
- [bug#67902] [PATCH v4 86/98] gnu: Add php-symfony-uid., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 93/98] gnu: Add php-theseer-tokenizer., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 94/98] gnu: Add php-twig-twig., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 97/98] gnu: php-doctrine-deprecations: Update to 1.1.3., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 98/98] gnu: php-symfony-error-handler: Update to 6.2.13., Nicolas Graves, 2024/10/07