SPELL=python-urllib3 VERSION=1.26.4 SOURCE="urllib3-${VERSION}.tar.gz" SOURCE_URL[0]=https://github.com/urllib3/urllib3/archive/${VERSION}.tar.gz SOURCE_HASH=sha512:c770ae93e024af2bd79145d90426ad56f89184a4a02a55551bf54680a1ba369e683080e1899f00d57efcb085145e29a189f502ae6b41e572de111909297fb4e6 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/urllib3-${VERSION}" WEB_SITE="https://urllib3.readthedocs.io" LICENSE[0]=MIT ENTERED=20181208 SHORT="a powerful, sanity-friendly HTTP client for Python" cat << EOF urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries: * Thread safety. * Connection pooling. * Client-side SSL/TLS verification. * File uploads with multipart encoding. * Helpers for retrying requests and dealing with HTTP redirects. * Support for gzip and deflate encoding. * Proxy support for HTTP and SOCKS. * 100% test coverage. EOF .