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
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 anyio
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= anyio
23 COMPONENT_SUMMARY
= anyio
- High level compatibility layer for multiple asynchronous event loop implementations
24 COMPONENT_ARCHIVE_URL
= \
25 https
://files.pythonhosted.org
/packages
/2d
/b8
/7333d87d5f03247215d86a86362fd3e324111788c6cdd8d2e6196a6ba833
/anyio-4.2
.0.
tar.gz
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f
28 COMPONENT_LICENSE
= MIT
29 COMPONENT_LICENSE_FILE
= LICENSE
31 include $(WS_MAKE_RULES
)/common.mk
33 # We have no trio packaged yet.
34 # https://github.com/python-trio/trio/issues/1437
35 COMPONENT_POST_UNPACK_ACTION
+= $(RM
) $(COMPONENT_SRC
)/src
/anyio
/_backends
/_trio.py
;
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES
+= library
/python
/exceptiongroup
39 PYTHON_REQUIRED_PACKAGES
+= library
/python
/idna
40 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools
41 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools-scm
42 PYTHON_REQUIRED_PACKAGES
+= library
/python
/sniffio
43 PYTHON_REQUIRED_PACKAGES
+= library
/python
/typing-extensions
44 PYTHON_REQUIRED_PACKAGES
+= library
/python
/wheel
45 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
46 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coverage
47 TEST_REQUIRED_PACKAGES.python
+= library
/python
/exceptiongroup
48 TEST_REQUIRED_PACKAGES.python
+= library
/python
/hypothesis
49 TEST_REQUIRED_PACKAGES.python
+= library
/python
/psutil
50 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
51 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-mock
52 TEST_REQUIRED_PACKAGES.python
+= library
/python
/tomli
53 TEST_REQUIRED_PACKAGES.python
+= library
/python
/trustme