[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67963] [PATCH v2 09/37] gnu: Add perl-datetime-format-mysql.
|
From: |
Felix Lechner |
|
Subject: |
[bug#67963] [PATCH v2 09/37] gnu: Add perl-datetime-format-mysql. |
|
Date: |
Tue, 16 Jan 2024 14:12:47 -0800 |
* gnu/packages/perl.scm (perl-datetime-format-mysql): New variable.
Change-Id: I0ecaa411b3e8f5cd003b3abc9e79d3b552c8e586
---
gnu/packages/perl.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index a60841bb7c..e04903280a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3520,6 +3520,31 @@ (define-public perl-datetime-format-iso8601
extension that parses almost all ISO8601 date and time formats.")
(license license:perl-license)))
+(define-public perl-datetime-format-mysql
+ (package
+ (name "perl-datetime-format-mysql")
+ (version "0.08")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/X/XM/XMIKEW/DateTime-Format-MySQL-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "1s5r4b8n749gf4b49i1svkfh5aawriqqwsid9lsmwrc4hplp1jqr"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-module-build))
+ (propagated-inputs (list perl-datetime
+ perl-datetime-format-builder))
+ (home-page "https://metacpan.org/release/DateTime-Format-MySQL")
+ (synopsis "Parse and format MySQL dates and times")
+ (description "This module understands the formats used by MySQL for
+its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to
+parse these formats in order to create DateTime objects, and it can
+take a DateTime object and produce a string representing it in the
+MySQL format.")
+ (license license:perl-license)))
+
(define-public perl-datetime-format-natural
(package
(name "perl-datetime-format-natural")
--
2.41.0
- [bug#67963] [PATCH v2 11/37] gnu: Add perl-datetime-format-sqlite., (continued)
- [bug#67963] [PATCH v2 11/37] gnu: Add perl-datetime-format-sqlite., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 19/37] gnu: Add perl-xml-parser-lite., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 28/37] gnu: Add perl-text-autoformat., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 35/37] gnu: Add perl-io-sessiondata., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 32/37] gnu: Add perl-dbicx-testdatabase., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 08/37] gnu: Add perl-data-messagepack., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 21/37] gnu: Add perl-test-xml., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 25/37] gnu: Add perl-text-xslate., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 18/37] gnu: Add perl-spreadsheet-parseexcel., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 22/37] gnu: Add perl-time-warp., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 09/37] gnu: Add perl-datetime-format-mysql.,
Felix Lechner <=
- [bug#67963] [PATCH v2 07/37] gnu: Add perl-class-hash., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 13/37] gnu: Add perl-fcgi-client., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 14/37] gnu: Add perl-fcgi., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 16/37] gnu: Add perl-hash-ordered., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 27/37] gnu: Add perl-text-iconv., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 24/37] gnu: Add perl-text-tabulardisplay., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 30/37] gnu: Add perl-mail-message., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 10/37] gnu: Add perl-datetime-format-pg., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 15/37] gnu: Add perl-graphviz., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 20/37] gnu: Add perl-xml-semanticdiff., Felix Lechner, 2024/01/16