From fd65d21c24c9457396d9f6f19935eb0e8fb7e660 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 6 Nov 2025 09:33:33 +0000 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0db8abe4bbd3fa3a3cf2f253f735702bc0a99ee8..ad0e54236606c5986df35a8fe390cc8c7ad242aa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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