python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / twisted / Makefile
blobea6bd2ab6824ece11fc983ea1e162a0f0429eda9
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 twisted
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = twisted
22 HUMAN_VERSION = 24.10.0
23 COMPONENT_SUMMARY = An asynchronous networking framework written in Python
24 COMPONENT_PROJECT_URL = https://twisted.org/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:02951299672595fea0f70fa2d5f7b5e3d56836157eda68859a6ad6492d36756e
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE
30 include $(WS_MAKE_RULES)/common.mk
32 # Testing fails with coverage-enable-subprocess installed
33 TEST_CONFLICTING_PACKAGES.python += library/python/coverage-enable-subprocess
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += library/python/attrs
37 PYTHON_REQUIRED_PACKAGES += library/python/automat
38 PYTHON_REQUIRED_PACKAGES += library/python/constantly
39 PYTHON_REQUIRED_PACKAGES += library/python/hatch-fancy-pypi-readme
40 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
41 PYTHON_REQUIRED_PACKAGES += library/python/hyperlink
42 PYTHON_REQUIRED_PACKAGES += library/python/incremental
43 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
44 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
45 PYTHON_REQUIRED_PACKAGES += runtime/python
46 TEST_REQUIRED_PACKAGES.python += library/python/cython-test-exception-raiser
47 TEST_REQUIRED_PACKAGES.python += library/python/h2
48 TEST_REQUIRED_PACKAGES.python += library/python/httpx
49 TEST_REQUIRED_PACKAGES.python += library/python/hypothesis
50 TEST_REQUIRED_PACKAGES.python += library/python/pyhamcrest
51 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv