# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-xist
version			2.13
categories		python textproc
platforms		darwin
maintainers		nomaintainer
description		XML based HTML generator in Python
long_description	XIST is an XML based extensible HTML generator written \
				in Python. XIST is also a DOM parser (built on top of \
				SAX2) with a very simple and pythonesque tree API. \
				Every XML element type corresponds to a Python class \
				and these Python classes provide a conversion method \
				to transform the XML tree (e.g. into HTML). XIST can \
				be considered object oriented XSL.

homepage		http://www.livinglogic.de/Python/xist/
master_sites	http://ftp.livinglogic.de/xist/
distname		ll-xist-${version}
checksums		md5 54d10742adcf64488af301791ce40523
use_bzip2		yes

depends_lib-append	port:py-xml \
				port:py-ansistyle \
				port:py-url

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} CREDITS HOWTO INSTALL TODO \
		MIGRATION NEWS README ${destroot}${prefix}/share/doc/${name}
	file delete \
		${destroot}${prefix}/lib/python2.4/site-packages/ll/__init__.py \
		${destroot}${prefix}/lib/python2.4/site-packages/ll/__init__.pyc
}
