           SPELL=distribute
         VERSION=0.6.26
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://pypi.python.org/packages/source/d/${SPELL}/${SOURCE}
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://packages.python.org/distribute/"
      LICENSE[0]="PSF, ZPL"
         ENTERED=20110521
        KEYWORDS="python"
           SHORT="Easily download, build, install, upgrade, and uninstall Python packages"
cat << EOF
Distribute is a fork of the Setuptools project.

Distribute is intended to replace Setuptools as the standard method for
working with Python module distributions.

For those who may wonder why they should switch to Distribute over Setuptools,
it's quite simple:

    Distribute is a drop-in replacement for Setuptools The code is actively
    maintained, and has over 10 commiters Distribute offers Python 3 support !
EOF
