Skip to Content.
Sympa Menu

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

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 (10b1a1b363ca46d8a4d4dc45481a9116f328c179)
  • Date: Mon, 21 Aug 2006 00:51:04 -0500

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

python-devel/python-irclib/BUILD | 1 +
python-devel/python-irclib/DEPENDS | 1 +
python-devel/python-irclib/DETAILS | 15 +++++++++++++++
python-devel/python-irclib/HISTORY | 4 ++++
python-devel/python-irclib/TRIGGERS | 1 +
5 files changed, 22 insertions(+)

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

Initial version of spell for python-irclib 0.4.6

diff --git a/python-devel/python-irclib/BUILD
b/python-devel/python-irclib/BUILD
new file mode 100755
index 0000000..aa8a1fc
--- /dev/null
+++ b/python-devel/python-irclib/BUILD
@@ -0,0 +1 @@
+python setup.py install
\ No newline at end of file
diff --git a/python-devel/python-irclib/DEPENDS
b/python-devel/python-irclib/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-devel/python-irclib/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-devel/python-irclib/DETAILS
b/python-devel/python-irclib/DETAILS
new file mode 100755
index 0000000..b7da2ea
--- /dev/null
+++ b/python-devel/python-irclib/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-irclib
+ VERSION=0.4.6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:916f2e10ab33040b62cbf327525336e075b8fdafe8dc9172804f8a15aae51bc4345e52ec4281a7201352c3fc392fac0dad1be71e8bbd2ddd68e6239f1e888404
+ WEB_SITE=http://python-irclib.sourceforge.net/
+ ENTERED=20060820
+ UPDATED=20060820
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="A Python library for IRC development projects"
+cat << EOF
+This library is intended to encapsulate the IRC protocol at a quite low
level. It provides an event-driven IRC client framework. It has a fairly
thorough support for the basic IRC protocol, CTCP and DCC connections.
+EOF
diff --git a/python-devel/python-irclib/HISTORY
b/python-devel/python-irclib/HISTORY
new file mode 100644
index 0000000..5382423
--- /dev/null
+++ b/python-devel/python-irclib/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/python-irclib/TRIGGERS
b/python-devel/python-irclib/TRIGGERS
new file mode 100755
index 0000000..287562d
--- /dev/null
+++ b/python-devel/python-irclib/TRIGGERS
@@ -0,0 +1 @@
+on_cast python cast_self



  • [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (10b1a1b363ca46d8a4d4dc45481a9116f328c179), Bearcat Sandor, 08/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page