python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / consolekit / Makefile
blobc1ee25ba257ed8d3576667bf663e80f9f153b82e
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 consolekit
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = consolekit
22 HUMAN_VERSION = 1.7.2
23 COMPONENT_SUMMARY = Additional utilities for click.
24 COMPONENT_PROJECT_URL = https://github.com/domdfcoding/consolekit
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/domdfcoding/consolekit/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:e61dd1d0955f3ff101414873b1e6d09232affac3bf4b8aa0b723b1d7363b6a57
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
33 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
34 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
36 # consolekit --> coincidence ==> whey ==> consolekit
38 # To break loops we need to allow this component to integrate without testing in
39 # a case the required packages are not available yet (bootstrap).
41 PYTHON_TEST_BOOTSTRAP = yes
43 include $(WS_MAKE_RULES)/common.mk
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES += library/python/click
47 PYTHON_REQUIRED_PACKAGES += library/python/deprecation-alias
48 PYTHON_REQUIRED_PACKAGES += library/python/domdf-python-tools
49 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
50 PYTHON_REQUIRED_PACKAGES += library/python/mistletoe
51 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
52 PYTHON_REQUIRED_PACKAGES += runtime/python
53 TEST_REQUIRED_PACKAGES.python += library/python/backports-entry-points-selectable
54 TEST_REQUIRED_PACKAGES.python += library/python/coincidence
55 TEST_REQUIRED_PACKAGES.python += library/python/coverage
56 TEST_REQUIRED_PACKAGES.python += library/python/domdf-python-tools
57 TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata
58 TEST_REQUIRED_PACKAGES.python += library/python/iniconfig
59 TEST_REQUIRED_PACKAGES.python += library/python/mypy
60 TEST_REQUIRED_PACKAGES.python += library/python/pip
61 TEST_REQUIRED_PACKAGES.python += library/python/psutil
62 TEST_REQUIRED_PACKAGES.python += library/python/pytest
63 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
64 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy-plugins
65 TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly
66 TEST_REQUIRED_PACKAGES.python += library/python/pytest-regressions
67 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout
68 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv