           SPELL=suds
         VERSION=0.2.7
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=$SOURCEFORGE_URL/python-$SPELL/$SOURCE
     SOURCE_HASH=sha512:100cfa74d7ba6264c93a3296da04affbcf5cea6645ad8cb95f6cda795b30fb55c1beb034d83a02b2cabcd1656daf725bd9aa973ffd82701d4ad4070b03290b4c
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
