mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
101a4e2718
commit
4b23e2d868
1 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue