Valentin Lorentz
06fdaa792f
Continue accelerating the 2to3 step (remove fix_map).
2014-01-21 10:57:38 +01:00
Valentin Lorentz
1fbdedc7e0
Continue accelerating the 2to3 step (remove fix_funcattrs, fix_itertools, and fix_itertools_imports).
2014-01-21 10:50:55 +01:00
Valentin Lorentz
35a62b4e77
Continue accelerating the 2to3 step (remove fix_ws_comma, fix_xreadlines, and fix_zip).
2014-01-21 10:40:18 +01:00
Valentin Lorentz
ca419f6485
Continue accelerating the 2to3 step (remove fix_reduce, fix_renames, fix_repr, fix_set_literal, fix_standarderror, fix_sys_exc, fix_throw, and fix_tuple_params).
2014-01-20 16:04:53 +01:00
Valentin Lorentz
bb7db3ab21
Continue accelerating the 2to3 step (remove fix_except).
2014-01-20 15:49:15 +01:00
Valentin Lorentz
2fda69b4d6
Continue accelerating the 2to3 step (remove fix_raise).
2014-01-20 15:43:55 +01:00
Valentin Lorentz
c1c23f66f4
Continue accelerating the 2to3 step (remove fix_print).
2014-01-20 15:31:09 +01:00
Valentin Lorentz
529b8f8d99
Continue accelerating the 2to3 step (remove fix_nonzero, fix_operator, and fix_paren).
2014-01-20 15:19:06 +01:00
Valentin Lorentz
d1649a44ac
Continue accelerating the 2to3 step (remove fix_idioms, fix_imports2, fix_input, fix_intern, fix_isinstance, fix_ne, fix_next, and fix_raw_input).
2014-01-20 15:13:01 +01:00
Valentin Lorentz
4652c9ce51
Start accelerating the 2to3 step (remove fix_apply, fix_buffer, fix_callable, fix_exec, fix_execfile, fix_exitfunc, fix_filter, fix_funcattrs, fix_future, fix_getcwdu, and fix_has_key).
2014-01-20 14:49:47 +01:00
Valentin Lorentz
a277ace2bf
Set list of fixers explicitely.
2014-01-20 13:59:25 +01:00
Valentin Lorentz
b31ce87472
Add classifiers to setup.py (Python 3.x and natural languages).
2014-01-12 15:52:10 +01:00
Valentin Lorentz
4aa34ba6d8
Fix detection of Limnoria version from Git when running the setup with Python 3.
2013-10-27 11:43:21 +01:00
Valentin Lorentz
0a439012c1
setup.py: Fix 0fb2ee1bf7
for Git version.
2013-09-11 19:27:10 +02:00
Valentin Lorentz
0fb2ee1bf7
setup.py: Change format of the version number (illegal in rpm and buggy in deb packages).
2013-09-11 19:13:59 +02:00
Valentin Lorentz
0cb22ce6be
Fix previous commit.
2013-08-25 21:58:10 +02:00
Valentin Lorentz
8f8e208072
Revert jamessan's switch to setuptools.
2013-08-25 21:51:34 +02:00
Valentin Lorentz
3099c1aae9
setup.py: Install optional dependencies.
2013-08-24 11:57:33 +02:00
Valentin Lorentz
40675ffdfa
Merge remote-tracking branch 'supybot/master' into testing
...
Conflicts:
plugins/Admin/plugin.py
plugins/BadWords/config.py
plugins/Filter/plugin.py
plugins/Google/plugin.py
plugins/Math/plugin.py
plugins/Misc/plugin.py
plugins/Note/plugin.py
plugins/RSS/plugin.py
plugins/Seen/test.py
plugins/ShrinkUrl/config.py
plugins/ShrinkUrl/plugin.py
plugins/ShrinkUrl/test.py
plugins/Status/plugin.py
plugins/String/config.py
plugins/String/plugin.py
plugins/Time/plugin.py
plugins/Todo/plugin.py
plugins/Web/plugin.py
plugins/__init__.py
scripts/supybot-botchk
setup.py
src/__init__.py
src/callbacks.py
src/commands.py
src/conf.py
src/drivers/Socket.py
src/ircdb.py
src/irclib.py
src/ircutils.py
src/questions.py
src/registry.py
src/schedule.py
src/test.py
src/utils/file.py
src/utils/gen.py
src/utils/net.py
src/utils/web.py
src/world.py
2013-08-24 11:28:29 +02:00
Valentin Lorentz
5feb1fba59
2to3: Fix fix_import to work on Windows and not confuse 'socket' (from the Python lib) and 'supybot.drivers.Socket'.
2013-07-15 13:34:47 +02:00
Valentin Lorentz
8ca95112d8
setup.py: Show progress when refactoring files (ie. running 2to3).
2013-06-07 19:10:43 +00:00
Valentin Lorentz
6266d0f16f
Google: Remove plugins/Google/local/simplejson/ since it is not used.
2013-05-29 14:48:20 +02:00
Valentin Lorentz
1a6d4b64d2
setup.py: Remove error output if not in a git repo.
2013-05-10 17:55:31 +02:00
Valentin Lorentz
7fcda679d8
Speed up install on Python3 (2to3 is ran only on modified files).
2013-04-27 16:05:11 +02:00
Valentin Lorentz
cb827c09df
Fix typo.
2013-03-25 16:28:33 +01:00
Valentin Lorentz
d86dee6c9a
setup.py: In debug mode, display 2to3 logs.
2013-02-22 21:17:16 +01:00
Valentin Lorentz
e17cd0bd08
setup.py: Add the --debug switch.
2013-02-22 20:50:38 +01:00
Valentin Lorentz
34ea319747
setup.py: Hide 2to3's output.
2013-02-02 20:47:31 +01:00
Valentin Lorentz
b04f2f43e0
Fix previous commit
2013-02-02 19:59:03 +01:00
Valentin Lorentz
ac8f2c662f
setup.py: Fix bug if setup is not in the current working directory.
2013-02-02 19:56:54 +01:00
Valentin Lorentz
fecb010dac
setup.py: exit after it has called itself.
2013-01-30 20:38:31 +01:00
Valentin Lorentz
f42ac86d91
Make the setup.py runnable by Python 3 and run 2to3 automatically.
2013-01-30 20:10:48 +01:00
Valentin Lorentz
76a091db50
Fix the 'provides' field.
2013-01-21 20:33:09 +01:00
Valentin Lorentz
4ce44d1ef2
Update setup.py to be declared as limnoria (and provide supybot).
2013-01-21 20:28:42 +01:00
Valentin Lorentz
3dba9088b0
Merge remote-tracking branch 'supybot/master' into testing
...
Conflicts:
INSTALL
plugins/ChannelLogger/README.txt
plugins/ChannelStats/README.txt
plugins/Google/plugin.py
plugins/Google/test.py
plugins/Plugin/test.py
plugins/Web/test.py
setup.py
src/callbacks.py
src/ircdb.py
src/irclib.py
src/utils/str.py
test/test_irclib.py
2013-01-01 21:11:24 +01:00
Valentin Lorentz
6cbc6a14dd
Rename all 'locale' directories to 'locales'.
...
Firstly, these directories contains more than one locale. Secondly, it conflicts with the 'locale' python module.
2012-12-26 15:43:35 +01:00
James McCoy
aa4071fa68
RSS: Remove local/feedparser and add it to install_requires
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-10-14 12:13:00 -04:00
James McCoy
450be69710
Bootstrap setuptools if it isn't available.
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-10-14 12:12:23 -04:00
Valentin Lorentz
5ebbf2d516
Merge branch 'debian' into testing
...
Conflicts:
setup.py
2012-10-12 19:56:43 +02:00
James McCoy
52e71edacc
Time: Remove dateutil and add it to install_requires
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-10 22:28:34 -04:00
James McCoy
7203ac383d
setup.py: Use setuptools instead of distutils
...
This will allow us to automatically install dependencies with easy_install
instead of shipping stale copies with Supybot
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-10 22:25:54 -04:00
James McCoy
6c7aec165f
Remove a few more references to local.simplejson
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-10 20:54:08 -04:00
James McCoy
748b76404f
Google: Use standard json module now that 2.6 is minimum Python version
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-10 20:07:43 -04:00
Valentin Lorentz
9c5f1ea6eb
Fix setup.py compatibility with Pypy. Closes GH-394.
2012-09-05 17:05:46 +02:00
Valentin Lorentz
f5fec4a969
Remove useless import.
...
For some reason, this import failed with Pypy. I have no idea why...
2012-09-03 20:00:41 +02:00
James McCoy
82ecf36fcd
Update my name/contact information
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-01 10:16:48 -04:00
James McCoy
83f872fa12
Bump minimum Python version to 2.6 for multiprocessing support
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-01 10:06:50 -04:00
James McCoy
232aa86a1e
Merge branch 'maint/0.83.4'
2012-09-01 09:13:52 -04:00
Valentin Lorentz
60cba105c8
Fix setup.py for fresh installs.
2012-07-30 15:42:38 +00:00
Valentin Lorentz
18dd017e99
Merge remote-tracking branch 'supybot/maint/0.83.4' into testing
...
Conflicts:
sandbox/release.py
2012-07-06 11:09:34 +02:00