GNU bug report logs -
#27440
[PATCH 0/4] Add Xpra.
Previous Next
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
View this message in rfc822 format
* 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.