guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit cd18c444350d56c1ed42fee5a760023bb9875241
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 01:08:13 2026 +0000
gnu: python-iso8601/pinned: Switch to pyproject.
* gnu/packages/time.scm (python-iso8601/pinned): Inherit [build-system]
and [arguments] fields from python-iso8601.
[arguments]: Use default 'check.
Change-Id: I0516abc57cdd28946e0f6391f401a5509b43f255
---
gnu/packages/time.scm | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 6871ac4157..ff796e3578 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -669,6 +669,7 @@ ISO 8601 dates, time and duration.")
@code{2007-01-14T20:34:22+00:00}) into @code{datetime} objects.")
(license expat)))
+;; The only one user is samba/pinned.
(define-public python-iso8601/pinned
(hidden-package
(package/inherit python-iso8601
@@ -679,15 +680,7 @@ ISO 8601 dates, time and duration.")
(uri (pypi-uri "iso8601" version))
(sha256
(base32
- "1ccl6plks706hxm35cn1wsvxhqh3bfwi5cjgjpdxjib81qi07x97"))))
- (build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest" "-vv" "iso8601"))))))
- (native-inputs
- (list python-pytest python-pytz)))))
+ "1ccl6plks706hxm35cn1wsvxhqh3bfwi5cjgjpdxjib81qi07x97")))))))
(define-public python-monotonic
(package