          MODULE=pycurl
         VERSION=7.19.0
          SOURCE=${MODULE}-${VERSION}.tar.gz
      SOURCE_URL=http://pycurl.sourceforge.net/download/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
      SOURCE_VFY=sha1:3fb59eca1461331bb9e9e8d6fe3b23eda961a416
        WEB_SITE="http://pycurl.sourceforge.net/"
         ENTERED=20100502
         UPDATED=20100502
           SHORT="Python interface to libcurl"
cat <<EOF
PycURL can be used to fetch objects identified by a URL from a Python
program, similar to the urllib  Python module. PycURL is mature,
very fast, and supports a lot of features.

Overview

* libcurl is a free and easy-to-use client-side URL transfer
  library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, ...

* libcurl is highly portable, it builds and works identically on
  numerous platforms, including Solaris, ..., Linux, ...

* libcurl is free, thread-safe, IPv6 compatible, feature rich,
  well supported, fast, thoroughly documented and is already used by
  many known, big and successful companies and numerous applications.
EOF
