# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # This file was automatically generated using the following command: # $WS_TOOLS/python-integrate-project urllib3 # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = urllib3 HUMAN_VERSION = 2.1.0 COMPONENT_SUMMARY = urllib3 - HTTP library with thread-safe connection pooling, file post, and more. COMPONENT_ARCHIVE_URL = \ https://files.pythonhosted.org/packages/36/dd/a6b232f449e1bc71802a5b7950dc3675d32c6dbc2a1bd6d71f065551adb6/urllib3-2.1.0.tar.gz COMPONENT_ARCHIVE_HASH = \ sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE.txt TEST_STYLE = pytest include $(WS_MAKE_RULES)/common.mk # This project does not support tox so we need to provide test requirements # manually. TEST_REQUIREMENTS += dev-requirements.txt # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/hatchling PYTHON_REQUIRED_PACKAGES += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/coverage TEST_REQUIRED_PACKAGES.python += library/python/cryptography TEST_REQUIRED_PACKAGES.python += library/python/idna TEST_REQUIRED_PACKAGES.python += library/python/pyopenssl TEST_REQUIRED_PACKAGES.python += library/python/pysocks TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout TEST_REQUIRED_PACKAGES.python += library/python/tornado TEST_REQUIRED_PACKAGES.python += library/python/trustme