summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* localedata: Rename to locale-datasils/wheelLasse Schuirmann2015-09-251-1/+1
| | | | | | To fix the ImportError because of the name clash with localedata.py. locale-data is no valid python identifier and thus a nice indicator that this directory actually contains data.
* setup: Use version from babel packageLasse Schuirmann2015-09-251-1/+2
| | | | DRY
* Enforce Python version in `setup.py`Ryan J Ollos2015-09-211-1/+7
| | | | Print error message and exit if Python version requirement not satisfied.
* This is 3.0-devArmin Ronacher2015-07-271-1/+1
|
* Bump version number to 2.02.0Armin Ronacher2015-07-271-1/+1
|
* Update classifiers to give more detailed information about babel's version ↵Matt Iversen2013-10-191-0/+3
| | | | compatibility
* Merge branch '1.x-maintenance'Armin Ronacher2013-07-271-0/+4
|\
| * If we need a 1.3Armin Ronacher2013-07-271-1/+1
| |
| * Bump version number to 1.21.2Armin Ronacher2013-07-271-1/+1
| |
| * Make tests work without installationArmin Ronacher2013-07-271-0/+4
| |
| * Ready for 1.2 if we need itArmin Ronacher2013-07-271-1/+1
| |
| * Bump version number to 1.11.1Armin Ronacher2013-07-271-1/+1
| |
* | Merge branch '1.0-maintenance'Armin Ronacher2013-07-271-1/+4
|\ \ | |/
| * Added a workaround for #32Armin Ronacher2013-07-271-1/+4
| |
| * Prepare for 1.1Armin Ronacher2013-07-271-1/+1
| |
* | Ready for 2.0-devArmin Ronacher2013-07-261-1/+1
|/
* Bump version number to 1.0Armin Ronacher2013-07-261-1/+1
|
* Preparing for releaseArmin Ronacher2013-07-261-15/+15
|
* Removed old copyright header from setup fileArmin Ronacher2013-07-261-12/+0
|
* Updated setup fileArmin Ronacher2013-07-261-10/+4
|
* Added a setup.py command for building and importing the cldrArmin Ronacher2013-07-071-1/+21
|
* updated changelog, setup.py (classifiers), requirements for installationThomas Waldmann2013-07-071-0/+5
|
* Added localtimeArmin Ronacher2013-07-061-1/+1
|
* Fixed timezone test breakages and a few other small thingsArmin Ronacher2013-07-061-3/+1
|
* Started work on improving timezone support and made pytz a requirementArmin Ronacher2013-07-061-37/+30
|
* Removed trailing whitespaceArmin Ronacher2013-07-051-5/+5
|
* no warnings when running setup.py without installed setuptools (#262)Felix Schwarz2012-08-081-26/+35
|
* remove unused imports from setup.pyFelix Schwarz2011-09-251-3/+0
|
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
|
* Make the dependency on pytz for the tests explicit in `setup.py`.Christopher Lenz2008-07-161-0/+1
|
* Added !JavaScript extractorArmin Ronacher2008-06-121-0/+1
|
* Bump up version number on trunk.Christopher Lenz2007-08-201-1/+1
|
* Documentation stuff moved to a shared repository.Christopher Lenz2007-08-071-83/+5
|
* Upgraded to CLDR 1.5 and improved timezone formatting.Christopher Lenz2007-08-011-1/+1
|
* Added infrastructure for adding catalog checkers, and implement a checker ↵Christopher Lenz2007-07-161-0/+4
| | | | that validations Python format parameters in translations, closing #19.
* Rename command-line script to avoid conflict with the OpenBabel project. ↵Christopher Lenz2007-06-291-1/+1
| | | | Closes #34.
* The frontends now provide ways to update existing translations catalogs from ↵Christopher Lenz2007-06-281-1/+2
| | | | a template. Closes #22.
* Add MO file generation. Closes #21.Christopher Lenz2007-06-211-0/+1
|
* Bump up version number on trunk.Christopher Lenz2007-06-201-1/+1
|
* Genshi extraction method has moved to Genshi project. Closes #13.Christopher Lenz2007-06-201-3/+2
|
* Moved doc config into a subdirectory, and added a `--force` option to the ↵Christopher Lenz2007-06-151-5/+8
| | | | `build_doc` command.
* Add `--without-apidocs` switch to `build_doc` command for quicker ↵Christopher Lenz2007-06-131-16/+21
| | | | doc-edit/review cycles.
* * The `extract_messages` distutils command now operators on configurable ↵Christopher Lenz2007-06-081-0/+1
| | | | | | input directories again, instead of the complete current directory. The `input_dirs` default to the package directories. * Add a pseudo extractor called “ignore” for #10.
* Rename the `babel.catalog` package to `babel.messages` for consistency with ↵Christopher Lenz2007-06-081-7/+7
| | | | the other package names.
* Support sub-commands in command-line interface, and renamed the generated ↵Christopher Lenz2007-06-071-2/+1
| | | | script wrapper to `babel`. See #9.
* Fixed a bug regarding plural msgid's handling when writing the `.pot` file.Pedro Algarvio2007-06-071-1/+3
| | | | | | Renamed old `write_po` to `write_pot` which is what it actually does and also adds space to the new `write_po`. Changed tests accordingly. Added support to create new localized catalogs from a catalog template, `write_po`..
* Support a `message_extractors` keyword argument directly in `setup()`. ↵Christopher Lenz2007-06-071-0/+3
| | | | Closes #4.
* Syntax highlighting for the docs.Christopher Lenz2007-06-061-0/+20
|
* * Removed pkg_resources/setuptools requirement from various places.Christopher Lenz2007-05-311-2/+6
| | | | | | * Fixed copyright year in a couple of file headers. * Some cleanup.
* Import of initial code base.Christopher Lenz2007-05-291-0/+117