[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/46: gnu: Add python-isoduration.
From: |
guix-commits |
Subject: |
06/46: gnu: Add python-isoduration. |
Date: |
Tue, 7 May 2024 18:33:59 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 59710e76ce0d9122dff1acf123e786aeec6fa2b3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 21:26:52 2024 +0200
gnu: Add python-isoduration.
* gnu/packages/python-xyz.scm (python-isoduration): New variable.
Change-Id: I3503ea0baf6a73a9b3c19ab616127ce5df1ed827
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0b1d1278cd..daa11053f2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24035,6 +24035,28 @@ builds partial trees by inspecting living objects.")
version, is suitable to be include as a dependency in other projects.")
(license license:lgpl3+)))
+(define-public python-isoduration
+ (package
+ (name "python-isoduration")
+ (version "20.11.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "isoduration" version))
+ (sha256
+ (base32 "1n8vpa9fckhc5934kp7m83wq81dhkvw987v7mjg2fdbr2car0bxc"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-arrow))
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://github.com/bolsote/isoduration")
+ (synopsis "Operations with ISO 8601 durations")
+ (description "ISO 8601 is most commonly known as a way to exchange
+datetimes in textual format. A lesser known aspect of the standard is the
+representation of durations. The state of the art of ISO 8601 duration
+handling in Python is more or less limited to what's offered by isodate. This
+package attempts to address the shortcomings of @code{isodate}.")
+ (license license:isc)))
+
(define-public python-isort
(package
(name "python-isort")
- branch python-team updated (569256f3e6 -> e2a0660c37), guix-commits, 2024/05/07
- 04/46: gnu: Add python-jsonschema-specifications., guix-commits, 2024/05/07
- 01/46: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/05/07
- 05/46: gnu: Add python-rfc3986-validator., guix-commits, 2024/05/07
- 07/46: gnu: Add python-uri-template., guix-commits, 2024/05/07
- 09/46: gnu: Add python-overrides., guix-commits, 2024/05/07
- 10/46: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/05/07
- 13/46: gnu: Add python-nbclassic., guix-commits, 2024/05/07
- 02/46: gnu: Add python-pep440., guix-commits, 2024/05/07
- 03/46: gnu: Add python-referencing., guix-commits, 2024/05/07
- 06/46: gnu: Add python-isoduration.,
guix-commits <=
- 29/46: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/05/07
- 30/46: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/05/07
- 35/46: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/05/07
- 33/46: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/05/07
- 38/46: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/05/07
- 15/46: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/05/07
- 08/46: gnu: Add python-fqdn., guix-commits, 2024/05/07
- 11/46: gnu: Add python-pytest-jupyter., guix-commits, 2024/05/07
- 14/46: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/05/07
- 16/46: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/05/07