python/coverage: update to 7.6.5
[oi-userland.git] / components / python / shippinglabel / Makefile
blobf8c9abc68a439240b20d6e61f5117718a29d7bae
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 shippinglabel
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = shippinglabel
22 HUMAN_VERSION = 2.1.0
23 COMPONENT_SUMMARY = Utilities for handling packages.
24 COMPONENT_PROJECT_URL = https://github.com/domdfcoding/shippinglabel
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/domdfcoding/shippinglabel/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:51ea365ca7fc8ff691d80dac446abc1cd595c997a6b9bc0a4aab4e8d89d07e51
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 # shippinglabel --> coincidence ==> whey ==> pyproject-parser ==> shippinglabel
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 # Random directory name
46 COMPONENT_TEST_TRANSFORMS += "-e 's|/tmp/.*/garbage[^/]*|\$$(TMPDIR)|'"
48 # pytest-datadir is needed by pytest-regressions and pytest-regressions is
49 # needed by coincidence so both pytest-regressions and pytest-datadir will be
50 # always installed.
52 # We need to list them explicitly here to make sure they are enabled.
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-regressions
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest-datadir
56 # Auto-generated dependencies
57 PYTHON_REQUIRED_PACKAGES += library/python/dist-meta
58 PYTHON_REQUIRED_PACKAGES += library/python/dom-toml
59 PYTHON_REQUIRED_PACKAGES += library/python/domdf-python-tools
60 PYTHON_REQUIRED_PACKAGES += library/python/packaging
61 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
62 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
63 PYTHON_REQUIRED_PACKAGES += library/python/wheel
64 PYTHON_REQUIRED_PACKAGES += runtime/python
65 TEST_REQUIRED_PACKAGES.python += library/python/apeye
66 TEST_REQUIRED_PACKAGES.python += library/python/betamax
67 TEST_REQUIRED_PACKAGES.python += library/python/cachecontrol
68 TEST_REQUIRED_PACKAGES.python += library/python/coincidence
69 TEST_REQUIRED_PACKAGES.python += library/python/consolekit
70 TEST_REQUIRED_PACKAGES.python += library/python/coverage
71 TEST_REQUIRED_PACKAGES.python += library/python/filelock
72 TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata
73 TEST_REQUIRED_PACKAGES.python += library/python/pip
74 TEST_REQUIRED_PACKAGES.python += library/python/pytest
75 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
76 TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly
77 TEST_REQUIRED_PACKAGES.python += library/python/pytest-regressions
78 TEST_REQUIRED_PACKAGES.python += library/python/pytest-rerunfailures
79 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout
80 TEST_REQUIRED_PACKAGES.python += library/python/requests
81 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv