GNU bug report logs - #27440
[PATCH 0/4] Add Xpra.

Previous Next

Package: guix-patches;

Reported by: Rutger Helling <rhelling <at> mykolab.com>

Date: Wed, 21 Jun 2017 11:01:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #11 received at 27440 <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: 27440 <at> debbugs.gnu.org
Subject: [PATCH 2/4] gnu: python: Add python-rencode.
Date: Wed, 21 Jun 2017 13:05:36 +0200
* gnu/packages/python.scm (python-rencode): New variable.
---
 gnu/packages/python.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 95723c9de..9c1485854 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -15446,3 +15446,26 @@ window memory map manager.")
 and related APIs.  The binding is created using the standard ctypes 
library.")
    (license license:bsd-3)))
+
+(define-public python-rencode
+  (package
+   (name "python-rencode")
+   (version "1.0.3")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (pypi-uri "rencode" version))
+     (sha256
+      (base32
+       "08if5yax1xn5yfp8p3765ccjmfcv9di7i4m5jckgnwvdsgznwkbj"))))
+   (build-system python-build-system)
+   (native-inputs `(("pkg-config" ,pkg-config)
+                   ("python-cython", python-cython)))
+   (home-page "https://github.com/aresch/rencode")
+   (synopsis "For complex, heterogeneous data structures with many 
small elements")
+   (description
+         "The rencode module is similar to bencode from the BitTorrent 
project.
+For complex, heterogeneous data structures with many small elements, 
r-encoding
+stake up significantly less space than b-encodings.  This version of 
rencode is a
+complete rewrite in Cython to attempt to increase the performance over 
the pure
+Python module written by Petru Paler, Connelly Barnes et al.")
+   (license license:bsd-3)))
-- 
2.13.1




This bug report was last modified 7 years and 339 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.