diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-23 13:17:39 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-23 13:57:48 +0100 |
| commit | 4b23e2d86881bf7be204a6c3ec85fa86b197a02c (patch) | |
| tree | e51259c860fb67182123b96f12ed09503acf63b4 /gnu/packages/python-compression.scm | |
| parent | 101a4e2718db6b9b96333d75cacb761640074405 (diff) | |
gnu: python-py7zr: Update to 0.20.2.
* gnu/packages/python-compression.scm (python-py7zr): Update to 0.20.2.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Add python-brotli, python-brotlicffi,
python-importlib-metadata, python-inflate64, python-psutil, python-pybcj,
python-pycryptodomex, and python-pyppmd; remove python-bcj-cffi,
python-ppmd-cffi, python-pycryptodome, and python-zstandard.
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 999f9891024..9eef74c71bf 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -252,23 +252,27 @@ several possible methods.") | |||
| 252 | (define-public python-py7zr | 252 | (define-public python-py7zr |
| 253 | (package | 253 | (package |
| 254 | (name "python-py7zr") | 254 | (name "python-py7zr") |
| 255 | (version "0.14.1") | 255 | (version "0.20.2") |
| 256 | (source | 256 | (source |
| 257 | (origin | 257 | (origin |
| 258 | (method url-fetch) | 258 | (method url-fetch) |
| 259 | (uri (pypi-uri "py7zr" version)) | 259 | (uri (pypi-uri "py7zr" version)) |
| 260 | (sha256 | 260 | (sha256 |
| 261 | (base32 | 261 | (base32 |
| 262 | "1zmgp7yax328fj8yj8pj4l7yh78hp727j6wk12vfi6nmi82wl32i")))) | 262 | "0lwniinfr3rb10n0c203a09vz06vxnnj637yqn8ipdlml89gj7kr")))) |
| 263 | (build-system python-build-system) | 263 | (build-system pyproject-build-system) |
| 264 | (propagated-inputs | 264 | (propagated-inputs |
| 265 | (list python-bcj-cffi | 265 | (list python-brotli |
| 266 | python-brotlicffi | ||
| 267 | python-importlib-metadata | ||
| 268 | python-inflate64 | ||
| 266 | python-multivolumefile | 269 | python-multivolumefile |
| 267 | python-ppmd-cffi | 270 | python-psutil |
| 268 | python-pycryptodome | 271 | python-pybcj |
| 272 | python-pycryptodomex | ||
| 273 | python-pyppmd | ||
| 269 | python-pyzstd | 274 | python-pyzstd |
| 270 | python-texttable | 275 | python-texttable)) |
| 271 | python-zstandard)) | ||
| 272 | (native-inputs | 276 | (native-inputs |
| 273 | (list python-setuptools | 277 | (list python-setuptools |
| 274 | python-setuptools-scm | 278 | python-setuptools-scm |
