# -*- coding: ascii; tab-width: 4 -*- Info2: << Package: requests-py%type_pkg[python] Version: 2.21.0 Revision: 2 Distribution: << (%type_pkg[python] = 34 ) 10.9, (%type_pkg[python] = 34 ) 10.10, (%type_pkg[python] = 34 ) 10.11, (%type_pkg[python] = 34 ) 10.12, (%type_pkg[python] = 34 ) 10.13, (%type_pkg[python] = 34 ) 10.14, (%type_pkg[python] = 34 ) 10.14.5, (%type_pkg[python] = 34 ) 10.15 << Type: python (3.4) Description: Python HTTP for Humans DescDetail: << Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python's builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is thoroughly broken. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks. << Maintainer: Daniel Johnson License: BSD Homepage: https://pypi.org/project/requests Source: https://files.pythonhosted.org/packages/source/r/requests/requests-%v.tar.gz Source-Checksum: SHA256(502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e) Depends: << certifi-py%type_pkg[python] (>= 2017.4.17-1), chardet-py%type_pkg[python] (>= 3.0.2-1), cryptography-py%type_pkg[python] (>= 1.3.4-1), idna-py%type_pkg[python] (>= 2.5-1), pyopenssl-py%type_pkg[python], pysocks-py%type_pkg[python] (>= 1.5.6-1), python%type_pkg[python], urllib3-py%type_pkg[python] (>= 1.21.1-1) << BuildDepends: setuptools-tng-py%type_pkg[python] PatchScript: << # don't assert version checks with slightly newer versions of chardet and urllib3 perl -pi -e 's|patch \>\= 2|patch >= 4|g; s|minor \<=\ 24|minor <= 25|g' requests/__init__.py << CompileScript: %p/bin/python%type_raw[python] setup.py build # Tests pass but require net access. #InfoTest: << # TestDepends: pytest-py%type_pkg[python] # TestScript: %p/bin/python%type_raw[python] test_requests.py || exit 2 #<< InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d DocFiles: HISTORY.md LICENSE README.md <<