Skip to Content.
Sympa Menu

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

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 (ff822e43b3fa16027a5262e30ba38f8123422a7f)
  • Date: Wed, 11 Feb 2009 08:34:57 -0600

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

ChangeLog | 3 +++
python-pypi/supybot/DEPENDS | 1 +
python-pypi/supybot/DETAILS | 18 ++++++++++++++++++
python-pypi/supybot/HISTORY | 2 ++
4 files changed, 24 insertions(+)

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

supybot: new spell, cross-platform IRC bot written in Python

diff --git a/ChangeLog b/ChangeLog
index 82df634..c3ddbc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-02-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/supybot: new spell, cross-platform IRC bot written in
Python
+
2009-02-10 Vlad Glagolev <stealth AT sourcemage.org>
* gnu.gpg: added key 9F759EEC (Tony Abou-Assaleh <taa AT acm.org>)

diff --git a/python-pypi/supybot/DEPENDS b/python-pypi/supybot/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/supybot/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/supybot/DETAILS b/python-pypi/supybot/DETAILS
new file mode 100755
index 0000000..d2ec0bd
--- /dev/null
+++ b/python-pypi/supybot/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=supybot
+ VERSION=0.83.3
+ SOURCE=Supybot-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:b32a6235e2fa0d960174c2d99e097afb00c3449030cfbb0b71110a02f7c1869ca1fd701e628861fa1b3f6029f2951524ab6bf75410d633fc96f03ad91616639b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Supybot-$VERSION"
+ WEB_SITE=http://sourceforge.net/projects/supybot/
+ LICENSE[0]=BSD
+ ENTERED=20090211
+ SHORT="cross-platform IRC bot written in Python"
+cat << EOF
+Supybot is a cross-platform IRC bot written in Python. Features:
+
+ * offers nested commands
+ * has a powerful and flexible capability system for handling security
+ * includes many plugins
+ * support multiple servers and channels
+EOF
diff --git a/python-pypi/supybot/HISTORY b/python-pypi/supybot/HISTORY
new file mode 100644
index 0000000..2785559
--- /dev/null
+++ b/python-pypi/supybot/HISTORY
@@ -0,0 +1,2 @@
+2009-02-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ff822e43b3fa16027a5262e30ba38f8123422a7f), Vlad Glagolev, 02/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page