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 urllib3
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= urllib3
23 COMPONENT_SUMMARY
= urllib3
- HTTP library with thread-safe connection pooling
, file post
, and more.
24 COMPONENT_ARCHIVE_URL
= \
25 https
://files.pythonhosted.org
/packages
/36/dd
/a6b232f449e1bc71802a5b7950dc3675d32c6dbc2a1bd6d71f065551adb6
/urllib3-2.1
.0.
tar.gz
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54
28 COMPONENT_LICENSE
= MIT
29 COMPONENT_LICENSE_FILE
= LICENSE.txt
33 include $(WS_MAKE_RULES
)/common.mk
35 # This project does not support tox so we need to provide test requirements
37 TEST_REQUIREMENTS
+= dev-requirements.txt
39 # Auto-generated dependencies
40 PYTHON_REQUIRED_PACKAGES
+= library
/python
/hatchling
41 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
42 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coverage
43 TEST_REQUIRED_PACKAGES.python
+= library
/python
/cryptography
44 TEST_REQUIRED_PACKAGES.python
+= library
/python
/idna
45 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pyopenssl
46 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pysocks
47 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
48 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-timeout
49 TEST_REQUIRED_PACKAGES.python
+= library
/python
/tornado
50 TEST_REQUIRED_PACKAGES.python
+= library
/python
/trustme