NOTICE: This package has been removed from pkgsrc

./wip/babel, Collection of tools for internationalizing Python applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.9.3, Package name: py24-babel-0.9.3, Maintainer: obache

Babel is a Python library that provides an integrated collection of
utilities that assist with internationalizing and localizing Python
applications (in particular web-based applications.)


Required to run:
[lang/python24] [devel/py-setuptools] [time/py-pytz]

Master sites:

SHA1: fc1f6b407f1c662eb031adb8f073e41e0deae2b0
RMD160: e74bb8e846dfab356e1e009bbc2c74c718fddde5
Filesize: 1745.542 KB

Version history: (Expand)


CVS history: (Expand)


   2008-08-01 10:51:12 by OBATA Akio | Files touched by this commit (12) | Package removed
Log message:
Imported to pkgsrc
  pygments => textproc/py-pygments
  babel => devel/py-babel
  genshi => www/py-genshi
   2008-07-16 15:24:37 by OBATA Akio | Files touched by this commit (3)
Log message:
Update babel to 0.9.3.

Version 0.9.3
http://svn.edgewall.org/repos/babel/tags/0.9.3/
(Jul 9 2008, from branches/stable/0.9.x)

 * Fixed invalid message extraction methods causing an UnboundLocalError.
 * Extraction method specification can now use a dot instead of the colon to
   separate module and function name (ticket #105).
 * Fixed message catalog compilation for locales with more than two plural
   forms (ticket #95).
 * Fixed compilation of message catalogs for locales with more than two plural
   forms where the translations were empty (ticket #97).
 * The stripping of the comment tags in comments is optional now and
   is done for each line in a comment.
 * Added a JavaScript message extractor.
 * Updated to CLDR 1.6.
 * Fixed timezone calculations when formatting datetime and time values.
 * Added a `get_plural` function into the plurals module that returns the
   correct plural forms for a locale as tuple.
 * Added support for alias definitions in the CLDR data files, meaning that
   the chance for items missing in certain locales should be greatly reduced
   (ticket #68).
   2008-06-25 13:11:17 by mwdavies | Files touched by this commit (1)
Log message:
pytz is in pkgsrc proper now.
   2008-05-22 17:38:46 by Tobias Nygren | Files touched by this commit (43)
Log message:
Mechanical sweep to sanitise PYTHON_VERSIONS_ACCEPTED.
Bulk build will be used to tune this further.
   2008-02-18 14:40:48 by OBATA Akio | Files touched by this commit (2)
Log message:
Update babel to 0.9.2.

Version 0.9.2
http://svn.edgewall.org/repos/babel/tags/0.9.2/
(Feb 4 2007, from branches/stable/0.9.x)

 * Fixed catalogs' charset values not being recognized (ticket #66).
 * Numerous improvements to the default plural forms.
 * Fixed fuzzy matching when updating message catalogs (ticket #82).
 * Fixed bug in catalog updating, that in some cases pulled in translations
   from different catalogs based on the same template.
 * Location lines in PO files do no longer get wrapped at hyphens in file
   names (ticket #79).
 * Fixed division by zero error in catalog compilation on empty catalogs
   (ticket #60).
   2008-01-23 08:53:01 by OBATA Akio | Files touched by this commit (4) | Imported package
Log message:
Babel is a Python library that provides an integrated collection of
utilities that assist with internationalizing and localizing Python
applications (in particular web-based applications.)