Marcel Telka
2024-03-28 39abad09123434bd95797ba2f48bb4002832d3c6
commit | author | age
1d8b98 1 #
MT 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project elastic-transport
15 #
16
17 BUILD_STYLE = setup.py
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        elastic-transport
39abad 22 HUMAN_VERSION =            8.13.0
1d8b98 23 COMPONENT_SUMMARY =        elastic-transport - Transport classes and utilities shared among Python Elastic client libraries
MT 24 COMPONENT_PROJECT_URL =        https://github.com/elastic/elastic-transport-python
25 COMPONENT_ARCHIVE_HASH =    \
39abad 26     sha256:2410ec1ff51221e8b3a01c0afa9f0d0498e1386a269283801f5c12f98e42dc45
1d8b98 27 COMPONENT_LICENSE =        Apache-2.0
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
29
30 TEST_STYLE = pytest
a98bbc 31
1d8b98 32 include $(WS_MAKE_RULES)/common.mk
a98bbc 33
MT 34 # This project does not support tox so we need to provide test requirements
35 # manually.
36 TEST_REQUIREMENTS_EXTRAS += develop
1d8b98 37
39abad 38 # We do not have respx
MT 39 PYTEST_ADDOPTS += --ignore tests/node/test_http_httpx.py
40 # We do not have opentelemetry
41 PYTEST_ADDOPTS += --ignore tests/test_otel.py
42 # We do not have orjson
43 PYTEST_ADDOPTS += --ignore tests/test_serializer.py
44
1d8b98 45 # Auto-generated dependencies
MT 46 PYTHON_REQUIRED_PACKAGES += library/python/certifi
47 PYTHON_REQUIRED_PACKAGES += library/python/urllib3
48 PYTHON_REQUIRED_PACKAGES += runtime/python
a98bbc 49 TEST_REQUIRED_PACKAGES.python += library/python/aiohttp
39abad 50 TEST_REQUIRED_PACKAGES.python += library/python/httpx
a98bbc 51 TEST_REQUIRED_PACKAGES.python += library/python/mock
MT 52 TEST_REQUIRED_PACKAGES.python += library/python/pytest
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-asyncio
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
55 TEST_REQUIRED_PACKAGES.python += library/python/pytest-httpserver
56 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
57 TEST_REQUIRED_PACKAGES.python += library/python/requests
58 TEST_REQUIRED_PACKAGES.python += library/python/sphinx
59 TEST_REQUIRED_PACKAGES.python += library/python/sphinx-autodoc-typehints
60 TEST_REQUIRED_PACKAGES.python += library/python/trustme