Sat Apr 19 15:51:34 2014 UTC ()
Initial import of py-urllib3, version 1.8.2, into the NetBSD Packages
Collection.

HTTP library with thread-safe connection pooling, file post, and more.

Highlights

  * Re-use the same socket connection for multiple requests (HTTPConnectionPool
    and HTTPSConnectionPool) (with optional client-side certificate
    verification).
  * File posting (encode_multipart_formdata).
  * Built-in redirection and retries (optional).
  * Supports gzip and deflate decoding.
  * Thread-safe and sanity-safe.
  * Works with AppEngine, gevent, and eventlib.
  * Tested on Python 2.6+ and Python 3.2+, 100% unit test coverage.
  * Small and easy to understand codebase perfect for extending and building
    upon. For a more comprehensive solution, have a look at Requests which is
    also powered by urllib3.


(imil)
diff -r0 -r1.1 pkgsrc/www/py-urllib3/DESCR
diff -r0 -r1.1 pkgsrc/www/py-urllib3/Makefile
diff -r0 -r1.1 pkgsrc/www/py-urllib3/PLIST
diff -r0 -r1.1 pkgsrc/www/py-urllib3/distinfo

File Added: pkgsrc/www/py-urllib3/DESCR
HTTP library with thread-safe connection pooling, file post, and more.

Highlights

  * Re-use the same socket connection for multiple requests (HTTPConnectionPool
    and HTTPSConnectionPool) (with optional client-side certificate
    verification).
  * File posting (encode_multipart_formdata).
  * Built-in redirection and retries (optional).
  * Supports gzip and deflate decoding.
  * Thread-safe and sanity-safe.
  * Works with AppEngine, gevent, and eventlib.
  * Tested on Python 2.6+ and Python 3.2+, 100% unit test coverage.
  * Small and easy to understand codebase perfect for extending and building
    upon. For a more comprehensive solution, have a look at Requests which is
    also powered by urllib3.

File Added: pkgsrc/www/py-urllib3/Makefile
# $NetBSD: Makefile,v 1.1 2014/04/19 15:51:34 imil Exp $

DISTNAME=	urllib3-1.8.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	www
MASTER_SITES=	https://pypi.python.org/packages/source/u/urllib3/

MAINTAINER=	imil@NetBSD.org
HOMEPAGE=	https://pypi.python.org/packages/source/u/urllib3/
COMMENT=	HTTP library with thread-safe connection pooling
LICENSE=	mit

USE_LANGUAGES=	# none

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/py-urllib3/PLIST
@comment $NetBSD: PLIST,v 1.1 2014/04/19 15:51:34 imil Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/urllib3/__init__.py
${PYSITELIB}/urllib3/__init__.pyc
${PYSITELIB}/urllib3/__init__.pyo
${PYSITELIB}/urllib3/_collections.py
${PYSITELIB}/urllib3/_collections.pyc
${PYSITELIB}/urllib3/_collections.pyo
${PYSITELIB}/urllib3/connection.py
${PYSITELIB}/urllib3/connection.pyc
${PYSITELIB}/urllib3/connection.pyo
${PYSITELIB}/urllib3/connectionpool.py
${PYSITELIB}/urllib3/connectionpool.pyc
${PYSITELIB}/urllib3/connectionpool.pyo
${PYSITELIB}/urllib3/contrib/__init__.py
${PYSITELIB}/urllib3/contrib/__init__.pyc
${PYSITELIB}/urllib3/contrib/__init__.pyo
${PYSITELIB}/urllib3/contrib/ntlmpool.py
${PYSITELIB}/urllib3/contrib/ntlmpool.pyc
${PYSITELIB}/urllib3/contrib/ntlmpool.pyo
${PYSITELIB}/urllib3/contrib/pyopenssl.py
${PYSITELIB}/urllib3/contrib/pyopenssl.pyc
${PYSITELIB}/urllib3/contrib/pyopenssl.pyo
${PYSITELIB}/urllib3/exceptions.py
${PYSITELIB}/urllib3/exceptions.pyc
${PYSITELIB}/urllib3/exceptions.pyo
${PYSITELIB}/urllib3/fields.py
${PYSITELIB}/urllib3/fields.pyc
${PYSITELIB}/urllib3/fields.pyo
${PYSITELIB}/urllib3/filepost.py
${PYSITELIB}/urllib3/filepost.pyc
${PYSITELIB}/urllib3/filepost.pyo
${PYSITELIB}/urllib3/packages/__init__.py
${PYSITELIB}/urllib3/packages/__init__.pyc
${PYSITELIB}/urllib3/packages/__init__.pyo
${PYSITELIB}/urllib3/packages/ordered_dict.py
${PYSITELIB}/urllib3/packages/ordered_dict.pyc
${PYSITELIB}/urllib3/packages/ordered_dict.pyo
${PYSITELIB}/urllib3/packages/six.py
${PYSITELIB}/urllib3/packages/six.pyc
${PYSITELIB}/urllib3/packages/six.pyo
${PYSITELIB}/urllib3/packages/ssl_match_hostname/__init__.py
${PYSITELIB}/urllib3/packages/ssl_match_hostname/__init__.pyc
${PYSITELIB}/urllib3/packages/ssl_match_hostname/__init__.pyo
${PYSITELIB}/urllib3/packages/ssl_match_hostname/_implementation.py
${PYSITELIB}/urllib3/packages/ssl_match_hostname/_implementation.pyc
${PYSITELIB}/urllib3/packages/ssl_match_hostname/_implementation.pyo
${PYSITELIB}/urllib3/poolmanager.py
${PYSITELIB}/urllib3/poolmanager.pyc
${PYSITELIB}/urllib3/poolmanager.pyo
${PYSITELIB}/urllib3/request.py
${PYSITELIB}/urllib3/request.pyc
${PYSITELIB}/urllib3/request.pyo
${PYSITELIB}/urllib3/response.py
${PYSITELIB}/urllib3/response.pyc
${PYSITELIB}/urllib3/response.pyo
${PYSITELIB}/urllib3/util/__init__.py
${PYSITELIB}/urllib3/util/__init__.pyc
${PYSITELIB}/urllib3/util/__init__.pyo
${PYSITELIB}/urllib3/util/connection.py
${PYSITELIB}/urllib3/util/connection.pyc
${PYSITELIB}/urllib3/util/connection.pyo
${PYSITELIB}/urllib3/util/request.py
${PYSITELIB}/urllib3/util/request.pyc
${PYSITELIB}/urllib3/util/request.pyo
${PYSITELIB}/urllib3/util/response.py
${PYSITELIB}/urllib3/util/response.pyc
${PYSITELIB}/urllib3/util/response.pyo
${PYSITELIB}/urllib3/util/ssl_.py
${PYSITELIB}/urllib3/util/ssl_.pyc
${PYSITELIB}/urllib3/util/ssl_.pyo
${PYSITELIB}/urllib3/util/timeout.py
${PYSITELIB}/urllib3/util/timeout.pyc
${PYSITELIB}/urllib3/util/timeout.pyo
${PYSITELIB}/urllib3/util/url.py
${PYSITELIB}/urllib3/util/url.pyc
${PYSITELIB}/urllib3/util/url.pyo

File Added: pkgsrc/www/py-urllib3/distinfo
$NetBSD: distinfo,v 1.1 2014/04/19 15:51:34 imil Exp $

SHA1 (urllib3-1.8.2.tar.gz) = a53fa7b7abff9adf3d977d7205ef4f042f5273df
RMD160 (urllib3-1.8.2.tar.gz) = 470446f18b807b5b5b80323f95bd2a27ea1f9275
Size (urllib3-1.8.2.tar.gz) = 102441 bytes