           SPELL=suds
         VERSION=0.4
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
     SOURCE_HASH=sha512:5ec53c3e834947a394fec8d51b497d6e5824fd5e6e51addce98d552cfa692cac99e159e270d247fff98a0f669506f4c179fad3f43452600bae1db08f851dec1b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=https://fedorahosted.org/suds
      LICENSE[0]=LGPL
         ENTERED=20080827
           SHORT="lightweight SOAP python client"
cat << EOF
Suds is a lightweight SOAP python client that provides a service proxy for
web-services.

Features:
  * No class generation
  * Provides an object API
  * Reads wsdl at runtime for encoding/decoding
  * Supports the following SOAP binding styles:
    o Document/Literal wrapped
    o RPC/Literal (as of 0.1.7)
    o RPC/Encoded (as of 0.2)
  * Provides objectification of WSDL defined:
    o Types (objects)
    o Enumerations
  * Service and type objects provide inspection via print
  * Supports unicode
EOF
