mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-strict-rfc3339: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-strict-rfc3339): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: I5d96db0720775f872d61b55d77e3fbc6fa230608
This commit is contained in:
parent
2b538d46e2
commit
162e70e3a2
1 changed files with 2 additions and 2 deletions
|
@ -37074,7 +37074,7 @@ statements in OFX files.")
|
|||
(sha256
|
||||
(base32
|
||||
"0b12bh9v9gwkm89kxbidxw2z81lg8fx1v5fzgs313v1wgx6qb09p"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
|
@ -37092,7 +37092,7 @@ statements in OFX files.")
|
|||
;; too small for these tests.
|
||||
'("not LocalOffset and not TestTimestampToRFC3339UTCOffset")
|
||||
'("not LocalOffset")))))))))
|
||||
(native-inputs (list python-pytest))
|
||||
(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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue