[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42885] [PATCH 11/27] gnu: Add python-ppmd-cffi.
From: |
Brendan Tildesley |
Subject: |
[bug#42885] [PATCH 11/27] gnu: Add python-ppmd-cffi. |
Date: |
Wed, 10 Mar 2021 20:00:37 +1100 |
* gnu/packages/python-compression.scm (python-ppmd-cffi): New variable.
---
gnu/packages/python-compression.scm | 30 +++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index fe73dd38cb..101211019b 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -31,6 +31,7 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system python)
#:use-module (gnu packages)
+ #:use-module (gnu packages libffi)
#:use-module (gnu packages compression)
#:use-module (gnu packages check)
#:use-module (gnu packages maths)
@@ -67,6 +68,35 @@
wrapping multiple files as virtually like as a single file.")
(license license:lgpl2.1+)))
+(define-public python-ppmd-cffi
+ (package
+ (name "python-ppmd-cffi")
+ (version "0.3.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ppmd-cffi" version))
+ (sha256
+ (base32
+ "01wcd9l6pp6hivdmd275qh9dhcwficjqfl67hxix5n07vvq7jzz0"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-cffi" ,python-cffi)))
+ (native-inputs
+ `(("python-setuptools" ,python-setuptools)
+ ("python-setuptools-scm" ,python-setuptools-scm/next)
+ ("python-pep517" ,python-pep517)
+ ("python-coverage" ,python-coverage)
+ ("python-pytest" ,python-pytest)
+ ("python-pytest-cov" ,python-pytest-cov)))
+ (home-page "http://github.com/miurahr/ppmd")
+ (synopsis "Compression/decompression library")
+ (description
+ "PPMd is a compression algorithm library using the Prediction by Partial
+Matching statical technique. It is by RAR and 7-Zip as one of several possible
+methods.")
+ (license license:lgpl2.1+)))
+
(define-public python-lzo
(package
(name "python-lzo")
--
2.30.1
- [bug#42885] [PATCH 01/27] gnu: python-sip: Update to 5.5.0. Add python-sip-4, Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 03/27] gnu: veusz: Fix build., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 02/27] gnu: python2-sip: Fix build., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 05/27] gnu: Add python-pyqt5-sip., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 06/27] gnu: python-pyqt: Fix build for new python-sip., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 08/27] gnu: Add python-zeroconf., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 07/27] gnu: Add python-ifaddr., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 12/27] gnu: python-zstandard: Update to 0.15.2., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 11/27] gnu: Add python-ppmd-cffi.,
Brendan Tildesley <=
- [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