diff options
author | imil <imil@pkgsrc.org> | 2014-04-19 15:51:34 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2014-04-19 15:51:34 +0000 |
commit | 0d4a10e433ef906c2071af4a1d6120109d7c4c4d (patch) | |
tree | f7ba3c96e69670afd1622cdbd9083922a95e2850 /www | |
parent | 2e212b11be327927e42557b0bc850d4be3fb702a (diff) | |
download | pkgsrc-0d4a10e433ef906c2071af4a1d6120109d7c4c4d.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-urllib3/DESCR | 16 | ||||
-rw-r--r-- | www/py-urllib3/Makefile | 16 | ||||
-rw-r--r-- | www/py-urllib3/PLIST | 80 | ||||
-rw-r--r-- | www/py-urllib3/distinfo | 5 |
4 files changed, 117 insertions, 0 deletions
diff --git a/www/py-urllib3/DESCR b/www/py-urllib3/DESCR new file mode 100644 index 00000000000..09ee748c2ec --- /dev/null +++ b/www/py-urllib3/DESCR @@ -0,0 +1,16 @@ +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. diff --git a/www/py-urllib3/Makefile b/www/py-urllib3/Makefile new file mode 100644 index 00000000000..7c0b49249d2 --- /dev/null +++ b/www/py-urllib3/Makefile @@ -0,0 +1,16 @@ +# $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" diff --git a/www/py-urllib3/PLIST b/www/py-urllib3/PLIST new file mode 100644 index 00000000000..0fad2c0e464 --- /dev/null +++ b/www/py-urllib3/PLIST @@ -0,0 +1,80 @@ +@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 diff --git a/www/py-urllib3/distinfo b/www/py-urllib3/distinfo new file mode 100644 index 00000000000..15df6fc01fc --- /dev/null +++ b/www/py-urllib3/distinfo @@ -0,0 +1,5 @@ +$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 |