[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/21: gnu: Add python-pyzstd
From: |
guix-commits |
Subject: |
11/21: gnu: Add python-pyzstd |
Date: |
Mon, 29 Mar 2021 19:03:28 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit 32925752389942850257dc3b68d8968d36ead0f5
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Wed Mar 10 18:32:25 2021 +1100
gnu: Add python-pyzstd
* 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 6d53883..1976dc1 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -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)))
- branch wip-update-calibre created (now 792a8d0), guix-commits, 2021/03/29
- 04/21: gnu: python-pyqt: Fix build for new python-sip., guix-commits, 2021/03/29
- 07/21: gnu: Add python-pyannotate., guix-commits, 2021/03/29
- 09/21: gnu: Add python-ppmd-cffi., guix-commits, 2021/03/29
- 08/21: gnu: Add python-multivolumefile., guix-commits, 2021/03/29
- 11/21: gnu: Add python-pyzstd,
guix-commits <=
- 02/21: gnu: Add python-pyqt-builder., guix-commits, 2021/03/29
- 03/21: gnu: Add python-pyqt5-sip., guix-commits, 2021/03/29
- 01/21: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/03/29
- 10/21: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/03/29
- 12/21: gnu: Add python-bcj-cffi., guix-commits, 2021/03/29
- 15/21: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/03/29
- 06/21: gnu: Add python-zeroconf., guix-commits, 2021/03/29
- 14/21: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/03/29
- 21/21: gnu: Remove python2-pyqt., guix-commits, 2021/03/29
- 05/21: gnu: Add python-ifaddr., guix-commits, 2021/03/29