[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 07/95] gnu: Add php-doctrine-event-manager.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 07/95] gnu: Add php-doctrine-event-manager. |
Date: |
Tue, 19 Dec 2023 14:56:48 +0100 |
* gnu/packages/php-xyz.scm (php-doctrine-event-manager): New variable.
Change-Id: Ice871ae3e5206489027e2c67629af182ae21ad77
---
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 a43f0499dd..438034e50c 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -167,3 +167,26 @@ (define-public php-doctrine-deprecations
(home-page "https://github.com/doctrine/deprecations")
(license license:expat)))
+(define-public php-doctrine-event-manager
+ (package
+ (name "php-doctrine-event-manager")
+ (version "2.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/doctrine/event-manager")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "093ghp48ci4xazswlaxlmiabw7vay1nvv382nc1i6nrdxn781y0g"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "Simple PHP event system")
+ (description
+ "This package provides the Doctrine Event Manager, a simple PHP event
+system that was built to be used with the various Doctrine projects.")
+ (home-page "https://www.doctrine-project.org/projects/event-manager")
+ (license license:expat)))
+
--
2.41.0
- [bug#67902] [PATCH 00/95] PHP package chain., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 01/95] gnu: Add abnfgen., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 02/95] gnu: php-xyz: Add copyright and useful modules., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 03/95] gnu: Add php-cache-tag-interop., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 04/95] gnu: Add php-doctrine-collections., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 05/95] gnu: Add php-doctrine-common., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 07/95] gnu: Add php-doctrine-event-manager.,
Nicolas Graves <=
- [bug#67902] [PATCH 10/95] gnu: Add php-doctrine-persistence., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 08/95] gnu: Add php-doctrine-instantiator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 06/95] gnu: Add php-doctrine-deprecations., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 09/95] gnu: Add php-doctrine-lexer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 12/95] gnu: Add php-egulias-email-validator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 11/95] gnu: Add php-dms-phpunit-arraysubset-asserts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 17/95] gnu: Add php-nikic-php-parser., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 14/95] gnu: Add php-hamcrest-hamcrest-php., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 18/95] gnu: Add php-phar-io-manifest., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 13/95] gnu: Add php-fig-log-test., Nicolas Graves, 2023/12/19