# # 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 hyperframe # BUILD_STYLE = setup.py include ../../../make-rules/shared-macros.mk COMPONENT_NAME = hyperframe HUMAN_VERSION = 6.0.1 COMPONENT_SUMMARY = hyperframe - HTTP/2 framing layer for Python COMPONENT_PROJECT_URL = https://github.com/python-hyper/hyperframe/ COMPONENT_ARCHIVE_URL = \ https://files.pythonhosted.org/packages/5a/2a/4747bff0a17f7281abe73e955d60d80aae537a5d203f417fa1c2e7578ebb/hyperframe-6.0.1.tar.gz COMPONENT_ARCHIVE_HASH = \ sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE include $(WS_MAKE_RULES)/common.mk # Disable some plugins to get tests passed PYTEST_ADDOPTS += -p no:black # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist