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
Valentin Lorentz
98e5dce853
Bump version to +limnoria2.
2012-06-23 17:45:01 +02:00
Valentin Lorentz
3ae2ce9483
Merge branch 'master' into debian
...
Conflicts:
.gitignore
src/version.py
2012-06-23 17:44:06 +02:00
James McCoy
786d184b0a
setup.py: Correct homepage metadata
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-06-17 11:46:07 -04:00
Daniel Folkinshteyn
a31350f14a
Consolidate the version string to reside in one central place to ease change making.
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-06-17 10:42:44 -04:00
Valentin Lorentz
1b892744a6
Fix install (version file) when the source has not been downloaded with Git.
2012-05-23 16:10:29 +00:00
Valentin Lorentz
90e511cad1
Drop src/version.py from the source and generate it with setup.py instead. Closes GH-358.
2012-05-11 18:43:23 +02:00
Mika Suomalainen
fab5bb63be
setup.py: Require Python 2.6 or newer.
2012-03-24 14:03:59 +02:00
Valentin Lorentz
fe16aae560
Debianize Supybot and update version to 0.83.4.1+limnoria1.
2011-08-22 14:29:59 +02:00
Daniel Folkinshteyn
05c9482759
Consolidate the version string to reside in one central place to ease change making.
2011-04-26 10:23:18 +02:00
Valentin Lorentz
44458d4b57
Change version number to 0.83.4.1+git+fr3
2011-02-27 12:01:51 +01:00
Valentin Lorentz
0223e9c210
Change release number to 0.83.4.1+git+fr2
2011-01-29 10:29:05 +01:00