Marcel Telka
2024-03-28 d05562cde9fcafce4892d825c52f3cab58a5a087
commit | author | age
380d30 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 httpcore
15 #
16
94e122 17 BUILD_STYLE = pyproject
380d30 18
MT 19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        httpcore
d05562 22 HUMAN_VERSION =            1.0.5
380d30 23 COMPONENT_SUMMARY =        httpcore - A minimal low-level HTTP client.
94e122 24 COMPONENT_PROJECT_URL =        https://www.encode.io/httpcore/
380d30 25 COMPONENT_ARCHIVE_HASH =    \
d05562 26     sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61
380d30 27 COMPONENT_LICENSE =        BSD-3-Clause
MT 28 COMPONENT_LICENSE_FILE =    LICENSE.md
29
30 TEST_STYLE = pytest
31
32 include $(WS_MAKE_RULES)/common.mk
33
94e122 34 # This project does not support tox so we need to provide test requirements
MT 35 # manually.
36 TEST_REQUIREMENTS_EXTRAS += http2
d05562 37 TEST_REQUIREMENTS_EXTRAS += socks
94e122 38 TEST_REQUIREMENTS_EXTRAS += asyncio
380d30 39
MT 40 # Test dependencies we are unable to detect automatically
41 TEST_REQUIRED_PACKAGES.python += library/python/hpack
42 TEST_REQUIRED_PACKAGES.python += library/python/hyperframe
43
44 # Auto-generated dependencies
45 PYTHON_REQUIRED_PACKAGES += library/python/certifi
46 PYTHON_REQUIRED_PACKAGES += library/python/h11
94e122 47 PYTHON_REQUIRED_PACKAGES += library/python/hatch-fancy-pypi-readme
MT 48 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
380d30 49 PYTHON_REQUIRED_PACKAGES += runtime/python
94e122 50 TEST_REQUIRED_PACKAGES.python += library/python/anyio
MT 51 TEST_REQUIRED_PACKAGES.python += library/python/h2
d05562 52 TEST_REQUIRED_PACKAGES.python += library/python/socksio