89006db747
The ``flufl.i18n`` library provides a convenient API for managing translation contexts in Python applications. It provides facilities not only for single-context applications like command line scripts, but also more sophisticated management of multiple-context applications such as Internet servers.
14 lines
416 B
Makefile
14 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/04/25 20:19:28 fhajny Exp $
|
|
|
|
DISTNAME= flufl.i18n-1.1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flufl.i18n/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://launchpad.net/flufl.i18n/
|
|
COMMENT= High level API for Python internationalization
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|