pkgsrc/devel/py-ZopeI18NMessageid/Makefile
adam 7fb464b61f py-ZopeI18NMessageid: update to 4.1.0
4.1.0:
- Drop support for Python 2.6 and 3.2.
- Add support for Python 3.5 and 3.6.
- Fix the C extension not being used in Python 3.
- Make the Python implementation of Message accept any object for the
  ``default`` argument, just as the C extension does. This should be a
  unicode or byte string.
2017-10-07 11:54:30 +00:00

14 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/10/07 11:54:30 adam Exp $
DISTNAME= zope.i18nmessageid-4.1.0
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"