[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 77/95] gnu: Add php-symfony-polyfill-intl-idn.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 77/95] gnu: Add php-symfony-polyfill-intl-idn. |
Date: |
Tue, 19 Dec 2023 14:57:58 +0100 |
* gnu/packages/php-xyz.scm (php-symfony-polyfill-intl-idn): New variable.
Change-Id: Icca9053843d2297a08f992eb463598dd86326fbc
---
gnu/packages/php-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 1d6d16bd47..c0d28cce05 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2119,3 +2119,35 @@ (define-public php-symfony-polyfill-intl-grapheme
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-polyfill-intl-idn
+ (package
+ (name "php-symfony-polyfill-intl-idn")
+ (version "1.28.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/polyfill-intl-idn")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "00mp7cn68r8sdbwcjjjp3bgch9zjpkv9b80srawsmq77spwpd0sh"))))
+ (build-system composer-build-system)
+ (arguments
+ '(#:phases (modify-phases %standard-phases
+ (add-after 'unpack 'remove-polyfill-php72-dependency
+ (lambda _
+ (substitute* "composer.json"
+ ((".*symfony/polyfill-intl-normalizer.*," all)
+ (string-drop-right all 1))
+ ((".*symfony/polyfill-php72.*")
+ "")))))))
+ (inputs
+ (list php-symfony-polyfill-intl-normalizer))
+ (synopsis "Intl's iden_ functions for older PHP")
+ (description
+ "This package provides Symfony polyfill for intl's idn_to_ascii and
+idn_to_utf8 functions.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.41.0
- [bug#67902] [PATCH 62/95] gnu: Add php-symfony-event-dispatcher., (continued)
- [bug#67902] [PATCH 62/95] gnu: Add php-symfony-event-dispatcher., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 63/95] gnu: Add php-symfony-event-dispatcher-contracts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 66/95] gnu: Add php-symfony-finder., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 68/95] gnu: Add php-symfony-http-kernel., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 70/95] gnu: Add php-symfony-lock., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 69/95] gnu: Add php-symfony-intl., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 71/95] gnu: Add php-symfony-mime., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 73/95] gnu: Add php-symfony-process., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 72/95] gnu: Add php-symfony-phpunit-bridge., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 78/95] gnu: Add php-symfony-polyfill-intl-normalizer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 77/95] gnu: Add php-symfony-polyfill-intl-idn.,
Nicolas Graves <=
- [bug#67902] [PATCH 81/95] gnu: Add php-symfony-service-contracts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 82/95] gnu: Add php-symfony-stopwatch., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 90/95] gnu: Add php-doctrine-annotations., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 92/95] gnu: Add php-theseer-tokenizer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 83/95] gnu: Add php-symfony-string., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 86/95] gnu: Add php-symfony-var-dumper., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 87/95] gnu: Add php-symfony-var-exporter., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 88/95] gnu: Add php-symfony-yaml., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 91/95] gnu: Add php-doctrine-dbal., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 89/95] gnu: Add php-doctrine-cache., Nicolas Graves, 2023/12/19