6c000a4cd1
4.3.1: - Fix a regression copying Message objects in the Python implementation. 4.3.0: - Add attributes to support pluralization on a Message and update the MessageFactory accordingly.
14 lines
460 B
Makefile
14 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/12/22 09:00:31 adam Exp $
|
|
|
|
DISTNAME= zope.i18nmessageid-4.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.i18nm/ZopeI18NM/}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.i18nmessageid/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://docs.zope.org/zopetoolkit/
|
|
COMMENT= Zope Message Identifiers for internationalization
|
|
LICENSE= zpl-2.1
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|