Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (c4ecfc20e2ed9d346667c1e3013491f719ee6872)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (c4ecfc20e2ed9d346667c1e3013491f719ee6872)
  • Date: Sun, 3 Jul 2016 09:47:15 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/python-rencode/DEPENDS | 2 ++
python-pypi/python-rencode/DETAILS | 20 ++++++++++++++++++++
python-pypi/python-rencode/HISTORY | 2 ++
x11/xpra/DEPENDS | 7 ++++++-
x11/xpra/HISTORY | 3 +++
6 files changed, 36 insertions(+), 1 deletion(-)

New commits:
commit c4ecfc20e2ed9d346667c1e3013491f719ee6872
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

xpra: more runtime depends

commit 52bcb31a9a5ce3f5a571b4b0f549a26e4ddbfed4
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

python-rencode: new spell

diff --git a/ChangeLog b/ChangeLog
index 66b548a..8bbbe73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-07-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * python-pypi/python-rencode: new spell, fast serialization
+
2016-07-02 Treeve Jelbert <treeve AT sourcemage.org>
* python bindings for kross: moved to kde5

diff --git a/python-pypi/python-rencode/DEPENDS
b/python-pypi/python-rencode/DEPENDS
new file mode 100755
index 0000000..e9893bb
--- /dev/null
+++ b/python-pypi/python-rencode/DEPENDS
@@ -0,0 +1,2 @@
+. $SECTION_DIRECTORY/PY_DEPENDS
+depends cython
diff --git a/python-pypi/python-rencode/DETAILS
b/python-pypi/python-rencode/DETAILS
new file mode 100755
index 0000000..450e0af
--- /dev/null
+++ b/python-pypi/python-rencode/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=python-rencode
+ SPELLX=rencode
+ VERSION=1.0.4
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=https://github.com/aresch/rencode/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:a9ef3d90a9d3660f752a496504744104d3c59a59a8671586bb61091e11abf2d7493b77629a17f1298a05f5b812728f45862c0c4190ff223f5512b1ef78b4588c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ LICENSE[0]=GPL
+ WEB_SITE=https://github.com/aresch/rencode
+ ENTERED=20160703
+ SHORT="Python module for fast (basic) object serialization
similar to bencode"
+cat << EOF
+The rencode module is similar to bencode from the BitTorrent project. For
+complex, heterogeneous data structures with many small elements,
+r-encodings take 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.
+EOF
diff --git a/python-pypi/python-rencode/HISTORY
b/python-pypi/python-rencode/HISTORY
new file mode 100644
index 0000000..77d5bdc
--- /dev/null
+++ b/python-pypi/python-rencode/HISTORY
@@ -0,0 +1,2 @@
+2016-07-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.0.4
diff --git a/x11/xpra/DEPENDS b/x11/xpra/DEPENDS
index 0ddfeb5..ded0aa0 100755
--- a/x11/xpra/DEPENDS
+++ b/x11/xpra/DEPENDS
@@ -22,4 +22,9 @@ optional_depends x265 --with-enc_x265 --without-enc_x265 \
optional_depends libvpx --with-vpx --without-vpx \
"for video en-/decoding" &&
optional_depends libwebp --with-webp --without-webp \
- "for video en-/decoding"
+ "for video en-/decoding" &&
+
+suggest_depends python-cryptography "" "" \
+ "use python-cryptography (fallback to pycrypto if not found)" &&
+suggest_depends python-rencode "" "" \
+ "use rencode for faster serialization"
diff --git a/x11/xpra/HISTORY b/x11/xpra/HISTORY
index 9393834..fadaad5 100644
--- a/x11/xpra/HISTORY
+++ b/x11/xpra/HISTORY
@@ -1,3 +1,6 @@
+2016-07-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: added suggests on python-cryptoraphy and python-rencode
+
2016-06-16 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 0.17.3




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (c4ecfc20e2ed9d346667c1e3013491f719ee6872), Thomas Orgis, 07/03/2016

Archive powered by MHonArc 2.6.24.

Top of Page