diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-10 10:12:38 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:01:58 +0100 |
| commit | 64e63e1d7256f995e5c6894c8c75db40333fc7dc (patch) | |
| tree | bcd69193ea441dae09662cb0c2cd7fc38f032006 /gnu/packages/python-compression.scm | |
| parent | e50b3294859dfe12b51a96da095b645819ede99d (diff) | |
gnu: python-zipp: Update to 3.23.0.
* gnu/packages/python-compression.scm (python-zipp): Update to 3.23.0.
[source]: Switch to git-fetch.
[arguments] <tests?>: Enable.
[native-inputs]: Remove python-more-itertools and python-wheel; add
python-jaraco-itertools and python-jaraco-test.
[description]: Mention the correct module and object of backport.
Change-Id: I84671bbf80f2cd944c4347f6ac0cdc5d7b426e6f
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 7351ec39f25..218edf15757 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -1039,30 +1039,25 @@ provides handling of symlinks, and exception management.") | |||
| 1039 | (version "3.23.0") | 1039 | (version "3.23.0") |
| 1040 | (source | 1040 | (source |
| 1041 | (origin | 1041 | (origin |
| 1042 | (method url-fetch) | 1042 | (method git-fetch) |
| 1043 | (uri (pypi-uri "zipp" version)) | 1043 | (uri (git-reference |
| 1044 | (url "https://github.com/jaraco/zipp") | ||
| 1045 | (commit (string-append "v" version)))) | ||
| 1046 | (file-name (git-file-name name version)) | ||
| 1044 | (sha256 | 1047 | (sha256 |
| 1045 | (base32 "0rj182i2d7d2bz067zrk39s19j09xsxkzprl82fqql8ji9c5fwd0")))) | 1048 | (base32 "1r8yk1flzlblif7z5ib94mvl12vvwlzhi42vnzrdnaimr80kpal9")))) |
| 1046 | (build-system pyproject-build-system) | 1049 | (build-system pyproject-build-system) |
| 1047 | (arguments (list #:tests? #f)) ;TODO: Tests require extra packaging | ||
| 1048 | (native-inputs | 1050 | (native-inputs |
| 1049 | (list ;; python-big-o | 1051 | (list python-jaraco-itertools |
| 1050 | ;; python-coherent-licensed | 1052 | python-jaraco-test |
| 1051 | ;; python-jaraco-functools ; introduces cycle | ||
| 1052 | ;; python-jaraco-itertools | ||
| 1053 | ;; python-jaraco-test ; introduces cycle | ||
| 1054 | python-more-itertools | ||
| 1055 | python-pytest | 1053 | python-pytest |
| 1056 | ;; python-pytest-ignore-flaky | ||
| 1057 | python-setuptools | 1054 | python-setuptools |
| 1058 | python-setuptools-scm | 1055 | python-setuptools-scm)) |
| 1059 | python-wheel)) | ||
| 1060 | (home-page "https://github.com/jaraco/zipp") | 1056 | (home-page "https://github.com/jaraco/zipp") |
| 1061 | (synopsis | 1057 | (synopsis "Backport of pathlib-compatible object wrapper for zip files") |
| 1062 | "Backport of pathlib-compatible object wrapper for zip files") | ||
| 1063 | (description | 1058 | (description |
| 1064 | "This package provides a @code{pathlib}-compatible @code{Zipfile} object | 1059 | "This package provides a @code{pathlib}-compatible @code{Zipfile} object |
| 1065 | wrapper. It provides a backport of the @code{Path} object.") | 1060 | wrapper. It provides a backport of the @code{zipfile.Path} object.") |
| 1066 | (license license:expat))) | 1061 | (license license:expat))) |
| 1067 | 1062 | ||
| 1068 | (define-public python-deflate | 1063 | (define-public python-deflate |
