2a6e2e1e2d
Version 0.7 http://svn.edgewall.org/repos/genshi/tags/0.7.0/ (Jan 27 2013, from branches/stable/0.7.x) * Add support for Python 3.1, 3.2 and 3.3 (via 2to3) and for PyPy. The majority of the coding was done in a sprint run by the Cape Town Python Users Group with financial assistance from the Python Software Foundation. * Default input and output encodings changed from UTF-8 to None (i.e. unicode strings). * Skip Mako benchmarks if Mako isn't installed (rather than failing completely).
26 lines
689 B
Makefile
26 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/10/11 14:33:37 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Genshi-0.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://ftp.edgewall.com/pub/genshi/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://genshi.edgewall.org/
|
|
COMMENT= Python toolkit for generation of output for the web
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
|
|
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
# !32 for py-babel, !33 for speedups module
|
|
#PYTHON_VERSIONS_INCLUDE_3X= yes
|
|
|
|
do-test:
|
|
${RUN}cd ${WRKSRC};${PYTHONBIN} setup.py test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|