           SPELL=cherrypy
          SPELLX=CherryPy
if [[ "$CP_VER" == "3.x" ]];then
         VERSION=3.0.1
     SOURCE_HASH=sha512:e342e70f0d9a02368c15b714c0f1d026367efc8d928e74bf2784e7f634b4990edd0588ea359ceeee490386b89b73add89557037b9a77034fc22f735b5e211a8f
else
         VERSION=2.2.1
     SOURCE_HASH=sha512:7b30a376891191240651ce14490aec373c50e27638e737ce9459128d9f59333c263ffac81d9ed99033b89aaf27fdef5c85ec6acbdc469eb61339193f51b403b0
fi
          SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
   SOURCE_URL[0]=http://download.cherrypy.org/cherrypy/$VERSION/$SOURCE
        WEB_SITE=http://www.cherrypy.org/
      LICENSE[0]=BSD
         ENTERED=20051016
        KEYWORDS="web python devel"
SHORT="a pythonic, object-oriented web development framework"
cat << EOF
CherryPy is a pythonic, object-oriented web development framework.
 
 CherryPy allows developers to build web applications in much the same way they would build 
any other object-oriented Python program. This usually results in smaller source code 
developed in less time.
 
 CherryPy is now more than three years old and it is has proven very fast and stable. It is 
being used in production by many sites, from the simplest ones to the most demanding ones.
EOF
