python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / coverage / Makefile
blob8a63a8475411000a1a4780b382b63f149e3141d0
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 coverage
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = coverage
22 HUMAN_VERSION = 7.6.7
23 COMPONENT_SUMMARY = Code coverage measurement for Python
24 COMPONENT_PROJECT_URL = https://github.com/nedbat/coveragepy
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:d79d4826e41441c9a118ff045e4bccb9fdbdcb1d02413e7ea6eb5c87b5439d24
27 COMPONENT_LICENSE = Apache-2.0
28 COMPONENT_LICENSE_FILE = LICENSE.txt
30 include $(WS_MAKE_RULES)/common.mk
32 # Testing needs a writable directory with existing pth file
33 COMPONENT_PRE_TEST_ACTION += touch $(PROTO_DIR)/$(PYTHON_LIB)/foo.pth
34 COMPONENT_POST_TEST_ACTION += $(RM) $(PROTO_DIR)/$(PYTHON_LIB)/foo.pth
36 # Force verbose output via tox posargs
37 TOX_POSARGS += -v
39 # Auto-generated dependencies
40 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
41 PYTHON_REQUIRED_PACKAGES += runtime/python
42 REQUIRED_PACKAGES += system/library
43 TEST_REQUIRED_PACKAGES.python += library/python/cffi
44 TEST_REQUIRED_PACKAGES.python += library/python/colorama
45 TEST_REQUIRED_PACKAGES.python += library/python/flaky
46 TEST_REQUIRED_PACKAGES.python += library/python/gevent
47 TEST_REQUIRED_PACKAGES.python += library/python/greenlet
48 TEST_REQUIRED_PACKAGES.python += library/python/hypothesis
49 TEST_REQUIRED_PACKAGES.python += library/python/pip
50 TEST_REQUIRED_PACKAGES.python += library/python/pygments
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
53 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
54 TEST_REQUIRED_PACKAGES.python += library/python/tomli
55 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv