kid-py _unstable_ port information

Info2: <<
Package: kid-py%type_pkg[python]
Type: python (2.3 2.4 2.5)
Version: 0.9.5
Revision: 1
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4

# The only database backend I have tested is pysqlite2:
Depends: <<
python%type_pkg[python],
setuptools-py%type_pkg[python] (>= 0.6c2-1),
elementtree-py%type_pkg[python] | celementtree-py%type_pkg[python]
<<

Source: http://www.kid-templating.org/dist/%v/kid-%v.tar.gz
Source-MD5: 61545377ea95704852bf5a894f7cae26

DocFiles: COPYING HISTORY README

CompileScript: <<
echo Skipping compile stage
<<

InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root=%d
mkdir -p %i/share/doc/%n
cp -p doc/* %i/share/doc/%n
cp -pr examples %i/share/doc/%n
mv %i/bin/kid %i/bin/kid-%type_raw[python]
mv %i/bin/kidc %i/bin/kidc-%type_raw[python]
<<

InfoTest: <<
TestScript: python%type_raw[python] run_tests.py -x || exit 2
TestSuiteSize: small
<<

PostInstScript: <<
update-alternatives --install %p/bin/kid kid %p/bin/kid-%type_raw[python] %type_pkg[python]
update-alternatives --install %p/bin/kidc kidc %p/bin/kidc-%type_raw[python] %type_pkg[python]
<<

PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove kid %p/bin/kid-%type_raw[python]
update-alternatives --remove kidc %p/bin/kidc-%type_raw[python]
fi
<<

Description: Python template language for XML

DescDetail: <<
Kid is a simple template language for XML based vocabularies written in Python.
It was spawned as a result of a kinky love triangle between XSLT, TAL, and PHP.
We believe many of the best features of these languages live on in Kid with
much of the limitations and complexity stamped out.
<<

DescPackaging:<<
$LastChangedRevision: 407 $ in my local repository.
<<

License: OSI-Approved
Homepage: http://www.kid-templating.org/
Maintainer: Charles Lepple

# Info2:
<<