[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42885] [PATCH 13/27] gnu: Add python-pyzstd
From: |
Brendan Tildesley |
Subject: |
[bug#42885] [PATCH 13/27] gnu: Add python-pyzstd |
Date: |
Wed, 10 Mar 2021 20:00:39 +1100 |
* gnu/packages/python-compression.scm (python-pyzstd): New variable.
---
gnu/packages/python-compression.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index 860b4ee342..51e1fb3ccf 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -364,3 +364,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 "Python bindings to Zstandard (zstd) compression library, the
+API is similar to Python's bz2/lzma/zlib module.")
+ (license license:bsd-3)))
--
2.30.1
- [bug#42885] [PATCH 17/27] gnu: python-feedparser: Update to 6.0.2., (continued)
- [bug#42885] [PATCH 17/27] gnu: python-feedparser: Update to 6.0.2., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 04/27] gnu: Add python-pyqt-builder., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 09/27] gnu: Add python-pyannotate., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 14/27] gnu: Add python-bcj-cffi., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 21/27] gnu: Add python-cchardet., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 24/27] gnu: calibre: Patch some paths., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 10/27] gnu: Add python-multivolumefile., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 15/27] gnu: Add python-py7zr., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 18/27] gnu: python-poppler-qt5: Fix build., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 20/27] gnu: Add python-pychm., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 13/27] gnu: Add python-pyzstd,
Brendan Tildesley <=
- [bug#42885] [PATCH 16/27] gnu: python-markdown: Update to 3.3.4., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 19/27] gnu: python-poppler-qt5: Update to 21.1.0., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 22/27] gnu: python-html5lib: Add python-chardet input., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Brendan Tildesley, 2021/03/10