gnu: Add python-inflate64.
* gnu/packages/python-compression.scm (python-inflate64): New variable.
This commit is contained in:
parent
136760c3a9
commit
6ea2229f89
1 changed files with 23 additions and 0 deletions
|
@ -113,6 +113,29 @@ Jump conversion filter by CFFI for Python.")
|
||||||
library.")
|
library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-inflate64
|
||||||
|
(package
|
||||||
|
(name "python-inflate64")
|
||||||
|
(version "0.3.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "inflate64" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0767j35gkwaykl1iq9qn8rc25j1ggv56x3d1vzjpk89bzpzdhbdm"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-importlib-metadata))
|
||||||
|
(native-inputs
|
||||||
|
(list python-pyannotate
|
||||||
|
python-pytest
|
||||||
|
python-setuptools-scm))
|
||||||
|
(home-page "https://pypi.org/project/inflate64/")
|
||||||
|
(synopsis "deflate64 compression/decompression library")
|
||||||
|
(description "The @code{inflate64} package provides @code{Deflater} and
|
||||||
|
@code{Inflater} classes to compress and decompress with the Enhanced Deflate
|
||||||
|
compression algorithm.")
|
||||||
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public python-isal
|
(define-public python-isal
|
||||||
(package
|
(package
|
||||||
(name "python-isal")
|
(name "python-isal")
|
||||||
|
|
Reference in a new issue