summaryrefslogtreecommitdiffstats
path: root/contrib/python/httpx/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/httpx/ya.make')
-rw-r--r--contrib/python/httpx/ya.make59
1 files changed, 0 insertions, 59 deletions
diff --git a/contrib/python/httpx/ya.make b/contrib/python/httpx/ya.make
deleted file mode 100644
index 26977a0c76f..00000000000
--- a/contrib/python/httpx/ya.make
+++ /dev/null
@@ -1,59 +0,0 @@
-# Generated by devtools/yamaker (pypi).
-
-PY3_LIBRARY()
-
-VERSION(0.27.2)
-
-LICENSE(BSD-3-Clause)
-
-PEERDIR(
- contrib/python/anyio
- 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()