Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (cbd909e24682a24ad1ab7cecc2554277495ae090)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (cbd909e24682a24ad1ab7cecc2554277495ae090)
  • Date: Mon, 21 Aug 2006 00:25:47 -0500

GIT changes to master grimoire by Bearcat Sandor <sourcemage AT feline-soul.com>:

python-devel/xmpppy/BUILD | 1 +
python-devel/xmpppy/DEPENDS | 1 +
python-devel/xmpppy/DETAILS | 16 ++++++++++++++++
python-devel/xmpppy/HISTORY | 4 ++++
python-devel/xmpppy/TRIGGERS | 1 +
5 files changed, 23 insertions(+)

New commits:
commit cbd909e24682a24ad1ab7cecc2554277495ae090
Author: Bearcat Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat Sandor <sourcemage AT feline-soul.com>

Initial spell for xmpppy version 0.3.1

diff --git a/python-devel/xmpppy/BUILD b/python-devel/xmpppy/BUILD
new file mode 100755
index 0000000..aa8a1fc
--- /dev/null
+++ b/python-devel/xmpppy/BUILD
@@ -0,0 +1 @@
+python setup.py install
\ No newline at end of file
diff --git a/python-devel/xmpppy/DEPENDS b/python-devel/xmpppy/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-devel/xmpppy/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-devel/xmpppy/DETAILS b/python-devel/xmpppy/DETAILS
new file mode 100755
index 0000000..0747ac2
--- /dev/null
+++ b/python-devel/xmpppy/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=xmpppy
+ VERSION=0.3.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:99d6fd7277a6695c877b592a5463ab9e78e1b40ca0ca785fd54dab5367834cff72e3e5e34ea706747fa2f4b72e5eabf22229f5c6434c1a8e11e70b615424300f
+ WEB_SITE=http://twistedmatrix.com/
+ ENTERED=20060820
+ UPDATED=20060820
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="A Python library for Jabber scripting"
+cat << EOF
+xmpppy is a Python library that is targeted to provide easy scripting with
Jabber. Similar projects are Twisted Words and jabber.py.
+This library was not designed from scratch. It inherits some code from
jabberpy and have very similar API in many places. Though it is separate
project since it have almost completely different architecture and primarily
aims to work with jabberd2 - the new Open Source Jabber Server.
+EOF
diff --git a/python-devel/xmpppy/HISTORY b/python-devel/xmpppy/HISTORY
new file mode 100644
index 0000000..5382423
--- /dev/null
+++ b/python-devel/xmpppy/HISTORY
@@ -0,0 +1,4 @@
+2006-08-20 Bearcat M. Sandor <bearcat AT feline-soul.com>
+ * Intial spell: DETAILS, HISTORY, TRIGGERS, DEPENDS
+
+
diff --git a/python-devel/xmpppy/TRIGGERS b/python-devel/xmpppy/TRIGGERS
new file mode 100755
index 0000000..287562d
--- /dev/null
+++ b/python-devel/xmpppy/TRIGGERS
@@ -0,0 +1 @@
+on_cast python cast_self




Archive powered by MHonArc 2.6.24.

Top of Page