summaryrefslogtreecommitdiffstats
path: root/contrib/python/httpx/ya.make
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2023-11-12 21:25:31 +0300
committerrobot-piglet <[email protected]>2023-11-12 21:39:54 +0300
commitd28c55ab25cc8cedab8a5f4736c0d66e88b3da95 (patch)
tree73d373709b74fa2baaa4fe02a40a77c0a5baf6b7 /contrib/python/httpx/ya.make
parent35b17f4f3b6e0ed855e7e47d3f1eb57470388a2c (diff)
Intermediate changes
Diffstat (limited to 'contrib/python/httpx/ya.make')
-rw-r--r--contrib/python/httpx/ya.make58
1 files changed, 58 insertions, 0 deletions
diff --git a/contrib/python/httpx/ya.make b/contrib/python/httpx/ya.make
new file mode 100644
index 00000000000..850e354ef05
--- /dev/null
+++ b/contrib/python/httpx/ya.make
@@ -0,0 +1,58 @@
+# Generated by devtools/yamaker (pypi).
+
+PY3_LIBRARY()
+
+VERSION(0.25.0)
+
+LICENSE(BSD-3-Clause)
+
+PEERDIR(
+ contrib/python/certifi
+ contrib/python/httpcore
+ contrib/python/idna
+ contrib/python/sniffio
+)
+
+NO_LINT()
+
+NO_CHECK_IMPORTS(
+ httpx._main
+)
+
+PY_SRCS(
+ TOP_LEVEL
+ httpx/__init__.py
+ httpx/__version__.py
+ httpx/_api.py
+ httpx/_auth.py
+ httpx/_client.py
+ httpx/_compat.py
+ httpx/_config.py
+ httpx/_content.py
+ httpx/_decoders.py
+ httpx/_exceptions.py
+ httpx/_main.py
+ httpx/_models.py
+ httpx/_multipart.py
+ httpx/_status_codes.py
+ httpx/_transports/__init__.py
+ httpx/_transports/asgi.py
+ httpx/_transports/base.py
+ httpx/_transports/default.py
+ httpx/_transports/mock.py
+ httpx/_transports/wsgi.py
+ httpx/_types.py
+ httpx/_urlparse.py
+ httpx/_urls.py
+ httpx/_utils.py
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/httpx/
+ .dist-info/METADATA
+ .dist-info/entry_points.txt
+ .dist-info/top_level.txt
+ httpx/py.typed
+)
+
+END()