d25e3f4386
Version 0.9.5 http://svn.edgewall.org/repos/babel/tags/0.9.5/ (Apr 6 2010, from branches/stable/0.9.x) * Fixed the case where messages containing square brackets would break with an unpack error. * Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked against len(message.id) because this is always 2, instead, it's should be checked against catalog.num_plurals (ticket #212).
21 lines
542 B
Makefile
21 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/04/21 06:01:51 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Babel-0.9.5
|
|
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
|
|
LICENSE= modified-bsd
|
|
|
|
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"
|