python/coverage: update to 7.6.5
[oi-userland.git] / components / python / deprecation-alias / Makefile
blob4770abac1bf286ab582bcb2ed5fa9b58e36c9446
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 deprecation-alias
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = deprecation-alias
22 HUMAN_VERSION = 0.3.3
23 COMPONENT_SUMMARY = A wrapper around 'deprecation' providing support for deprecated aliases.
24 COMPONENT_PROJECT_URL = https://github.com/domdfcoding/deprecation-alias
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/domdfcoding/deprecation-alias/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:9b01ead461db334a056a34b3f0852a223671c50b8ff0f29c3aebd7f3a196cefa
29 COMPONENT_LICENSE = Apache-2.0
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 # deprecation-alias --> coincidence ==> whey ==> consolekit ==> deprecation-alias
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/deprecation
47 PYTHON_REQUIRED_PACKAGES += library/python/packaging
48 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
49 PYTHON_REQUIRED_PACKAGES += library/python/wheel
50 PYTHON_REQUIRED_PACKAGES += runtime/python
51 TEST_REQUIRED_PACKAGES.python += library/python/coincidence
52 TEST_REQUIRED_PACKAGES.python += library/python/coverage
53 TEST_REQUIRED_PACKAGES.python += library/python/domdf-python-tools
54 TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata
55 TEST_REQUIRED_PACKAGES.python += library/python/iniconfig
56 TEST_REQUIRED_PACKAGES.python += library/python/pip
57 TEST_REQUIRED_PACKAGES.python += library/python/pytest
58 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
59 TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly
60 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout
61 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv