blob: f971752d75546bedc09a9bab1a2d053b2b714007 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# Generated by devtools/yamaker (pypi).
PY23_LIBRARY()
OWNER(g:python-contrib)
VERSION(2.27.1)
LICENSE(Apache-2.0)
PEERDIR(
contrib/python/certifi
contrib/python/idna
contrib/python/urllib3
)
IF (PYTHON2)
PEERDIR(
contrib/python/chardet
)
ELSE()
PEERDIR(
contrib/python/charset-normalizer
)
ENDIF()
NO_LINT()
PY_SRCS(
TOP_LEVEL
requests/__init__.py
requests/__version__.py
requests/_internal_utils.py
requests/adapters.py
requests/api.py
requests/auth.py
requests/certs.py
requests/compat.py
requests/cookies.py
requests/exceptions.py
requests/help.py
requests/hooks.py
requests/models.py
requests/packages.py
requests/sessions.py
requests/status_codes.py
requests/structures.py
requests/utils.py
)
RESOURCE_FILES(
PREFIX contrib/python/requests/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
|