mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pyzstd
* gnu/packages/python-compression.scm (python-pyzstd): New variable.
This commit is contained in:
parent
852f932485
commit
dde1c7655d
1 changed files with 18 additions and 0 deletions
|
@ -363,3 +363,21 @@ wrapper. It provides a backport of the @code{Path} object.")
|
|||
the Zstandard compression library. A C extension and CFFI interface are
|
||||
provided.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-pyzstd
|
||||
(package
|
||||
(name "python-pyzstd")
|
||||
(version "0.14.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyzstd" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d3mngs45w2p490vrq5ymd2wz4lp15phmks1ilcx4k7amgibml3d"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/animalize/pyzstd")
|
||||
(synopsis "Zstandard bindings for Python")
|
||||
(description "This package provides Python bindings to the Zstandard (zstd)
|
||||
compression library. The API is similar to Python's bz2/lzma/zlib module.")
|
||||
(license license:bsd-3)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue