clientform-py _unstable_ port information

Info2: <<

#=========================================================================
Package: clientform-py%type_pkg[python]
Version: 0.1.17
Revision: 2
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Type: python(2.3 2.4)
Description: Client-side HTML form handling in python
License: OSI-Approved
HomePage: http://wwwsearch.sourceforge.net/ClientForm/
Maintainer: Matthew Bogosian
#=========================================================================

#---- Dependencies -------------------------------------------------------

Depends: python%type_pkg[python] | python%type_pkg[python]-nox

#---- Unpack phase -------------------------------------------------------

Source: http://wwwsearch.sourceforge.net/ClientForm/src/ClientForm-%v.tar.gz
Source-MD5: 0aa01b3ebcdf800d7ec07c86c7e60b38

#---- Compile phase ------------------------------------------------------

CompileScript: <<
#!/bin/sh -ex
'%p/bin/python%type_raw[python]' test.py
'%p/bin/python%type_raw[python]' setup.py build
<<

#---- Install phase ------------------------------------------------------

DocFiles: COPYING ChangeLog GeneralFAQ.html README.html README.html.in README.txt

InstallScript: <<
#!/bin/sh -ex
'%p/bin/python%type_raw[python]' setup.py install \
--optimize=2 \
'--prefix=%p' \
'--root=%d'
<<

#---- Documentation ------------------------------------------------------

DescDetail: <<
ClientForm is a Python module for handling HTML forms on the client side,
useful for parsing HTML forms, filling them in and returning the completed
forms to the server. It developed from a port of Gisle Aas' Perl module
HTML::Form, from the libwww-perl library, but the interface is not the
same.
<<

<<