260d729b0f
Version 0.9.4 http://svn.edgewall.org/repos/babel/tags/0.9.4/ (Aug 25 2008, from branches/stable/0.9.x) * Currency symbol definitions that is defined with choice patterns in the CLDR data are no longer imported, so the symbol code will be used instead. * Fixed quarter support in date formatting. * Fixed a serious memory leak that was introduces by the support for CLDR aliases in 0.9.3 (ticket #128). * Locale modifiers such as "@euro" are now stripped from locale identifiers when parsing (ticket #136). * The system locales "C" and "POSIX" are now treated as aliases for "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to Manlio Perillo for the suggestion. * Fixed JavaScript extraction for regular expression literals (ticket #138) and concatenated strings. * The `Translation` class in `babel.support` can now manage catalogs with different message domains, and exposes the family of `d*gettext` functions (ticket #137).
20 lines
520 B
Makefile
20 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/10/23 06:10:30 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Babel-0.9.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://ftp.edgewall.com/pub/babel/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://babel.edgewall.org/
|
|
COMMENT= Collection of tools for internationalizing Python applications
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|