# # 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 requests # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = requests HUMAN_VERSION = 2.32.3 COMPONENT_SUMMARY = Python HTTP for Humans. COMPONENT_PROJECT_URL = https://requests.readthedocs.io COMPONENT_ARCHIVE_URL = \ https://github.com/psf/requests/archive/refs/tags/v$(HUMAN_VERSION).tar.gz COMPONENT_ARCHIVE_HASH = \ sha256:f665576fc02d02e7b7f21630b915d70c14288f48decf76fad89b16a9f3975c42 COMPONENT_LICENSE = Apache-2.0 COMPONENT_LICENSE_FILE = LICENSE include $(WS_MAKE_RULES)/common.mk # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/certifi PYTHON_REQUIRED_PACKAGES += library/python/charset-normalizer PYTHON_REQUIRED_PACKAGES += library/python/idna PYTHON_REQUIRED_PACKAGES += library/python/setuptools PYTHON_REQUIRED_PACKAGES += library/python/urllib3 PYTHON_REQUIRED_PACKAGES += library/python/wheel PYTHON_REQUIRED_PACKAGES += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/httpbin TEST_REQUIRED_PACKAGES.python += library/python/pysocks TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov TEST_REQUIRED_PACKAGES.python += library/python/pytest-httpbin TEST_REQUIRED_PACKAGES.python += library/python/trustme TEST_REQUIRED_PACKAGES.python += library/python/wheel