emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35977: closed ([PATCH 45/47] gnu: Add python-strict-rfc3339.)


From: GNU bug Tracking System
Subject: bug#35977: closed ([PATCH 45/47] gnu: Add python-strict-rfc3339.)
Date: Tue, 20 Jun 2023 21:23:02 +0000

Your message dated Tue, 20 Jun 2023 23:22:30 +0200
with message-id <87wmzx6d7t.fsf@fsfe.org>
and subject line Re: bug#35977: [PATCH 45/47] gnu: Add python-strict-rfc3339.
has caused the debbugs.gnu.org bug report #35977,
regarding [PATCH 45/47] gnu: Add python-strict-rfc3339.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
35977: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35977
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 45/47] gnu: Add python-strict-rfc3339. Date: Wed, 29 May 2019 05:06:21 +0430
* gnu/packages/time.scm (python-strict-rfc3339): New variable
---
 gnu/packages/time.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 1363843b31..9e23ffae14 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -440,3 +440,21 @@ datetime type.")
 modifies the @code{time}, @code{gettimeofday} and @code{clock_gettime} system
 calls.")
     (license gpl2)))
+
+(define-public python-strict-rfc3339
+  (package
+    (name "python-strict-rfc3339")
+    (version "0.7")
+    (source (origin
+      (method url-fetch)
+      (uri (pypi-uri "strict-rfc3339" version))
+      (sha256 (base32 
"0xqjbsn0g1h88rayh5yrpdagq60zfwrfs3yvk6rmgby3vyz1gbaw"))))
+    (build-system python-build-system)
+    (arguments
+      `(
+        #:tests? #f
+        ))
+    (home-page "https://github.com/danielrichman/strict-rfc3339";)
+    (synopsis "Strict, simple, lightweight RFC3339 functions.")
+    (description "Convert unix timestamps to and from RFC3339.")
+    (license license:gpl3+)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#35977: [PATCH 45/47] gnu: Add python-strict-rfc3339. Date: Tue, 20 Jun 2023 23:22:30 +0200
This package can be found in guix master. Closing.
- Jelle


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]