Valentin Lorentz
733349cb4a
Remove 2to3/__pycache__ before making a source dist. Closes GH-946.
2014-12-22 00:22:30 +01:00
Mikaela Suomalainen
0b9e54ebcf
remove docs/ && move manpages to man/
2014-12-08 09:52:42 +02:00
Valentin Lorentz
3973244d82
Undo modifications made in 6f19088724
(merge from Supybot) to setup.py.
2014-07-18 15:38:13 +00:00
Valentin Lorentz
0a9d6469f0
Make dependency on python-mock optional.
2014-07-12 10:01:59 +02:00
Valentin Lorentz
6f19088724
Merge remote-tracking branch 'supybot/master' into testing
...
Conflicts:
.gitignore
plugins/Alias/plugin.py
plugins/Anonymous/plugin.py
plugins/Anonymous/test.py
setup.py
src/callbacks.py
2014-07-12 09:48:27 +02:00
Mikaela Suomalainen
afdc8815f2
Revert "Merge pull request #657 from Mkaysi/links"
...
This reverts commit 497df2c14f
, reversing
changes made to 21f75b8237
.
2014-06-26 10:09:05 +03:00
Mikaela Suomalainen
f4714638ad
Revert "Add manual pages for Limnoria* commands as we already have the commands."
...
This reverts commit d8cd749a86
.
2014-06-26 10:07:08 +03:00
Valentin Lorentz
7d716aa8f3
setup.py: Use UTC for version number. Closes GH-717.
2014-06-04 16:50:31 +02:00
Mikaela Suomalainen
d8cd749a86
Add manual pages for Limnoria* commands as we already have the commands.
...
Squashed commit of the following:
commit 7397647f7f5c44a9e883b500b9342936c14c0188
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Tue Jun 3 16:23:30 2014 +0300
setup.py: add missing ".1"s.
commit f9a95ebb4900a4b13b0f69fc674d4e9a7f7b019b
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Tue Jun 3 16:22:17 2014 +0300
fix c48e9f087daf7c69eca8c01c4e52b5843039a119
Limnoria, not Limnotia!
commit 467480325a4b6e90ac10875316867d9a218a4bc6
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Tue Jun 3 16:16:14 2014 +0300
Add manual pages for limnoria*
We already have binaries with name limnoria*, so it makes sense to also
have manual pages.
2014-06-03 16:24:46 +03:00
venth
76599db944
questions.yn: Perform string, not identity, comparison against 'y'
...
The `is` operator performs object identity comparison. Changing to `==`
implements the expected behavior.
Use the mock library to add tests verifying the API of questions.yn.
2014-06-01 22:52:58 -04:00
Mikaela Suomalainen
d986b9c64d
setup.py & scripts: add limnoria* symlinks
2014-05-22 13:08:59 +03:00
Valentin Lorentz
8885a813c5
Merge remote-tracking branch 'supybot/master' into merge-supybot
...
Conflicts:
INSTALL
plugins/Misc/plugin.py
plugins/Seen/test.py
setup.py
src/commands.py
src/version.py
2014-04-05 22:54:51 +02:00
Valentin Lorentz
c84a7ac094
Change version format to comply with PEP440.
2014-03-03 17:11:39 +01:00
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
James McCoy
bf48d521f2
Use generic setuptools instead of requiring distribute
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2013-10-10 20:37:12 -04: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