           SPELL=suds
         VERSION=0.3.6
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
   # SOURCE_URL[1]=$SOURCEFORGE_URL/python-$SPELL/$SOURCE
     SOURCE_HASH=sha512:257f4b4f9492505e2ed46787b01f5d15415f8fdd6f47c9f2a8cff5b7629de2c665b5a53ac3690c5789c03af63f12be666d7fa1bdc598fdd1d8a8158c04770791
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
