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 uvicorn
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= uvicorn
22 HUMAN_VERSION
= 0.31.1
23 COMPONENT_SUMMARY
= The lightning-fast ASGI server.
24 COMPONENT_PROJECT_URL
= https
://www.uvicorn.org
/
25 COMPONENT_ARCHIVE_URL
= \
26 https
://github.com
/encode
/uvicorn
/archive
/refs
/tags/$(HUMAN_VERSION
).
tar.gz
27 COMPONENT_ARCHIVE_HASH
= \
28 sha256
:afb9029c4c9486703b00b13e8d81ff773399a834a6054d90b545bc41f9af4aec
29 COMPONENT_LICENSE
= BSD-3-Clause
30 COMPONENT_LICENSE_FILE
= LICENSE.md
34 include $(WS_MAKE_RULES
)/common.mk
36 # This project does not support tox so we need to provide test requirements
38 TEST_REQUIREMENTS
+= requirements.txt
40 # Random directory name
41 COMPONENT_TEST_TRANSFORMS
+= "-e 's|/tmp/.*/garbage[^/]*|\$$(TMPDIR)|'"
43 # Auto-generated dependencies
44 PYTHON_REQUIRED_PACKAGES
+= library
/python
/click
45 PYTHON_REQUIRED_PACKAGES
+= library
/python
/h11
46 PYTHON_REQUIRED_PACKAGES
+= library
/python
/hatchling
47 PYTHON_REQUIRED_PACKAGES
+= library
/python
/typing-extensions
48 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
49 TEST_REQUIRED_PACKAGES.python
+= library
/python
/anyio
50 TEST_REQUIRED_PACKAGES.python
+= library
/python
/build
51 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coverage
52 TEST_REQUIRED_PACKAGES.python
+= library
/python
/cryptography
53 TEST_REQUIRED_PACKAGES.python
+= library
/python
/h11
54 TEST_REQUIRED_PACKAGES.python
+= library
/python
/httpx
55 TEST_REQUIRED_PACKAGES.python
+= library
/python
/mypy
56 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
57 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-mock
58 TEST_REQUIRED_PACKAGES.python
+= library
/python
/trustme
59 TEST_REQUIRED_PACKAGES.python
+= library
/python
/twine
60 TEST_REQUIRED_PACKAGES.python
+= library
/python
/types-pyyaml
61 TEST_REQUIRED_PACKAGES.python
+= library
/python
/websockets