python/websockets: update to 14.1
[oi-userland.git] / components / python / websockets / Makefile
blobda6031663bc1972a934fca1d3a061a475316df8e
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.
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.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project websockets
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = websockets
22 HUMAN_VERSION = 14.1
23 COMPONENT_SUMMARY = An implementation of the WebSocket Protocol (RFC 6455 & 7692)
24 COMPONENT_PROJECT_URL = https://github.com/python-websockets/websockets
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/python-websockets/websockets/archive/refs/tags/$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:822f3c2bd7ac6b2d9b90271dccaf4e74453b3b0aba5323ade0bcade60102a5c1
29 COMPONENT_LICENSE = BSD-3-Clause
30 COMPONENT_LICENSE_FILE = LICENSE
32 include $(WS_MAKE_RULES)/common.mk
34 # https://github.com/python-websockets/websockets/issues/1026
35 COMPONENT_TEST_ENV += WEBSOCKETS_TESTS_TIMEOUT_FACTOR=10
37 # Force verbose test output via tox posargs
38 TOX_POSARGS += -v
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
42 PYTHON_REQUIRED_PACKAGES += runtime/python
43 REQUIRED_PACKAGES += system/library