Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e9c30e883035273b0a9f6c9134f4ff663fb3b440)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e9c30e883035273b0a9f6c9134f4ff663fb3b440)
  • Date: Sat, 24 May 2008 13:08:15 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 1 +
python-pypi/pylzma/DEPENDS | 1 +
python-pypi/pylzma/DETAILS | 19 +++++++++++++++++++
python-pypi/pylzma/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit e9c30e883035273b0a9f6c9134f4ff663fb3b440
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pylzma: new spell, python bindings -> LZMA compression library

diff --git a/ChangeLog b/ChangeLog
index 1c1e2bb..08a50f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
2008-05-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pylzma: new spell, python bindings -> LZMA compression
library
* xfce/xfce4-dict: new spell, query a dictionary server with
program/pp
* xfce/xfce4-dict-plugin: spell deprecated, replaced by xfce4-dict,
which
contains this plugin besides standalone application
diff --git a/python-pypi/pylzma/DEPENDS b/python-pypi/pylzma/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/pylzma/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/pylzma/DETAILS b/python-pypi/pylzma/DETAILS
new file mode 100755
index 0000000..0849e7c
--- /dev/null
+++ b/python-pypi/pylzma/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pylzma
+ VERSION=0.3.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:6f9611c3be75ced95237fd9e79a7ce1451c7433b5fca1f8228c8f983eb6516e6843fc55b1fc5d1212a541ce4516574981e405201476029526e48b7bff1785e8a
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.joachim-bauch.de/projects/python/pylzma/
+ LICENSE[0]=LGPL
+ ENTERED=20080524
+ SHORT="python bindings for the LZMA compression library"
+cat << EOF
+Platform independent python bindings for the LZMA compression library.
+
+Features:
+ * Compression / decompression of a single block of data
+ * Compression from a file-like object (must provide a read method)
+ * Streaming decompression through multiple calls to decompress
+ * An initial library that supports reading of 7-zip archives
+EOF
diff --git a/python-pypi/pylzma/HISTORY b/python-pypi/pylzma/HISTORY
new file mode 100644
index 0000000..16fa370
--- /dev/null
+++ b/python-pypi/pylzma/HISTORY
@@ -0,0 +1,2 @@
+2008-05-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e9c30e883035273b0a9f6c9134f4ff663fb3b440), Vlad Glagolev, 05/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page