mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add python-brotlicffi.
* gnu/packages/python-compression.scm (python-brotlicffi): New variable.
This commit is contained in:
parent
d2a7bd50a9
commit
fb2d4aa088
1 changed files with 18 additions and 0 deletions
|
@ -96,6 +96,24 @@ (define-public python-bcj-cffi
|
|||
Jump conversion filter by CFFI for Python.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public python-brotlicffi
|
||||
(package
|
||||
(name "python-brotlicffi")
|
||||
(version "1.0.9.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "brotlicffi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15kxgdiqcg0cm6h5xq3vkbhw7674673hcx3n2yicd3wx29l8l90c"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-cffi))
|
||||
(home-page "https://github.com/python-hyper/brotlicffi")
|
||||
(synopsis "Python CFFI bindings to the Brotli library")
|
||||
(description "This package provides Python CFFI bindings to the Brotli
|
||||
library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-isal
|
||||
(package
|
||||
(name "python-isal")
|
||||
|
|
Loading…
Reference in a new issue