Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f6f9d16dd5b3fc2cbbcba7c8753c2dc3a83048a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f6f9d16dd5b3fc2cbbcba7c8753c2dc3a83048a7)
  • Date: Thu, 25 Feb 2010 03:47:52 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 2 ++
python-pypi/coherence/DEPENDS | 8 ++++++++
python-pypi/coherence/DETAILS | 16 ++++++++++++++++
python-pypi/coherence/HISTORY | 4 ++++
python-pypi/gdata/DEPENDS | 2 ++
python-pypi/gdata/DETAILS | 17 +++++++++++++++++
python-pypi/gdata/HISTORY | 4 ++++
7 files changed, 53 insertions(+)

New commits:
commit f6f9d16dd5b3fc2cbbcba7c8753c2dc3a83048a7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

coherence - new spell

commit 3be43fb5e513380c406a06d5a15aaa43f28e2c7c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gdata - new spell

diff --git a/ChangeLog b/ChangeLog
index de7829e..f6d1456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-02-25 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/twisted-core: spell deprecated [replaced by twisted]
+ * python-pypi/gdata: new spell - Google Data api
+ * python-pypi/coherence: mew spell - UPnP support

2010-02-23 Treeve Jelbert <treeve AT sourcemage.org>
* kde4-support/FUNCTIONS: remove obsolete code
diff --git a/python-pypi/coherence/DEPENDS b/python-pypi/coherence/DEPENDS
new file mode 100755
index 0000000..a87c31b
--- /dev/null
+++ b/python-pypi/coherence/DEPENDS
@@ -0,0 +1,8 @@
+depends python &&
+depends setuptools &&
+depends twisted &&
+optional_depends gdata 'YouTube backend' '' '' &&
+optional_depends gstreamer 'MediaRenderer backend' '' '' &&
+optional_depends mechanize 'Flickr backend' '' ''
+#configobj
+
diff --git a/python-pypi/coherence/DETAILS b/python-pypi/coherence/DETAILS
new file mode 100755
index 0000000..3c14dc9
--- /dev/null
+++ b/python-pypi/coherence/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=coherence
+ SPELLX=Coherence
+ VERSION=0.6.6.2
+
SOURCE_HASH=sha512:dd5cfa68c3b21456e75c44d9d3947b424ebf9684320726393f8da59237ed84e28d4af8414702b6f93e840e7d12a2078e59f48702a288987495d76d11861c7473
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://coherence-project.org
+ SOURCE_URL[0]=http://coherence.beebits.net/download/$SOURCE
+ LICENSE[0]=MIT
+ ENTERED=20100225
+ KEYWORDS=""
+ SHORT="UPnP framework"
+cat << EOF
+a framework to automate all UPnP-related tasks as much as possible and
enable applications to
+participate in digital living networks, primarily the UPnP universe.
+EOF
diff --git a/python-pypi/coherence/HISTORY b/python-pypi/coherence/HISTORY
new file mode 100644
index 0000000..ba70c88
--- /dev/null
+++ b/python-pypi/coherence/HISTORY
@@ -0,0 +1,4 @@
+2010-02-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.6.2
+ spell created
+
diff --git a/python-pypi/gdata/DEPENDS b/python-pypi/gdata/DEPENDS
new file mode 100755
index 0000000..bc66e00
--- /dev/null
+++ b/python-pypi/gdata/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/gdata/DETAILS b/python-pypi/gdata/DETAILS
new file mode 100755
index 0000000..7203c4a
--- /dev/null
+++ b/python-pypi/gdata/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gdata
+ SPELLX=gdata-python-client
+ VERSION=2.0.7
+
SOURCE_HASH=sha512:08a3e7a633d279ee211475198481177ad3b6643db77b69bd83d50f6964b6df895fb84c774aa07af0c3c5365f536c99f8f25b17ea45da85c44e839ce3fbd0f579
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://code.google.com/p/$SPELLX
+ SOURCE_URL[0]=http://$SPELLX.googlecode.com/files/$SOURCE
+ LICENSE[0]=APACHE
+ ENTERED=20100225
+ KEYWORDS=""
+ SHORT="Python client library for Google Data APIs"
+cat << EOF
+The Google Data APIs (Google Data) provide a simple protocol for reading and
writing data on the web.
+Though it is possible to use these services with a simple HTTP client, this
library provides helpful
+tools to streamline your code and keep up with server-side changes.
+EOF
diff --git a/python-pypi/gdata/HISTORY b/python-pypi/gdata/HISTORY
new file mode 100644
index 0000000..076b409
--- /dev/null
+++ b/python-pypi/gdata/HISTORY
@@ -0,0 +1,4 @@
+2010-02-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.7
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f6f9d16dd5b3fc2cbbcba7c8753c2dc3a83048a7), Treeve Jelbert, 02/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page