diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-18 00:39:14 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:26 +0100 |
| commit | 251ea26f15ccdae4e6fa7c0e7515875e106d6be9 (patch) | |
| tree | 570e67ae764c2ed2ee9136dadec34983d32656a3 /gnu/packages/python-xyz.scm | |
| parent | ad632b5d49e0f1abdcc08039376d484cb2034c84 (diff) | |
gnu: python-jaraco-versioning: Fix build.
* gnu/packages/python-xyz.scm (python-jaraco-versioning): Fix build.
[arguments]<#:phases>: Add 'fix-doc-test' phase.
Relates-to: guix/guix!10013
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a5322649623..7de06ba8eb3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -15820,6 +15820,15 @@ Python.") | |||
| 15820 | (sha256 | 15820 | (sha256 |
| 15821 | (base32 "12svnpa5sl3r5lci9bybzy5gb8pd4clfkl65x5hsap00ada2w91r")))) | 15821 | (base32 "12svnpa5sl3r5lci9bybzy5gb8pd4clfkl65x5hsap00ada2w91r")))) |
| 15822 | (build-system pyproject-build-system) | 15822 | (build-system pyproject-build-system) |
| 15823 | (arguments | ||
| 15824 | (list | ||
| 15825 | #:phases | ||
| 15826 | #~(modify-phases %standard-phases | ||
| 15827 | ;; doctest started failing with python-packaging 26.2 | ||
| 15828 | (add-after 'unpack 'fix-doc-test | ||
| 15829 | (lambda _ | ||
| 15830 | (substitute* "jaraco/versioning.py" | ||
| 15831 | (("<Version") "<SummableVersion"))))))) | ||
| 15823 | (propagated-inputs (list python-packaging)) | 15832 | (propagated-inputs (list python-packaging)) |
| 15824 | (native-inputs | 15833 | (native-inputs |
| 15825 | (list python-pytest python-setuptools python-setuptools-scm)) | 15834 | (list python-pytest python-setuptools python-setuptools-scm)) |
