GNU bug report logs -
#35977
[PATCH 45/47] gnu: Add python-strict-rfc3339.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35977 in the body.
You can then email your comments to 35977 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#35977
; Package
guix-patches
.
(Wed, 29 May 2019 00:37:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"h.nasajpour" <h.nasajpour <at> pantherx.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 29 May 2019 00:37:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#35977
; Package
guix-patches
.
(Tue, 10 Dec 2019 06:48:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 35977 <at> debbugs.gnu.org (full text, mbox):
"h.nasajpour" <h.nasajpour <at> pantherx.org> writes:
> * 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+)))
Hi,
Again, we are needing some revisions before this package is ready to be
merged. Spare my brevity, but here is a list.
1. The commit message does not follow our style guide.
2. The indentation for the hash is incorrect. See surrounding packages
for an idea of how to do this.
3. Parens should not go on lines by themselves.
4. Disabled tests should either be disabled with reason, but only if
they fail for reasons we can not control.
5. Synopsis/Description does not follow our style guide.
As before, if you need help please do let me know :).
--
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/
Reply sent
to
Jelle Licht <jlicht <at> fsfe.org>
:
You have taken responsibility.
(Tue, 20 Jun 2023 21:23:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"h.nasajpour" <h.nasajpour <at> pantherx.org>
:
bug acknowledged by developer.
(Tue, 20 Jun 2023 21:23:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 35977-done <at> debbugs.gnu.org (full text, mbox):
This package can be found in guix master. Closing.
- Jelle
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 19 Jul 2023 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.