           SPELL=virtualenv
         VERSION=15.2.0
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_URL=https://pypi.org/packages/source/v/$SPELL/$SOURCE
     SOURCE_HASH=sha512:178c983af81ea0214c57e832ad61eb842904be7b7edd3bb2ec8b65c5ad503132480192675e3db89cb3d1404baf57e4dac8ac6b06df39af611fe0391e3674121e
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=https://virtualenv.pypa.io/
      LICENSE[0]=MIT
         ENTERED=20130120
        KEYWORDS="python"
           SHORT="Virtual Python Environment builder"
cat << EOF
virtualenv is a tool to create isolated Python environments.

It creates an environment that has its own installation directories, that
doesn't share libraries with other virtualenv environments (and optionally
doesn't access the globally installed libraries either).
EOF
