~ruther/guix-local

fd65d21c24c9457396d9f6f19935eb0e8fb7e660 — Sharlatan Hellseher 5 months ago 73fa31e
gnu: python-strict-rfc3339: Improve description.

* gnu/packages/python-xyz.scm (python-strict-rfc3339)[description]:
Provide a reference link to RFC3339 and add it's title.

Change-Id: I05f52df9564016b6c3217bbb5c6f936b06020446
1 files changed, 11 insertions(+), 7 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +11 -7
@@ 34272,15 34272,15 @@ statements in OFX files.")
    (version "0.7")
    (source
     (origin
       (method git-fetch)               ;no tests in pypi release
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/danielrichman/strict-rfc3339")
             (commit (string-append "version-" version))))
              (url "https://github.com/danielrichman/strict-rfc3339")
              (commit (string-append "version-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "0b12bh9v9gwkm89kxbidxw2z81lg8fx1v5fzgs313v1wgx6qb09p"))))
        (base32 "0b12bh9v9gwkm89kxbidxw2z81lg8fx1v5fzgs313v1wgx6qb09p"))))
    (build-system pyproject-build-system)
    ;; TODO: Convert to #:test-flags on the next python-team cycle.
    (arguments
     (list
      #:phases


@@ 34301,8 34301,12 @@ statements in OFX files.")
    (native-inputs (list python-pytest python-setuptools))
    (home-page "https://github.com/danielrichman/strict-rfc3339")
    (synopsis "RFC3339 procedures library")
    (description "The @code{strict_rfc3339} Python module provides strict,
simple, lightweight RFC3339 procedures.  It enables or aims to:
    (description
     "The @code{strict_rfc3339} Python module provides strict, simple, lightweight
@url{https://www.rfc-editor.org/rfc/rfc3339, RFC3339} (Date and Time on the
Internet: Timestamps) procedures.

It enables or aims to:
@itemize
@item Convert UNIX timestamps to and from RFC3339.
@item Produce RFC3339 strings with a UTC offset (Z) or with the offset that