[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/223: gnu: Add python-isoduration.
From: |
guix-commits |
Subject: |
69/223: gnu: Add python-isoduration. |
Date: |
Thu, 17 Oct 2024 06:20:44 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 683c156d3c844fd3cf84904f5b463151ab5ba657
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 2b567feb4e..f505774408 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24471,6 +24471,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")
- 40/223: gnu: java-testng: Disable one test., (continued)
- 40/223: gnu: java-testng: Disable one test., guix-commits, 2024/10/17
- 42/223: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/10/17
- 39/223: gnu: java-testng: Drop input labels., guix-commits, 2024/10/17
- 41/223: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/10/17
- 44/223: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/10/17
- 50/223: gnu: python-billiard: Add missing inputs., guix-commits, 2024/10/17
- 53/223: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/10/17
- 60/223: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/10/17
- 58/223: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/10/17
- 68/223: gnu: Add python-rfc3986-validator., guix-commits, 2024/10/17
- 69/223: gnu: Add python-isoduration.,
guix-commits <=
- 72/223: gnu: Add python-overrides., guix-commits, 2024/10/17
- 18/223: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/10/17
- 02/223: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/10/17
- 25/223: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/10/17
- 26/223: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/10/17
- 28/223: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/10/17
- 32/223: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/10/17
- 45/223: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/10/17
- 51/223: gnu: python-astropy-iers-data: Add missing inputs., guix-commits, 2024/10/17
- 61/223: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/10/17