pkgsrc/devel/py-cheetah/Makefile
adam 99806e9542 Changes 2.4.2:
* Fix issue where subclasses of Template failed to pick up attributes in the
  searchlist
* Remove old/outdated bundled memcached python client
* Allow for #encoding directives to exist after a comment (i.e. not the first
  line in a module)
* Remove support for WebWare servlets (which caused significant performance
  slowdowns on Mac OS X)
* Old/stale code pruned in preparation for Python 3 support

Changes 2.4.1:
* --quiet flag added to `cheetah` to silence printing to stdout
* Refactoring to minimize the amount of forked code for Python3
* Template.compile() will no longer create class names with numerous leading
  underscores
* DirectiveAnalyzer (cheetah-analyze script) added to report directive usage in
  templates
* Older LaTeX docs converted to rst for Sphinx
* Prevent #raw blocks from evaluating $-placeholders and escaped strings
* New tests added to verify PSP behavior and other untested internals

Changes 2.4.0:
* Fix a major performance regression in Template.__init__()
* More graceful handling of unicode when calling .respond() to render a template
* Minor code updates
* Update the default filter
2011-04-08 12:54:20 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.12 2011/04/08 12:54:20 adam Exp $
DISTNAME= Cheetah-2.4.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/C/Cheetah/
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= http://www.cheetahtemplate.org/
COMMENT= Python-powered template engine and code-generator
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= Cheetah-[0-9]*
DEPENDS+= ${PYPKGPREFIX}-markdown>=2.0.1:../../textproc/py-markdown
PYTHON_VERSIONS_ACCEPTED= 27 26 25
USE_LANGUAGES= c
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"