diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a6b2d11 --- /dev/null +++ b/debian/control @@ -0,0 +1,115 @@ +Source: requests +Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> +Uploaders: Daniele Tricoli <eriol@mornie.org> +Section: python +Priority: optional +Build-Depends: + debhelper (>= 9), + dh-python, + python-all (>= 2.6.6-3), + python-chardet, + python-setuptools, + python-urllib3 (>= 1.10.4), + python3-all, + python3-chardet, + python3-setuptools, + python3-urllib3 (>= 1.10.4), + python3-wheel +Standards-Version: 3.9.6 +X-Python-Version: >= 2.7 +X-Python3-Version: >= 3.0 +Homepage: http://python-requests.org +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/requests/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/requests/trunk/ + +Package: python-requests +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, + ca-certificates, + python-chardet, + python-urllib3 (>= 1.10.4) +Suggests: + python-ndg-httpsclient, + python-openssl, + python-pyasn1 +Description: elegant and simple HTTP library for Python2, built for human beings + Requests allow you to send HTTP/1.1 requests. You can add headers, form data, + multipart files, and parameters with simple Python dictionaries, and access + the response data in the same way. It's powered by httplib and urllib3, but + it does all the hard work and crazy hacks for you. + . + Features + . + - International Domains and URLs + - Keep-Alive & Connection Pooling + - Sessions with Cookie Persistence + - Browser-style SSL Verification + - Basic/Digest Authentication + - Elegant Key/Value Cookies + - Automatic Decompression + - Unicode Response Bodies + - Multipart File Uploads + - Connection Timeouts + +Package: python3-requests +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, + ca-certificates, + python3-chardet, + python3-urllib3 (>= 1.10.4) +Suggests: + python3-ndg-httpsclient, + python3-openssl, + python3-pyasn1 +Description: elegant and simple HTTP library for Python3, built for human beings + Requests allow you to send HTTP/1.1 requests. You can add headers, form data, + multipart files, and parameters with simple Python dictionaries, and access + the response data in the same way. It's powered by httplib and urllib3, but + it does all the hard work and crazy hacks for you. + . + Features + . + - International Domains and URLs + - Keep-Alive & Connection Pooling + - Sessions with Cookie Persistence + - Browser-style SSL Verification + - Basic/Digest Authentication + - Elegant Key/Value Cookies + - Automatic Decompression + - Unicode Response Bodies + - Multipart File Uploads + - Connection Timeouts + . + This package contains the Python 3 version of the library. + +Package: python-requests-whl +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, + ca-certificates, + python-urllib3-whl +Description: elegant and simple HTTP library for Python, built for human beings + Requests allow you to send HTTP/1.1 requests. You can add headers, form data, + multipart files, and parameters with simple Python dictionaries, and access + the response data in the same way. It's powered by httplib and urllib3, but + it does all the hard work and crazy hacks for you. + . + Features + . + - International Domains and URLs + - Keep-Alive & Connection Pooling + - Sessions with Cookie Persistence + - Browser-style SSL Verification + - Basic/Digest Authentication + - Elegant Key/Value Cookies + - Automatic Decompression + - Unicode Response Bodies + - Multipart File Uploads + - Connection Timeouts + . + This package provides the universal wheel. |