python/coverage: update to 7.6.5
[oi-userland.git] / components / python / coincidence / Makefile
blobbe5fc47fc606f31bc6befabdb147c2c09cf4cdcf
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 coincidence
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = coincidence
22 HUMAN_VERSION = 0.6.6
23 COMPONENT_SUMMARY = Helper functions for pytest.
24 COMPONENT_PROJECT_URL = https://github.com/python-coincidence/coincidence
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/python-coincidence/coincidence/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:12574ec97dfc768a09711894a535ab07485549d0063e1ded5b6008fb355b2f4b
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
32 include $(WS_MAKE_RULES)/common.mk
34 # Remove line with timestamp
35 COMPONENT_TEST_TRANSFORMS += "-e '/^Test session started at/d'"
37 # https://github.com/python-coincidence/coincidence/issues/80
38 TEST_REQUIRED_PACKAGES.python += library/python/pytest-datadir
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/domdf-python-tools
42 PYTHON_REQUIRED_PACKAGES += library/python/pytest
43 PYTHON_REQUIRED_PACKAGES += library/python/pytest-regressions
44 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
45 PYTHON_REQUIRED_PACKAGES += library/python/whey
46 PYTHON_REQUIRED_PACKAGES += runtime/python
47 TEST_REQUIRED_PACKAGES.python += library/python/backports-entry-points-selectable
48 TEST_REQUIRED_PACKAGES.python += library/python/coverage
49 TEST_REQUIRED_PACKAGES.python += library/python/domdf-python-tools
50 TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata
51 TEST_REQUIRED_PACKAGES.python += library/python/iniconfig
52 TEST_REQUIRED_PACKAGES.python += library/python/pip
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly
55 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout
56 TEST_REQUIRED_PACKAGES.python += library/python/toml
57 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv