           SPELL=setuptools
         VERSION=7.0
     SOURCE_HASH=sha512:0c52bf2d22f7bbd7560e8bb3184406426cf759980add0e60a864f15d9bcf10f01a2bfe0eb598c8c965b2e89df8c4159c2b43028b560f04192bba47e67d9cda18
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://pypi.python.org/packages/source/s/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=https://pypi.python.org/pypi/setuptools
      LICENSE[0]="PSF"
      LICENSE[1]="ZPL"
        KEYWORDS="python devel"
           SHORT="collection of enhancements to the Python distutils"
cat << EOF
setuptools is a collection of enhancements to the Python distutils (for Python
2.3 and up) that allow you to more easily build and distribute Python packages,
especially ones that have dependencies on other packages.

Packages built and distributed using setuptools look to the user like ordinary
Python packages based on the distutils. Your users don't need to install or
even know about setuptools in order to use them, and you don't have to include
the entire setuptools package in your distributions. By including just a single
bootstrap module (a 7K .py file), your package will automatically download and
install setuptools if the user is building your package from source and doesn't
have a suitable version already installed.

setuptools can be used to create Python Egg - a single-file importable
distribution format.
EOF
