Daniel Folkinshteyn
6230a32c69
Fix setup.py version import. It failed on clean install, since module supybot is not yet available.
...
When importing 'from src', that pulled src/__init__.py, which in turn tried to import the supybot module.
Now we edit sys.path and import the .py file directly.
2010-08-20 12:35:58 -04:00
Daniel Folkinshteyn
2a40d6eb90
Consolidate the version string to reside in one central place to ease change making.
2010-08-20 10:31:05 -04:00
James Vega
e393ea5917
Remove supybot-plugin-package from the set of installed files.
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-10-25 09:20:45 -04:00
James Vega
342ab23af8
Bump the minimum supported Python version to 2.4.
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-10-23 19:35:24 -04:00
James Vega
332a614eef
Updated to 0.83.4.1+git.
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-25 13:38:22 -04:00
James Vega
27a4ef0ed3
Updated to 0.83.4.1.
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-25 13:38:12 -04:00
James Vega
3535f6a702
Updated to 0.83.4+git.
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:49:52 -04:00
James Vega
f32c886692
Updated to 0.83.4.
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:49:42 -04:00
James Vega
d37580e592
Change our minimum dependency back to 2.3
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 00:16:42 -04:00
James Vega
fea4cc2962
Fix setup.py and add local/__init__.py so Time can be installed
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-11 11:23:49 -04:00
James Vega
151b3729d8
Bump our minimum required version to 2.4
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-31 07:50:30 -04:00
James Vega
013167bba7
setup.py: Build plugin list automatically
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-16 17:34:35 -04:00
James Vega
3f773f9f2a
Add BadWords plugin and local modules for Dict, Math, Google, RSS
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-15 23:02:47 -04:00
James Vega
46a4076988
Add .gitignore
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-02-27 14:17:31 -05:00
James Vega
0278318ed9
Add +svn to the version
2009-03-11 13:37:24 -04:00
James Vega
7bb3b1ec60
Merge the changes from the python25compat branch into the trunk
2009-03-11 13:37:24 -04:00
James Vega
99630bc3f5
Bump versions to 0.83.2+darcs
2006-07-27 14:53:34 +00:00
James Vega
a3e4fc5b1d
Change the modeline to use softtabstop instead of tabstop.
2006-02-11 15:52:51 +00:00
Jeremy Fincher
ec6779b43e
Removed some unused variables from setup.py.
2005-12-24 02:25:00 +00:00
James Vega
fe72d703df
+darcs
2005-09-02 02:23:49 +00:00
James Vega
0974d70ca4
Version 0.83.1
2005-09-02 02:13:51 +00:00
James Vega
92b7925fb0
+darcs
2005-08-31 00:04:54 +00:00
James Vega
b701d0f436
UNDO: +darcs
2005-08-30 23:43:51 +00:00
James Vega
b74c0e6200
+darcs
2005-08-30 23:43:51 +00:00
James Vega
2e38b5ed06
Version 0.83.0
2005-08-30 23:39:46 +00:00
James Vega
c268aab9bd
+darcs
2005-05-30 04:36:01 +00:00
James Vega
14752347e2
Initial changelog and version changes for 0.83.0rc3.
2005-05-30 04:28:24 +00:00
James Vega
8693dbd5cc
Update version numbers for 0.83.0rc2.
2005-05-12 15:59:02 +00:00
James Vega
22aac85bf8
setup.py: Add Insult, News, and Unix to the list of plugins.
2005-05-10 03:52:13 +00:00
James Vega
ae5b51fe97
Add +darcs to version.
2005-05-06 15:07:34 +00:00
James Vega
6666e25327
Forgot to update the version numbers.
2005-05-06 14:19:12 +00:00
James Vega
e9389a0513
Add Factoids and MoobotFactoids to setup.py
2005-05-04 01:39:28 +00:00
Jeremy Fincher
0333fb7f3f
Updated copyright and removed some whitespace.
2005-04-04 14:23:47 +00:00
James Vega
482a49022c
Rename supybot-newplugin to supybot-plugin-create.
2005-04-04 03:11:46 +00:00
James Vega
d4d2350474
Finish implementing supybot-plugin-doc.
2005-04-01 01:18:54 +00:00
James Vega
9971e991fe
Fix the modelines.
2005-03-23 20:07:45 +00:00
Jeremy Fincher
bc49542d41
Added supybot-plugin-package to the list of installed scripts.
2005-03-14 02:16:06 +00:00
James Vega
98199fe693
Forgot to add Limiter to setup.py
2005-02-22 23:50:21 +00:00
James Vega
9f6fcf260f
Add Todo in the new plugin format.
...
The db format has been changed to a single flat file per user.
2005-02-21 01:27:12 +00:00
Jeremy Fincher
e926198c8f
Forgot to remove this with the rest of the Babelfish removal.
2005-02-18 07:36:32 +00:00
James Vega
cb886de87e
Move Weather to supybot-plugins.
2005-02-17 11:45:15 +00:00
James Vega
6f3db18049
Add Weather to setup.py and re-alphabetize the plugin list.
2005-02-09 19:46:45 +00:00
Jeremy Fincher
adff889c44
Added a skeletal Plugin plugin.
2005-02-09 07:07:11 +00:00
Jeremy Fincher
3c3b729ee7
Added Protector in the new plugin format.
2005-02-09 06:51:37 +00:00
Daniel DiPaolo
4125f97381
Updating version from 0.80.0 to 0.80.1+darcs
2005-02-04 02:17:18 +00:00
Jeremy Fincher
753d51747a
Added supybot-botchk.
2005-02-03 14:55:31 +00:00
Jeremy Fincher
75d45b9305
Added Alias in the new plugin format.
2005-02-02 21:48:04 +00:00
Ali Afshar
3582fa47af
Added Karma plugin to setup.py
2005-02-02 13:56:44 +00:00
Jeremy Fincher
b654b1348b
Forgot to add Nickometer to setup.py.
2005-02-02 13:51:47 +00:00
Jeremy Fincher
9d4291322a
Forgot to add Anonymous to plugins.
2005-02-02 13:07:55 +00:00