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.
This commit is contained in:
Ricardo Wurmus 2022-11-23 13:17:39 +01:00
parent 101a4e2718
commit 4b23e2d868
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -252,23 +252,27 @@ (define-public python-ppmd-cffi
(define-public python-py7zr
(package
(name "python-py7zr")
(version "0.14.1")
(version "0.20.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "py7zr" version))
(sha256
(base32
"1zmgp7yax328fj8yj8pj4l7yh78hp727j6wk12vfi6nmi82wl32i"))))
(build-system python-build-system)
"0lwniinfr3rb10n0c203a09vz06vxnnj637yqn8ipdlml89gj7kr"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-bcj-cffi
(list python-brotli
python-brotlicffi
python-importlib-metadata
python-inflate64
python-multivolumefile
python-ppmd-cffi
python-pycryptodome
python-psutil
python-pybcj
python-pycryptodomex
python-pyppmd
python-pyzstd
python-texttable
python-zstandard))
python-texttable))
(native-inputs
(list python-setuptools
python-setuptools-scm