clientcookie-py stable port information

Info2: <<

#=========================================================================
Package: clientcookie-py%type_pkg[python]
Version: 1.0.3
Revision: 3
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python(2.3 2.4)
Description: Client-side HTTP cookies handling in Python
License: OSI-Approved
HomePage: http://wwwsearch.sourceforge.net/ClientCookie/
Maintainer: Matthew Bogosian
#=========================================================================

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

Depends: python%type_pkg[python] | python%type_pkg[python]-nox, python%type_pkg[python]-socket-ssl | python%type_pkg[python]-socket

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

Source: http://wwwsearch.sourceforge.net/ClientCookie/src/ClientCookie-%v.tar.gz
Source-MD5: b0c9c02e298bdcc8cb7f4ae00a6e5701

#---- 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 doc.html doc.html.in

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

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

DescDetail: <<
ClientCookie is a Python module for handling HTTP cookies on the client
side, useful for accessing web sites that require cookies to be set and
then returned later. It also provides some other (optional) useful stuff:
HTTP-EQUIV and Refresh handling, automatic adding of the Referer [sic]
header, automatic observance of robots.txt and lazily-seek()able
responses. These extras are implemented using an extension that makes it
easier to add new functionality to urllib2. It has developed from a port
of Gisle Aas' Perl module HTTP::Cookies, from the libwww-perl library.
<<

<<