* built documentation is no longer part of release. Changes 2.5.4: * Fixed extensions not loading properly with overlays. * Work around a bug in cpython for the debugger that causes segfaults on 64bit big-endian architectures. Changes 2.5.3: * fixed an operator precedence error introduced in 2.5.2. Statements like "-foo.bar" had their implicit parentheses applied around the first part of the expression ("(-foo).bar") instead of the more correct "-(foo.bar)". Changes 2.5.2: * improved setup.py script to better work with assumptions people might still have from it (``--with-speedups``). * fixed a packaging error that excluded the new debug support.
16 lines
477 B
Makefile
16 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/03/23 11:38:31 adam Exp $
|
|
|
|
DISTNAME= Jinja2-2.5.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/J/Jinja2/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://jinja.pocoo.org/2/
|
|
COMMENT= Small but fast and easy to use stand-alone template engine
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|