Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
2f53a4 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 async-timeout
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        async-timeout
025418 22 HUMAN_VERSION =            4.0.3
2f53a4 23 COMPONENT_SUMMARY =        async-timeout - Timeout context manager for asyncio programs
MT 24 COMPONENT_PROJECT_URL =        https://github.com/aio-libs/async-timeout
25 COMPONENT_ARCHIVE_URL =        \
025418 26     https://files.pythonhosted.org/packages/87/d6/21b30a550dafea84b1b8eee21b5e23fa16d010ae006011221f33dcd8d7f8/async-timeout-4.0.3.tar.gz
2f53a4 27 COMPONENT_ARCHIVE_HASH =    \
025418 28     sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f
2f53a4 29 COMPONENT_LICENSE =        Apache-2.0
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
31
32 TEST_STYLE = pytest
33
34 include $(WS_MAKE_RULES)/common.mk
35
025418 36 # Disable some plugins to get tests passed
MT 37 PYTEST_ADDOPTS += -p no:black
38
2f53a4 39 # Auto-generated dependencies
MT 40 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
41 PYTHON_REQUIRED_PACKAGES += library/python/wheel
42 PYTHON_REQUIRED_PACKAGES += runtime/python